/* 

Layout für www.lmg-varel.de

Und immer dran denken: "Studieren geht über Kopieren"

*/

body,p,h1,h2,h3,h4,h5,h6,input,select,textarea,ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* --- Seite -------------------------- */

body {  												/* Entwürfe */
	background-color: #FFFFFF;
}

body.body {   										/* Hauptseite */
	background-color: #F9F9F9;
}

body.body-email {
	background-color: #FFFFFF;
}

body.body-cmail {
	background-color: #FFFFFF;
}

body.body-ohne_menue {
	background-color: #FFFFFF;
}

body.body-druckfenster {
	background-color: #FFFFFF;
}

/* --- Links -------------------------- */


a:link {
	color: #37418A;
	text-decoration: none;
}

a:visited {
	color:#37418A;
	text-decoration:none;
}

a:hover {
	color:#FF0046;
	text-decoration:underline;
} 

a:active {
	color:#FF0046;
	text-decoration:underline;
}

a.blau:link {					
	color: #37418A;
	text-decoration:none;
}

a.blau:visited {
	color: #37418A;
	text-decoration:none;
}

a.blau:hover {
	color:yellow;
	text-decoration:underline;
}

a.blau:active {
	color:yellow;
	text-decoration:underline;
}

a.dunkel:link {					
	color:black;
	text-decoration:none;
}

a.dunkel:visited {
	color:black;
	text-decoration:none;
}

a.dunkel:hover {
	color:#FF0046;
	text-decoration:underline;
}

a.dunkel:active {
	color:#FF0046;
	text-decoration:underline;
}

a.hell:link {					
	color:#F9F9F9;
	text-decoration:none;
}

a.hell:visited {
	color:#F9F9F9;
	text-decoration:none;
}

a.hell:hover {
	color:yellow;
	text-decoration:underline;
}

a.hell:active {
	color:yellow;
	text-decoration:underline;
}
 
/* --- Hervorhebung -------------------------- */

.achtung {
	color: #FF0000;
	font-weight: bold;
}

.positiv {
	color: #00BB00;
	font-weight: bold;
}

.neutral {
	color: #666666;
	font-weight: bold;
}

/* --- Rahmenseite -------------------------- */

p.menue1 {									/* Menuetext Mitte */
	font-size: 13px;
	color: black;
	font-weight: normal;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
}

p.menue1-klein { 				
	font-size:12px;
	margin-top:0em;
	margin-bottom:0em; 
}

p.menue1-rechts { 				
	font-size:13px;
	text-align:right;
	margin-top:0.3em;
	margin-bottom:0.3em; 
}

p.menue1-center { 				
	font-size:13px;
	text-align:center;
	margin-top:0.3em;
	margin-bottom:0.3em; 
}

p.menue2 { 					/* Menuetext Linke Spalte */
	font-size:13px;
	font-weight:bold;
	color:#F9F9F9; 
	margin-top:0.1em;
	margin-bottom:0.1em; 
}

p.menue2-start { 					/* Menuetext Linke Spalte: "Startseite" */
	font-size:13px;
	font-weight:bold;
	color:#F9F9F9; 
	margin-top:0.3em;
	margin-bottom:0.3em; 
}

p.menue2-klein { 
	font-size:12px;
	color:#F9F9F9; 
	margin-top:0em;
	margin-bottom:0em; 
}

p.menue2-sehrklein { 
	font-size:11px;
	color:#F9F9F9; 
	margin-top:0em;
	margin-bottom:0em; 
}

p.p-startseite-menue-ueberschrift { 					/* Menuetext Rechte Spalte */
	color:#F9F9F9; 
	font-size:11px;
	font-weight:bold;
	text-align: left;
	margin-top:1px;
	margin-bottom:1px; 
	margin-left:10px;
	margin-right:10px;
}

p.p-startseite-menue { 				
	color:black; 
	font-size:11px;
	text-align: left;
	margin-top:3px;
	margin-bottom:3px; 
	margin-left:10px;
	margin-right:10px;
}

p.p-statuszeile { 							
	font-size:11px;
	text-align:left;
	margin-top:0.5em;
	margin-bottom:0.5em; 
}

