/*================================================================================*/
/*                          Cascading Stylesheets  (CSS)                          */
/*================================================================================*/
/* Design-Name...: Shoptimal 6 LB - MMMH R5                                       */
/* Autor.........: Jürgen Siegmann / www.webdesign.siegmann.ws                    */
/* Datei-Name....: style_conten.css                                               */
/* Funktion......: Textabschnitts Einstellungen für das Projekt                   */
/*                 (Content und Sidebar-Elemente)                                 */
/*--------------------------------------------------------------------------------*/
/* Angepasst für www.magic-melody.de                                              */
/* von Uwe K. Hoffmann                                                            */
/* -------------------------------------------------------------------------------*/
/* Historie.:                                                                     */
/* xx.xx.xx - .... -> ....                                                        */
/* 31.03.10 - HOPI -> "div.teaserpicture"			angepasst	  */
/* 17.03.10 - HOPI -> "#content .sidepicture"			angepasst	  */
/* 11.11.09 - HOPI -> alle "#sitemap ......" Formatierungen	eingefügt	  */
/* 24.10.09 - HOPI -> "teasertext2"				geändert	  */
/* 23.10.09 - HOPI -> "teaserlink2"				geändert	  */
/* 18.10.09 - HOPI -> "#content tr.blind"			eingefügt	  */
/* 18.10.09 - HOPI -> "#content td.blind"			eingefügt	  */
/* 14.10.09 - HOPI -> "rowheader"				geändert	  */
/* 13.10.09 - HOPI -> "#content td.cell"			angepasst	  */
/* 13.10.09 - HOPI -> "#content tr.even td, #content tr.even"	angepasst	  */
/* 10.10.09 - HOPI -> "#update"					eingefügt	  */
/* 08.10.09 - HOPI -> "#content tr.header, #content.rowheader, #content.colheader"*/
/*                     angepasst						  */
/* 07.10.09 - HOPI -> "#content li"				angepasst	  */
/* 23.09.09 - HOPI -> "#content .sidepicture"			angepasst	  */
/* 02.09.09 - HOPI -> "content h3"				angepasst	  */
/* 10.08.09 - HOPI -> "content h2"				angepasst	  */
/* 10.08.09 - Hopi -> "content hr"				eingefügt	  */
/* 09.08.09 - HOPI -> "content p"				angepasst	  */
/* 03.08.09 - HOPI -> "content h1"				angepasst	  */
/* 01.06.09 - übernahme von Shoptimal Version 6.2.1                               */
/*================================================================================*/


/* -------------------------------------------------------------------------------*/
/* HTML - HTML Bereich der Site                                                ok */
/* -------------------------------------------------------------------------------*/
HTML {
  margin-bottom:	0.1px; 
  height:		100%;
}

/* -------------------------------------------------------------------------------*/
/* BODY - Body Bereich der Seite                                               ok */
/* -------------------------------------------------------------------------------*/
BODY {
  margin:	0px;
  padding:	0px;
  margin-top:	15px;
  color:	 #ffffff;	/*Achtung: Das Plugin Abstimmung reagiert auf diese Farbe */
  font-size:	100.01%;	/*Achtung: Das Plugin Abstimmung reagiert auf diese font-size Angabe */
  background:	#EEEEEE url(../images/pback.gif) repeat-x top left;
}

/*================================================================================*/
/* Absatztyp CONTENT - Text Absatz						  */
/*================================================================================*/

/* -------------------------------------------------------------------------------*/
/* CONTENT Bereich: H1 - Überschrift H1 im Textbereich                         ok */
/* 03.08.09 -> folgende Änderungen vorgenommen                                    */
/* - von font-size: 200%; auf font-size: 150%; geändert                           */
/* - text-align: center; eingefügt                                                */
/* - von padding: 10px 20px 0px 0px; auf padding: 10px 0px 10px 0px; geändert     */
/* - von color: #333399; in color: black; geändert */
/* -------------------------------------------------------------------------------*/
#content h1 {
  font-size:	150%;
  font-weight:	normal;
  margin:	0px;
  padding:	10px	0px	10px	0px;	
  color:	black;
}