p.p-statuszeile-rechts { 							
	font-size:11px;
	text-align:right;
	margin-top:0.5em;
	margin-bottom:0.5em; 
} 


/* --- Text -------------------------- */

p { 														
	font-size:13px;
	text-align:left;
	color:black; 
	margin-top:0.8em;
	margin-bottom:0.8em;
}

p.p-email { 											/* Absätze in E-Mails */									
	margin-top:0.3em;
	margin-bottom:0.3em;
}

p.p-cmail { 											/* Absätze in C-Mails */									
	margin-top:0.3em;
	margin-bottom:0.3em;
}

p.p-cmail-klein { 											/* Absätze in C-Mails */									
	font-size:11px;
	margin-top:0.1em;
	margin-bottom:0.1em;
}

p.p-clear {												/* Bilder abschliessen */
	clear:both;
} 

p.p-fliesstext {										/* Längere Textabschnitte */
	text-align: justify;
}

p.p-formular { 										/* Formulartext */
	margin-top:0.2em; 
	margin-bottom:0.2em;
} 

p.p-formular-fliesstext { 										/* Formulartext-Fliesstext */
	text-align: justify;
	margin-top:0.2em; 
	margin-bottom:0.2em;
} 

p.p-formular-gruppe {									/* Formular-Gruppenüberschriftt */
	font-weight:bold;
	font-style:italic;
	color:#37418A;
	margin-top:0.1em; 
	margin-bottom:0.1em;
}

p.p-formular-zeilenname {								/* Formular-Zeilenname */
	font-weight:bold;
	margin-top:0.2em; 
	margin-bottom:0.2em;
}
   
p.p-formular-ueberschrift { 				/* Formular-Überschriften */
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	margin-top:0.1em;
	margin-bottom:0.1em;
}

p.p-formular-fehler { 								/* Formulartext: Fehlerzusammenfassung */
	margin-top:0.1em; 
	margin-bottom:0.1em;
} 

p.p-formular-anmerkung { 							/* Formulartext: Anmerkungen */
	font-size:11px;
	margin-top:0.2em; 
	margin-bottom:0.2em;
} 

p.p-liste { 												/* Namenslisten etc. */
	font-size:12px;
	margin-top:0.1em; 
	margin-bottom:0.1em;
	font-weight:bold;
} 

p.p-navigation { 												/* Navigationsleisten */
	font-size:12px;
	margin-top:0.1em; 
	margin-bottom:0.1em;
} 

p.p-navigation-rechts { 												/* Navigationsleisten */
	font-size:12px;
	text-align:right;
	margin-top:0.1em; 
	margin-bottom:0.1em;
} 

p.p-tab { 												/* Tabellentext */
	margin-top:0.1em; 
	margin-bottom:0.1em;
} 

p.p-tab-zentriert { 									
	text-align:center;
	margin-top:0.1em; 
	margin-bottom:0.1em;
} 

p.p-tab-fliesstext { 									
	text-align:justify;
	margin-top:0.1em; 
	margin-bottom:0.1em;
} 

p.p-tab-rechts { 									
	text-align:right;
	margin-top:0.1em; 
	margin-bottom:0.1em;
} 

p.p-tab-hervorgehoben { 				
	margin-top:0.1em; 
	margin-bottom:0.1em;
	font-weight:bold;
} 

p.p-tab-klein-hervorgehoben { 				
	font-size:11px;
	margin-top:0.1em; 
	margin-bottom:0.1em;
	font-weight:bold;
}

p.p-tab-klein { 				
	font-size:11px;
	margin-top:0.1em; 
	margin-bottom:0.1em;
}

p.p-tab-hervorgehoben-zentriert { 				
	text-align:center;
	margin-top:0.1em; 
	margin-bottom:0.1em;
	font-weight:bold;
} 

p.p-tab-hervorgehoben-rechts { 				
	text-align:right;
	margin-top:0.1em; 
	margin-bottom:0.1em;
	font-weight:bold;
} 

p.p-tab-ueberschrift { 					
	margin-top:0.1em; 
	margin-bottom:0.1em;
	font-weight:bold;
} 

p.p-tab-uebersicht { 					
	margin-top:0.1em; 
	margin-bottom:0.1em;
} 

p.p-tab-uebersicht-unwichtig { 					
	font-size:11px;
	margin-top:0.1em; 
	margin-bottom:0.1em;
} 

p.p-tab-uebersicht-ueberschrift { 					
	margin-top:0.5em; 
	margin-bottom:0.2em;
	font-weight:bold;
} 

p.p-tab-uebersicht-ueberschrift-unwichtig { 					
	margin-top:0.5em; 
	margin-bottom:0.2em;
} 

p.p-tab-ueberschrift-zentriert { 					
	text-align:center;
	margin-top:0.1em; 
	margin-bottom:0.1em;
	font-weight:bold;
} 

p.p-autor { 										/* Autor des Beitrages */				
	font-size:12px;
	margin-top:0.1em;
	margin-bottom:1.0em; 
}

p.p-fussnote { 										/* Anmerkungen */				
	font-size:11px;
	margin-top:0.8em;
	margin-bottom:0.8em; 
}

p.p-fussnote-zentriert { 										
	font-size:11px;
	margin-top:0.8em;
	margin-bottom:0.8em; 
	text-align: center;
}

p.p-untertitel {                          /* Bilduntertitel */
	font-size: 11px;
	font-style: normal; 
	font-weight: normal;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	text-align: left;
	margin-left: 0.4em;
	margin-right: 0.4em;
}

p.p-untertitel-zentriert {
	font-size: 11px;
	font-style: normal; 
	font-weight: normal;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	text-align: center;
	margin-left: 0.4em;
	margin-right: 0.4em;
}

p.p-teaser-artikelrubrik { 												
	font-size:11px;
	font-weight:bold;
	text-align: left;
	color:#F9F9F9; 
	margin-top:1px;
	margin-bottom:1px; 
	margin-left:10px;
	margin-right:10px;
}

p.p-teaser-artikeldatum { 												
	font-size:11px;
	text-align: right;
	margin-top:1px;
	margin-bottom:1px; 
	margin-right:10px;
}

p.p-teaser-artikelkommentierung { 												
	font-size:11px;
	text-align: left;
	margin-top:0.2em;
	margin-bottom:0.2em; 
	margin-left:10px;
}

p.p-teaser-artikelviews { 												
	font-size:11px;
	text-align: right;
	margin-top:0.2em;
	margin-bottom:0.2em; 
	margin-right:10px;
}

p.p-teaser-artikelueberschrift { 												
	font-weight:bold;
	color:#FF0046;
	margin-bottom:0.6em;
	margin-top:0.7em;
	margin-left:10px;
	margin-right:10px;
}

.obertitel {							/* Artikel-Obertitel */
	color:black;
	font-size:11px;
	}

p.p-teaser-artikel { 												
	text-align: justify;
	margin-left:10px;
	margin-right:10px;
}

p.p-komplett-artikelrubrik { 												
	font-size:11px;
	font-weight:bold;
	text-align: left;
	color:#F9F9F9; 
	margin-top:1px;
	margin-bottom:1px; 
	margin-left:10px;
}

p.p-komplett-artikeldatum { 												
	font-size:11px;
	text-align: right;
	margin-top:1px;
	margin-bottom:1px; 
	margin-right:10px;
}

p.p-komplett-artikelkommentierung { 												
	font-size:11px;
	text-align: left;
	margin-top:0.2em;
	margin-bottom:0.2em; 
	margin-left:10px;
}

p.p-komplett-artikelviews { 												
	font-size:11px;
	text-align: right;
	margin-top:0.2em;
	margin-bottom:0.2em; 
	margin-right:10px;
}

p.p-komplett-artikelueberschrift { 												
	font-size:14px;
	font-weight:bold;
	color:#FF0046;
	margin-bottom:0.6em;
	margin-top:0.7em;
	margin-left:10px;
	margin-right:10px;
}

p.p-komplett-artikel { 												
	text-align:justify;
	margin-left:10px;
	margin-right:10px;
}

p.p-komplett-artikel-weiter { 												
	text-align:right;
	margin-left:10px;
	margin-right:10px;
}

p.p-komplett-seiteninfo { 												
	text-align:left;
	font-style:italic;
	font-size:11px;
	margin-left:10px;
	margin-right:10px;
	margin-top:1.2em;
	margin-bottom:1.2em;
}