/* -------------------------------------------------------------------------------*/
/* CONTENT Bereich: H2 - Überschrift H2 im Textbereich                         ok */
/* 10.08.09 -> folgende Änderungen vorgenommen                                    */
/* - von padding: 10px 0px 2px 0px; auf padding: 0px 0px 0px 0px; geändert        */
/* - von color: #333399; in color: black; geändert */
/* -------------------------------------------------------------------------------*/
#content h2 {
  font-size:	130%;
  margin:	0px;
  padding:	0px	0px	0px	0px;
  color:	black;
}

/* -------------------------------------------------------------------------------*/
/* SIDEBAR H2 - Überschrift H2 in Sidebar                                      ok */
/* -------------------------------------------------------------------------------*/
#sidebar h2, #rechts h2 {
  font-size:		100%;
  margin-left:		-10px;
  margin-right:		5px;
  margin-bottom:	0px;
  color:		white;
  background-color:	#333399;
  padding:		1px	5px	1px	10px;	
}

/* -------------------------------------------------------------------------------*/
/* SIDEBAR H2 A - Überschrift H2 in Sidebar als Link                           ok */
/* -------------------------------------------------------------------------------*/
#sidebar h2 a {
  color:	white;
}

/* -------------------------------------------------------------------------------*/
/* CONTENT Bereich: H3 - Überschrift H3 im Textbereich                         ok */
/* 02.09.09 -> folgende Änderungen vorgenommen                                    */
/* - von font-size: 100%; auf font-size: 110%; geändert                           */
/* - von padding: 10px 0px 5px 0px; auf padding: 0px 0px 0px 0px; geändert        */
/* - von color: #333399; in color: black; geändert */
/* -------------------------------------------------------------------------------*/
#content h3 {
  font-size:	110%;
  font-weight:	bold;
  margin:	0px;
  padding:	0px	0px	0px	0px;	
  color:	black;
}

/* -------------------------------------------------------------------------------*/
/* CONTENT Bereich: H4 - Überschrift H4 im Textbereich                         ok */
/* hiermit wird die zweite Unterschrift der Absatzbilder bestimmt                 */
/* -------------------------------------------------------------------------------*/
#content h4 {
  font-size:	85%;
  font-weight:	bold;
  margin:	0px;
  padding:	0px;
  color:	black; 	
}

/* -------------------------------------------------------------------------------*/
/* CONTENT Bereich: H5 - Überschrift H5 im Textbereich                         ok */
/* hiermit wird die erste Unterschrift der Absatzbilder bestimmt                  */
/* -------------------------------------------------------------------------------*/
#content h5 {
  font-size:	85%;
  font-weight:	bold;
  margin:	3px	0px	1px	0px;
  padding:	0px	0px	0px	0px;	
  color:	#333399;
}

/* -------------------------------------------------------------------------------*/
/* CONTENT Bereich: HR - Strich bei den Überschriften                          ok */
/* 10.08.09 -> Formatierung neu aufgenommen                                       */
/* -------------------------------------------------------------------------------*/
#content hr {
  margin:		15px	0px	5px	0px;
  color:		#333399;
  background-color:	#333399;
  border:		0;
  height:		2px;
}

/* -------------------------------------------------------------------------------*/
/* CONTENT Bereich: P - Textabsatz im Textbereich                              ok */
/* 09.08.09 -> folgende Änderungen vorgenommen                                    */
/* - von line-height: 160%; auf line-height: 130%; geändert                       */
/* - von padding: 2px 0px 15px 0px; auf padding: 2px 0px 10px 0px; geändert       */
/* -------------------------------------------------------------------------------*/
#content p {
  margin:	0px;
  padding:	2px	0px	10px	0px;	/* mit 10px wird der Abstand zwischen den Absätzen bestimmt */
  line-height:	130%;
  color:	black;
}

/* -------------------------------------------------------------------------------*/
/* CONTENT Bereich: A - Link im Textbereich				       ok */
/* -------------------------------------------------------------------------------*/
#content a {
  text-decoration:	none;
  font-weight:		bold;
  color:		#333399; 
}

/* -------------------------------------------------------------------------------*/
/* CONTENT Bereich: A:HOVER - Link (Mouse over) im Textbereich		       ok */
/* -------------------------------------------------------------------------------*/
#content a:hover {
  text-decoration:	underline;
}