p.p-komplett-galeriebild { 												
	text-align:center;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}

/* --- Überschriften -------------------------- */

h1 {	
	text-align: left;
	font-weight:bold;
	font-size:19px;
	color:#37418A;
	margin-bottom:1.5em;
	margin-top:1.5em;
}

h2 {	
	text-align: left;
	font-weight:bold;
	font-size:17px;
	color:black;
	margin-bottom:1.2em;
	margin-top:1.2em;
}

h3 {	
	text-align: left;
	font-weight:bold;
	font-size:15px;
	color:#FF0046;
	margin-bottom:1.0em;
	margin-top:1.0em;
}

h4 {	
	text-align: left;
	font-weight:bold;
	font-size:14px;
	color:black;
	margin-bottom:0.7em;
	margin-top:0.7em;
}


h5 { 
	text-align: left;
	font-weight:bold;
	font-size:13px;
	color:#FF0046;
	margin-bottom:0.5em;
	margin-top:0.5em;
}

h6 { 
	text-align: left;
	font-weight:bold;
	font-size:13px;
	color:#37418A;
	margin-bottom:0.3em;
	margin-top:0.3em;
}

/* --- Applets -------------------------- */

applet.app-links {
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #FF0046;
	border-bottom: 1px solid #FF0046;
	border-left: 1px solid #FF0046;
	border-right: 1px solid #FF0046;
}

applet.app-mitte {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #FF0046;
	border-bottom: 1px solid #FF0046;
	border-left: 1px solid #FF0046;
	border-right: 1px solid #FF0046;
}

/* --- Bilder -------------------------- */

img {		
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	}

img.img-rechts {			
	margin-left:10px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:5px;
}

img.img-links {		
	margin-left:0px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}

img.img-links2 {		
	margin-left:10px;
	margin-right:15px;
	margin-top:10px;
	margin-bottom:10px;
}

img.img-artikel-oben {		
	margin-left:0px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:5px;
}

img.img-mitte {		
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}

img.img-foto-rechts {	
	margin-left:10px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:5px;
	border-top: 1px solid #FF0046;
	border-bottom: 1px solid #FF0046;
	border-left: 1px solid #FF0046;
	border-right: 1px solid #FF0046;
}

img.img-foto-links {		
	margin-left:0px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	border-top: 1px solid #FF0046;
	border-bottom: 1px solid #FF0046;
	border-left: 1px solid #FF0046;
	border-right: 1px solid #FF0046;
}

img.img-artikel-oben-foto {		
	margin-left:0px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:5px;
	border-top: 1px solid #FF0046;
	border-bottom: 1px solid #FF0046;
	border-left: 1px solid #FF0046;
	border-right: 1px solid #FF0046;
}

img.img-artikel-foto {		
	margin-left:0px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
	border-top: 1px solid #FF0046;
	border-bottom: 1px solid #FF0046;
	border-left: 1px solid #FF0046;
	border-right: 1px solid #FF0046;
}

img.img-artikel {		
	margin-left:0px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}

img.img-foto-mitte {	
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	border-top: 1px solid #FF0046;
	border-bottom: 1px solid #FF0046;
	border-left: 1px solid #FF0046;
	border-right: 1px solid #FF0046;
}

img.img-blank {
	margin:0px;
} 

img.img-untertitel {
	margin:0px;
}

img.img-untertitel-foto {
	margin:0px;
	border-top: 1px solid #FF0046;
	border-bottom: 1px solid #FF0046;
	border-left: 1px solid #FF0046;
	border-right: 1px solid #FF0046;
}

/* --- Tabellen -------------------------- */



table.tab {									/* Normale Tabelle */
	border: 1px solid #A0AFD6;	
}

tr.tr {
}

td.td {
	background-color: #FFFFF9;
}

tr.tr-ueberschrift {
}

td.td-ueberschrift {
	background-color: #FFFFC0;
}

td.td-text {
	background-color:#FFFFFF;
	}

table.tab-extraseite {									/* Nickpage etc. */
	border: 1px solid #A0AFD6;	
}

tr.tr-extraseite {
}

td.td-extraseite {
	background-color: #FFFFFF;
}