/* -------------------------------------------------------------------------------*/
/* CONTENT Bereich: Sidepicture - Seitengrafik im Textbereich                  ok */
/* 17.03.10 -> folgende Änderungen vorgenommen                                    */
/* - von width:	260px; auf width: 270px; geändert				  */
/* 23.09.09 -> folgende Änderungen vorgenommen                                    */
/* - von float:	right; auf float: left; geändert				  */
/* - von padding: 5px 5px 0px 10px; auf padding: 0px 0px 0px 0px; geändert	  */
/* - von margin: 0px 0px 10px 20px; auf margin:	0px 0px 0px 0px; geändert	  */
/* - border-left: 1px solid #aaaaaa; gelöscht					  */
/* -------------------------------------------------------------------------------*/
#content .sidepicture {
  float:	left;
  padding:	0px	0px	0px	0px;
  margin:	0px	0px	0px	0px;
  width:	270px;
}

* html .clearfix { overflow:hidden; } 

/* -------------------------------------------------------------------------------*/
/* Beende Absatz							       ok */
/* -------------------------------------------------------------------------------*/
#content .clearer {
  clear:	both;
}

/* -------------------------------------------------------------------------------*/
/* Update - Datum des letzten Seiten-Updates				       ok */
/* 10.10.09 -> Formatierung eingefügt						  */
/* -------------------------------------------------------------------------------*/
#update {
  margin:	0px;
  padding:	10px	0px	0px	0px;
  font-size:	85%;
  text-align:	left;
  color:	black;
}

/*================================================================================*/
/* SITEBAR - Sitebar Absatz							  */
/*================================================================================*/

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#sidebar p, #rechts p {
  font-size:		100%;
  margin-left:		0px;
  margin-right:		5px;
  margin-top:		0px;
  margin-bottom:	5px;
  padding:		2px	5px	2px	0px;	
  line-height:		160%;
  color:		white;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#sidebar a {
	text-decoration: underline;
	color: #EEEEEE !important;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#sidebar a:hover {
	text-decoration: underline;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* 	padding: 20px 0px 0px 0px;						  */
/* -------------------------------------------------------------------------------*/
#more {
  margin:	0px;
  padding:	10px	0px	0px	0px;
  text-align:	right;
  color:	black;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/*   line-height: 30px;								  */
/* -------------------------------------------------------------------------------*/
#more a {
  text-decoration:	none;
  padding:		1px	0px	1px	0px;
  line-height:		20px;
  text-decoration:	none;
  color:		#333399; 
  font-weight:		normal	!important; 
}


/*================================================================================*/
/* Absatztyp LISTE - Listen Absatz						  */
/*================================================================================*/

/* -------------------------------------------------------------------------------*/
/* Listenbereich im Content-Bereich					       ok */
/* -------------------------------------------------------------------------------*/
#content ul {
  list-style:	none;
  padding:	0px;
  margin:	6px	0px	6px	0px;
  color:	black;
}

/* -------------------------------------------------------------------------------*/
/* Listenpunkt im Content-Bereich					       ok */
/* 07.10.09 -> folgende Änderungen vorgenommen                                    */
/* - von padding: 0px 0px 6px 0px; auf padding: 0px 0px 0px 0px; geändert	  */
/* -------------------------------------------------------------------------------*/
#content li {
  padding:	0px	0px	0px	0px;
  color:	black;
}

/* -------------------------------------------------------------------------------*/
/* Listenbereich in der Sidebar						       ok */
/* -------------------------------------------------------------------------------*/
#sidebar ul {
  list-style:	none;
  padding:	0px	10px	0px	0px;
  margin:	6px	0px	6px	0px;
  color:	white;
}

/* -------------------------------------------------------------------------------*/
/* Listenpunkt in der Sidebar						       ok */
/* -------------------------------------------------------------------------------*/
#sidebar li {
  padding:	0px	0px	6px	0px;
  color:	white;
  font-size:	100%;
}

/*================================================================================*/
/* Absatztyp TABELLE - Tabellen Absatz im Content-Bereich			  */
/*================================================================================*/

/* -------------------------------------------------------------------------------*/
/* Tabellenbereich							       ok */
/* -------------------------------------------------------------------------------*/
#content table{
  width:	100%;
  max-width:	100%;
  text-align:	left;
}