tr.tr-extraseite-ueberschrift {
}

td.td-extraseite-ueberschrift {   
	background-color: #A0AFD6;
}

table.tab-gaestebuch {									/* Gästebuch */
}

tr.tr-gaestebuch {
}

td.td-gaestebuch {
	background-color: #FFFFFF;
}

tr.tr-gaestebuch-ueberschrift {
}

td.td-gaestebuch-ueberschrift {   
	background-color: #A0AFD6;
}

table.tab-kondolenz {									/* Kondolenz */
}

tr.tr-kondolenz {
}

td.td-kondolenz{
	background-color: #FFFFFF;
}

tr.tr-kondolenz-ueberschrift {
}

td.td-kondolenz-ueberschrift {   
	background-color: #CCCCCC;
}


table.tab-uebersicht {									/* Übersichtstabelle */
}

tr.tr-uebersicht {
}

td.td-uebersicht {
	background-color: #F0F0F0;
}

tr.tr-uebersicht-ueberschrift {
}

td.td-uebersicht-ueberschrift {
	background-color: #A0AFD6;
}

table.tab-strukturiert {				/* Strukturierte Tabelle */
	border: 1px solid #A0AFD6; 
	border-collapse: collapse;
	background-color: transparent;
}

table.tab-navigation {					/* Navigations-Zeilen */
	border: 1px solid #A0AFD6;
	border-collapse: collapse;
	background-color: #F9F9F9;
}

tr.tr-navigation {
}

td.td-navigation {
	background-color: transparent;
}

table.tab-hinweis {					/* Hinweis-Kasten */
	border: 1px solid #FF0046;
	border-collapse: collapse; 
	background-color: #F9F9F9;
}

tr.tr-hinweis {
}

td.td-hinweis {
	background-color: transparent;
}

table.tab-layout {				/* Neutrale Layout-Tabelle*/
}

tr.tr-layout {
}

td.td-layout {
	background-color: transparent;
}

td.td-layout-ueberschrift {
	background-color:#FFFFF9;
}

td.td-layout-ueberschrift2 {
	background-color:transparent;
}

td.td-layout-ueberschrift3 {
	background-color:#EEEEEE;
}

tr.tr-strukturiert {
}

td.td-strukturiert {
	border: 1px solid #A0AFD6; 
	background-color:#FFFFF9;
	}

td.td-strukturiert-text {
	border: 1px solid #A0AFD6; 
	background-color:#FFFFFF;
	}

tr.tr-strukturiert-ueberschrift {
	}

td.td-strukturiert-ueberschrift {
	border: 1px solid #A0AFD6; 
	background-color:#FFFFC0;
}

td.td-untertitel {						/* Bilder mit Untertitel */
	background-color: #F9F9F9;
	border-top: 1px solid #7A8CBF;
	border-bottom: 1px solid #7A8CBF;
}

td.td-untertitel-foto {						/* Foto mit Untertitel */
	background-color: #F9F9F9;
	border-top: 0px solid #7A8CBF;
	border-bottom: 1px solid #7A8CBF;
}

table.tab-untertitel-img-links {
	margin-left: 0px ;
	margin-right: 7px ;		/* 3px sind automatisch */
	margin-top: 5px ;
	margin-bottom: 5px ; 
}

table.tab-untertitel-img-rechts {
	margin-left: 7px ;
	margin-right: 0px ;
	margin-top: 5px ;
	margin-bottom: 5px ;
}

table.tab-untertitel-img-mitte {
	margin-left: 7px ;
	margin-right: 7px ;
	margin-top: 5px ;
	margin-bottom: 5px ;
}

table.tab-untertitel-img-foto-links {
	margin-left: 0px ;
	margin-right: 10px ;
	margin-top: 5px ;
	margin-bottom: 5px ;
}

table.tab-untertitel-img-artikel-oben-foto { 
	margin-left:0px;
	margin-right:7px;		/* 3px sind automatisch */
	margin-top:0px;
	margin-bottom:5px;
}
table.tab-untertitel-img-artikel-oben {
	margin-left:0px ;
	margin-right:7px ;		/* 3px sind automatisch */
	margin-top:0px ;
	margin-bottom:5px ;
}

table.tab-untertitel-img-artikel-foto { 
	margin-left:0px;
	margin-right:7px;		/* 3px sind automatisch */
	margin-top:5px;
	margin-bottom:5px;
}
table.tab-untertitel-img-artikel {
	margin-left:0px ;
	margin-right:7px ;		/* 3px sind automatisch */
	margin-top:5px ;
	margin-bottom:5px ;
}

table.tab-untertitel-img-foto-rechts {
	margin-left: 7px ;
	margin-right: 0px ;
	margin-top: 5px ;
	margin-bottom: 5px ;
}

table.tab-untertitel-img-foto-mitte {
	margin-left: 7px ;
	margin-right:7px ;
	margin-top: 5px ;
	margin-bottom: 5px ;
}

table.tab-formular {				/* Formular-Tabelle */
	border: 1px solid #A0AFD6;
	border-collapse: collapse;
}

tr.tr-formular {
}

td.td-formular {
}

tr.tr-formular-ueberschrift {
}

td.td-formular-ueberschrift {
	background-color:#FFFFC0;
	border: 1px solid #A0AFD6;
}

table.tab-formular-gruppe {				/* Gruppenüberschrift */
	border: 1px solid #37418A;
	border-collapse: collapse;
}

tr.tr-formular-gruppe {		
}

td.td-formular-gruppe {
}

tr.tr-formular-eingabe {			/* Formular-Tabelle: Eingabezeile */
}

td.td-formular-eingabe {
	
}

table.tab-formular-fehler {     /* Formular-Tabelle: Fehlerzusammenfassung */
	border: 2px solid #FF0046;
}

tr.tr-formular-fehler {
	background-color:transparent;
}

td.td-formular-fehler {
	
}

td.td-artikel-teaser {
	background-color:#FFFFF9;
}

td.td-artikel-komplett {
	background-color:#FFFFFF;
}

td.td-menue-tabs {
	background-color:#FFFFF9;
}

/* --- Formulare -------------------------- */

form.formular-klein {
	margin-top:0.3em;
	margin-bottom:0.3em; 
}

input {
	font-size:12px;
	background-color:white;
	border: 1px solid #A0AFD6;
}

input.input-checkbox {
	background-color:transparent;
	color:transparent;
	border: 0px;
	} 

input.input-checkbox-klein {
	background-color:transparent;
	color:transparent;
	border: 0px;
	font-size:11px;
	} 

input.input-radio {
	background-color:transparent;
	color:transparent;
	border: 0px;
} 

input.input-klein {
	font-size:11px;
}

input.input-klein-farbig {
	font-size:11px;
	background-color:#A0AFD6;
	border: 1px solid #F9F9F9;
}

input.input-button-klein {
	font-size:11px;
	background-color:#F9F9F9;
	border: 1px solid #A0AFD6;
}

reset.input-button-klein {
	font-size:11px;
	background-color:#F9F9F9;
	border: 1px solid #A0AFD6;
}

input.input-button {
	font-size:12px;
	font-weight:bold;
	background-color:#FFFFC0;
}

textarea {
	font-size:12px;
	background-color:white;
	border: 1px solid #A0AFD6;
}

select {
	font-size:12px;
	background-color:white;
	border: 1px solid #A0AFD6;
}

select.select-klein {
	font-size:11px;
	background-color:white;
	border: 1px solid #F9F9F9;
}

select.select-klein-farbig {
	font-size:11px;
	background-color:#A0AFD6;
	border: 1px solid #F9F9F9;
}

option.option-klein-farbig {
	font-size:11px;
	background-color:#A0AFD6;
	border: 1px solid #F9F9F9;
}


/* --- Listen -------------------------- */

ul {
	list-style:url(../images/liste_pfeil_klein.gif);
	text-align:left;
	font-size:13px;
} 

ol {
	text-align:left;
	font-size:13px;
} 

ul.ul-fussnote {
	font-size:11px;
	margin-bottom: 0.3em;
	margin-top:0.3em; 
} 

ul.ul-formular-fehler {
	margin-bottom: 0.2em;
	margin-top:1.0em; 
	} 


li {
	margin-top:0.3em;
	text-align:left;
	margin-bottom:0.3em;
}