/* -------------------------------------------------------------------------------*/
/* Tabellenkopf, Spaltenüberschrift, Zeilenüberschrift			       ok */
/* 08.10.09 -> folgende Änderungen vorgenommen					  */
/* - font-size:	1.3em; gelöscht							  */
/* - von font-weight: normal; auf font-weight: bold; geändert			  */
/* -------------------------------------------------------------------------------*/
#content tr.header, #content.rowheader, #content.colheader {
  font-weight:	bold;
  color:	white;
  background:	#333399; 
}

/* -------------------------------------------------------------------------------*/
/* Tabellenkopf, Spaltenüberschrift, Zeilenüberschrift als Link		       ok */
/* -------------------------------------------------------------------------------*/
#content tr.header a, #content.rowheader a, #content.colheader a {
  color:	#E7E7EB;
}

/* -------------------------------------------------------------------------------*/
/* Tabellen Spaltenkopf							       ok */
/* 14.10.09 -> folgende Änderungen vorgenommen                                    */
/* - von padding: 0.5em 0.2em 0.5em 0.5em !important;				  */
/*   auf padding: 0.5em 0.2em 0.5em 0.2em !important; geändert			  */
/* -------------------------------------------------------------------------------*/
.rowheader {
  padding:		0.5em	0.2em	0.5em	0.2em	!important;
  border-top:		1px	solid #333399;
  border-right:		2px	solid #1E1E1E;
  border-bottom:	2px	solid #1E1E1E;
  border-left:		1px	solid #333399;
}

/* -------------------------------------------------------------------------------*/
/* Tabellenzellen (odd)							       ok */
/* 13.10.09 -> folgende Änderungen vorgenommen					  */
/* - von padding: 0.5em 0.2em 0.5em 0.5em; padding: 0.5em 0.2em 0.5em 0.2em; geändert */
/* -------------------------------------------------------------------------------*/
#content td.cell {  /* erste Zeile */
/*	width: 50%; */
  background:		#E7E7EB; 
  color:		black; 
  padding:		0.5em	0.2em	0.5em	0.2em;
  border-top:		1px	solid #333399;
  border-right:		2px	solid #333399;
  border-bottom:	2px	solid #333399;
  border-left:		1px	solid #333399;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#content td.tablepic {
	background: #E7E7EB;  
	color: black;
	padding: 0.5em !important;
	text-align: center;
	clear: both;
	border-top: 1px solid #333399;
	border-right: 2px solid #333399;
	border-bottom: 2px solid #333399;
	border-left: 1px solid #333399;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#content tr.odd {
 /*  background:          #fceaea; */
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#content td:hover{
 /* background:          #f3f8fd; */
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#content table a{
color: #333399 ;
}

/* -------------------------------------------------------------------------------*/
/* Tabellenzellen (even)						       ok */
/* 13.10.09 -> folgende Änderungen vorgenommen					  */
/* - von padding: 0.5em 0.2em 0.5em 0.5em; padding: 0.5em 0.2em 0.5em 0.2em; geändert */
/* -------------------------------------------------------------------------------*/
#content tr.even td, #content tr.even { /* erste Zeile */
  background:		#f8f8f8;  	
  color:		black;
  padding:		0.5em	0.2em	0.5em	0.2em;
  border-top:		1px	solid #333399;
  border-right:		2px	solid #333399;
  border-bottom:	2px	solid #333399;
  border-left:		1px	solid #333399;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#content tr.even td:hover{
   background:          #f8f8f8;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#content tr.even, #content tr.odd {
   line-height:         130%!important;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
.colheader {				
	background: #333399	!important;  	
	font-size: 1.3em !important;   	
	font-weight: normal;
	color: white	!important;		 
	padding: 10px 10px 10px 10px !important;		
	margin: 10px !important;
	border-top: 1px solid #333399 !important;
	border-right: 2px solid #1E1E1E !important;
	border-bottom: 2px solid #1E1E1E !important;
	border-left: 1px solid #333399 !important;	
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#content td.colheader a {
	color: #E7E7EB;
}	

/* -------------------------------------------------------------------------------*/
/* Tabelle (blind)							       ok */
/* 18.10.09 -> Formatierung neu aufgenommen					  */
/* -------------------------------------------------------------------------------*/
#content tr.blind {
   line-height:         100%!important;
}

/* -------------------------------------------------------------------------------*/
/* Tabellenzellen (blind)						       ok */
/* 18.10.09 -> Formatierung neu aufgenommen					  */
/* -------------------------------------------------------------------------------*/
#content td.blind {
  color:		black;
  padding:		0.1em	0.2em	0.1em	0.2em;
  border:		0;
}

/*================================================================================*/
/* cdtimer, cdtext und final ist fuer das Countdownplugin			  */
/*================================================================================*/

/* -------------------------------------------------------------------------------*/
/* 									       ?? */
/* -------------------------------------------------------------------------------*/
#cdtimer1 { 
	margin-left: 25px !important; 
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#cdtimer2 {
	margin-left: 73px !important; 
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#cdtimer3 {
	margin-left: 121px !important; 
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#cdtimer4 {
	margin-left: 73px !important; 
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#cdtimer5 {
	margin-left: 137px !important; 
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#cdtimer6 {
	margin-left: 92px !important; 
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#cdtext, #final {
	font-size: 130% !important;
	margin-top: 20px !important;
}

/*================================================================================*/
/* Absatztyp TEASER - Aufmacher Absatz						  */
/*================================================================================*/

/* -------------------------------------------------------------------------------*/
/* TEASER global: normal - Aufmacher Absatz, normale Größe (bei 2 Spalten)     ok */
/* -------------------------------------------------------------------------------*/
div.teaser {
/* margin: 0px; */
}

/* -------------------------------------------------------------------------------*/
/* TEASER global: gross - Aufmacher Absatz, große Größe (bei 1 Spalte)         ok */
/* -------------------------------------------------------------------------------*/
div.teaserbig {
  margin:	0px;
}

/* -------------------------------------------------------------------------------*/
/* TEASER global: klein - Aufmacher Absatz, kleine Größe (bei 3 Spalten)       ok */
/* -------------------------------------------------------------------------------*/
div.teasersmall {
  margin:	0px;
}

/* -------------------------------------------------------------------------------*/
/* TEASER Element: normal - Aufmacher Element, normale Größe (bei 2 Spalten)   ok */
/* -------------------------------------------------------------------------------*/
div.teaserelement {
  float:	left;
  padding:	4px	2px	4px	2px;
  margin:	3px	2px	0px	2px;
}

/* -------------------------------------------------------------------------------*/
/* TEASER Element: groß - Aufmacher Element, große Größe (bei 1 Spalte)        ok */
/* -------------------------------------------------------------------------------*/
div.teaserelementbig {
  float:	left;
  padding:	4px	0px	4px	0px;
  margin:	3px	0px	1px	0px;
}

/* -------------------------------------------------------------------------------*/
/* TEASER Element: klein - Aufmacher Element, kleine Größe (bei 3 Spalte)      ok */
/* -------------------------------------------------------------------------------*/
div.teaserelementsmall {
  float:	left;
  padding:	4px	2px	4px	2px;
  margin:	2px	3px	2px	3px; 
  font-size:	85%;
}

* html div.teaserelementsmall {margin: 2px 0px 2px 0px!important;}

/* -------------------------------------------------------------------------------*/
/* TEASER Hintergrund - Aufmacher Hintergrund (bei 1, 2 und 3 Spalten)         ok */
/* -------------------------------------------------------------------------------*/
div.teaserborder {
  float:		left;
  width:		98%;
  padding:		4px	4px	4px	4px;
  margin:		3px	2px	1px	2px;
  border-bottom:	1px				solid black;
  border-right:		1px				solid black;
  border-top:		1px				solid black;
  border-left:		1px				solid black;
  background:		#E7E7EB;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
.title1 {
  height:	19px !important;
  background:	#333399;
  margin:	2px	0px	2px	0px;
  padding:	5px;
}
/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
.title2 {
  height:	34px !important;
  background:	#333399;
  margin:	2px	0px	2px	0px;
  padding:	5px;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
.title3 {
  height:	29px !important;
  background:	#333399;
  margin:	2px	0px	2px	0px;
  padding:	3px;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
.title1 a, .title2 a, .title3 a {
  color:	#E7E7EB !important;
}

/* -------------------------------------------------------------------------------*/
/* TEASER Picture - Aufmacher Bild bei 1 Spalte				       ok */
/* - missbraucht für NEWS im Öffentlichen Bereich -                               */
/* 31.03.10 -> folgende Änderungen vorgenommen                                    */
/* - von float:	right; auf float: left; geändert				  */
/* - von padding: 2px 0px 0px 5px; auf padding: 1px 2px 0px 0px; geändert	  */
/* - von margin: 0px 0px 5px 10px; auf margin: 1px 2px 0px 0px; geändert	  */
/* -------------------------------------------------------------------------------*/
div.teaserpicture {
  float:	left;
  padding:	1px	2px	0px	0px;
  margin:	1px	2px	0px	0px;
  text-align:	center;
  width:	200px;
}

/* -------------------------------------------------------------------------------*/
/* TEASER Picture - Aufmacher Bild bei 2 Spalten			       ok */
/* -------------------------------------------------------------------------------*/
div.teaserpicture2 {
  float:	right;
  padding:	3px	0px	0px	2px;
  margin:	0px	0px	3px	0px;
  text-align:	center;
  width:	130px;
}

/* -------------------------------------------------------------------------------*/
/* TEASER Picture - Aufmacher Bild bei 3 Spalten			       ok */
/* -------------------------------------------------------------------------------*/
div.teaserpicture3 {
  float:	right;
  padding:	2px	0px	0px	0px;
  margin:	0px	0px	3px	2px;
  text-align:	center;
  width:	80px;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
div.teaser p {
  margin:	0px;
  padding:	0px	0px	0px	0px; 
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
div.teasersmall p {
  margin:	0px;
  padding:	0px	0px	0px	0px	!important;
  margin:	0px	0px	0px	0px	!important;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
div.teaserinfo {
  font-size:	80%;
  color:	black;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#teasernav {
  height:	20px;
  clear:	both;
  padding:	6px	0px	4px	0px;
  margin:	0px;
  text-align:	center;
  font-size:	130%;
  font-weight:	bold;
  background:	#333399;
  color:	#E7E7EB;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#teasernav a:hover {
  color:		#333399 !important;
  text-decoration:	underline;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#teasernav a:link {
  color:	#EEEEEE;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#teasernav a:visited {
  color:	#EEEEEE;
}

/* -------------------------------------------------------------------------------*/
/* TEASER Text - Aufmacher Text bei 1 Spalte				       ok */
/* -------------------------------------------------------------------------------*/
.teasertext {
  padding:	5px	10px	5px	0px	!important;
}

/* -------------------------------------------------------------------------------*/
/* TEASER Text 2 - Aufmacher Text bei 2 Spalte				       ok */
/* 24.10.09 -> folgende Änderungen vorgenommen					  */
/* - height: 64px !important;   aufgenommen					  */
/* -------------------------------------------------------------------------------*/
.teasertext2 {
  height:	64px !important;
  padding:	5px	10px	2px	0px	!important;
}

/* -------------------------------------------------------------------------------*/
/* TEASER Text 3 - Aufmacher Text bei 3 Spalte				       ok */
/* -------------------------------------------------------------------------------*/
.teasertext3 {
  padding:	10px	5px	2px	0px	!important;
  margin:	3px	5px	0px	0px	!important;
}

/* -------------------------------------------------------------------------------*/
/* TEASER Link - Aufmacher Link bei 1 Spalte				       ok */
/* -------------------------------------------------------------------------------*/
.teaserlink {
  height:	16px !important; 
  background:	#333399; 
  margin:	2px	0px	2px	0px;
  padding:	5px;
}

/* -------------------------------------------------------------------------------*/
/* TEASER Link 2 - Aufmacher Link bei 2 Spalten     	                       ok */
/* 23.10.09 -> folgende Änderungen vorgenommen					  */
/* - von height: 34px !important; 	auf height: 16px !important;	geändert  */
/* -------------------------------------------------------------------------------*/
.teaserlink2 {
  height:	16px !important;
  background:	#333399;
  margin:	2px	0px	2px	0px;
  padding:	5px;
}

/* -------------------------------------------------------------------------------*/
/* TEASER Link 3 - Aufmacher Link bei 3 Spalten				       ok */
/* -------------------------------------------------------------------------------*/
.teaserlink3 {
  height:	29px !important;
  background:	#333399;
  margin:	2px	0px	2px	0px;
  padding:	3px;
}

/* -------------------------------------------------------------------------------*/
/* TEASER Link - Aufmacher Link für alle				       ok */
/* -------------------------------------------------------------------------------*/
.teaserlink a, .teaserlink1 a, .teaserlink2 a, .teaserlink3 a {
  color:	#E7E7EB !important;
}


/*================================================================================*/
/* Absatztyp FORMULAR - Formular Absatz						  */
/*================================================================================*/

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
input.box {
	border : 1px solid #C0C0C0;
	width: 280px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
form.formular textarea  {
	border : 1px solid #C0C0C0;
	width: 280px;
	height: 200px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
form.formular .formcaption {
	width: 190px;
	line-height: 180%;
	float: left;
	clear: left;
	color: black; 
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
form.formular .formnote {
	color: #333399;
	line-height: 160%;
	padding: 2px 0px 10px 192px !important;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
.buttoncaption {
	line-height: 200%;
}

/*================================================================================*/
/* Absatztyp SUCHREGISTER - Suchregister Absatz					  */
/*================================================================================*/

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#register {
	clear: both;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	text-align: center;
	background: #333399; 
	font-size: 130% ;
	font-weight: bold ;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#register a:link {
	padding: 0px 2px 0px 2px;
	color: #E7E7EB ;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#register a:visited {
	padding: 0px 2px 0px 2px;
	color: #EEEEEE; 
	text-decoration: underline;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#register a:hover {
	color: #333399 ; 
	text-decoration: underline;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
.register2 {
	text-decoration: none !important;
	background-color: #333399;
	padding: 5px 0px 5px 0px !important;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
p.register2 {
	text-decoration: none !important;
	background-color: #333399;
	padding: 0px 0px 0px 0px;
	font-size: 80% !important;
	color: black !important;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
p.register2 a:link {
	color: black !important;
	text-decoration: none !important;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
p.register2 a:visited {
	color: black !important; 
	text-decoration: none !important;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
p.register2 a:hover {
  color:		black !important; 
  text-decoration:	underline !important;
}

/*================================================================================*/
/* Absatztyp PLUGIN - Plugin Absatz						  */
/*================================================================================*/

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
P.s2d  {		/*Preis auf der Artikelseite */
  font-size:	180%;
  color:	#C0C0C0;
  font-weight:	bold;
  margin:	0px;
  padding:	2px	0px	2px	0px;
  line-height:	200px;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
P.s2dsmall  {
  font-size:	100%;
  color:	#C0C0C0;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
a.s2dsmall, a.s2dinfo  {
   text-decoration:	underline !important;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
#content .s2d {
  color:	black;
}

/* -------------------------------------------------------------------------------*/
/*                                                                             ?? */
/* -------------------------------------------------------------------------------*/
a.s2d {
  color:	#333399 !important;
}

/*================================================================================*/
/* Für Formulare und Shopseiten							  */
/*================================================================================*/

/* -------------------------------------------------------------------------------*/
/* Rahmen und Farbe Formularelemente                                           ?? */
/* -------------------------------------------------------------------------------*/
table.formtab select.tx,

table.formtab input.tx,

table.formtab textarea.tx {
  border:		1px	solid #333399;
  background-color:	#E7E7EB;
}

/* -------------------------------------------------------------------------------*/
/* Weitere Styledefinitionen für Formularelemente			       ?? */
/* -------------------------------------------------------------------------------*/
/* Rahmen und Farbe Formularelemente Highlight */
table.formtab select.txh,
table.formtab input.txh,
table.formtab textarea.txh,
table.formtab td.txh,
table.formtab table.txh {
	border: 1px solid #A70C0C;
	background-color: #F5E5E5;
}

/* Tabellenbreite */
table.pluginwidth {
	width: 735px;
	margin: auto;
}

table.completewidth, td.completewidth {
	width: 100%;
}

/* Breite der Formularfelder */
table.formtab input.tx,
table.formtab input.txh,
table.formtab textarea.tx,
table.formtab textarea.txh {
	width: 367.5px;
}

/* Höhe der Formularfelder */
table.formtab textarea.tx,
table.formtab textarea.txh {
	height: 147px;
}

/* Farbeliche Anzeige von Fehlermeldungen, immer identisch */
table.formtab td.h, p.h {
	color: #A70C0C;
	font-weight: bold;
	text-align: center;
}

/* Focus und Mausover von Formularelementen, immer identisch */
/*
table.formtab textarea:focus,
table.formtab textarea:hover,
table.formtab select:focus,
table.formtab select:hover,
table.formtab input:focus,
table.formtab input:hover {
	background-color: #FFFFFF;
} */

/* Innenabstand von Formularelementen und Tabellenzellen, immer identisch */
table.formtab input,
table.formtab textarea,
table.formtab td {
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
}
table.formtab td {
  color:	black;
}

/*================================================================================*/
/* Für unsere Sitemap								  */
/* 11.11.09 -> alle Formatierungen neu eingefügt				  */
/*================================================================================*/

/* -------------------------------------------------------------------------------*/
/* Sitemap - globale Einstellungen					       ok */
/* -------------------------------------------------------------------------------*/
#sitemap {
  clear:		both;
  position:		relative;
  margin-left:		0px !important;
  width:		99%;
  line-height:		180%;
  padding-top:		8px;
  font-size:		12px;
}

/* -------------------------------------------------------------------------------*/
/* Sitemap - Link							       ok */
/* -------------------------------------------------------------------------------*/
#sitemap .sitemap1 a,
#sitemap .sitemap2 a,
#sitemap .sitemap3 a {
  text-decoration:	none;
  font-weight:		bold;
  color:		#333399; 
}

/* -------------------------------------------------------------------------------*/
/* Sitemap - Oben (für Startseite und Unterseiten der Startseite)	       ok */
/* -------------------------------------------------------------------------------*/
#sitemap .sitemapoben {
  text-align:		left;
  padding:		10px;
}

/* -------------------------------------------------------------------------------*/
/* Sitemap - Oben / Homepage (normal)					       ok */
/* -------------------------------------------------------------------------------*/
#sitemap .sitemaphome {
  margin-left:		0px;
}

/* -------------------------------------------------------------------------------*/
/* Sitemap - Ebene 1 (normal)						       ok */
/* -------------------------------------------------------------------------------*/
#sitemap .sitemap1 {
  margin-left:		16px;
}

/* -------------------------------------------------------------------------------*/
/* Sitemap - Ebene 2 (normal)						       ok */
/* -------------------------------------------------------------------------------*/
#sitemap .sitemap2 {
  margin-left:		32px;
}

/* -------------------------------------------------------------------------------*/
/* Sitemap - Ebene 3 (normal)						       ok */
/* -------------------------------------------------------------------------------*/
#sitemap .sitemap3 {
  margin-left:		50px;
}

/* -------------------------------------------------------------------------------*/
/* Sitemap - Ebene 0, 1,2,3 (normal)					       ok */
/* -------------------------------------------------------------------------------*/
#sitemap .sitemaphome,
#sitemap .sitemap1,
#sitemap .sitemap2,
#sitemap .sitemap3 {
  text-align:		left;
  font-weight:		bold;
  padding-top:		0px;
}

/* -------------------------------------------------------------------------------*/
/* Sitemap - Ebene 0,1,2,3 (Link)					       ok */
/* -------------------------------------------------------------------------------*/
#sitemap a.sitemaphome,
#sitemap a.sitemap1,
#sitemap a.sitemap2,
#sitemap a.sitemap3 {
  vertical-align: 	middle;
  width:		auto;
  background-image:	url(../images/pic_my_sm_blau.gif);
  background-position: 	left;
  background-repeat: 	no-repeat;
  padding:		0px	10px	3px	30px;
  white-space:		nowrap;
  color:		#333399 !important; 
  text-decoration:	none;
}

/* -------------------------------------------------------------------------------*/
/* Sitemap - Ebene 0, 1,2,3 (Mouse over)				       ok */
/* -------------------------------------------------------------------------------*/
#sitemap a.sitemaphome:hover,
#sitemap a.sitemap1:hover,
#sitemap a.sitemap2:hover,
#sitemap a.sitemap3:hover {
  text-decoration:	underline;
  padding:		0px	10px	3px	30px;
}

/*================================================================================*/
/*                               EOF -- End of File                               */
/*================================================================================*/


