/*Basiswerte*/
body				   { color: #ffc; font-family: "lucida grande", verdana, arial, helvetica, sans-serif; background-color: #002f2f ; margin-top: 10px; margin-bottom: 10px; }

p					      { font-size: 75%; line-height: 140%; padding-right: 3px; padding-bottom: 3px;}
n { font-size: 75%; line-height: 140%; }
td					 { font-size: 100% }
th					{ color: white; font-size: 110%; font-family: "Times New Roman", Times, serif; background-color: #003; padding-top: 4px; padding-bottom: 4px }
h1					{ color: #003; font-size: 110%; font-family: "Times New Roman", Times, serif }

h2					{ color: #003; font-size: 90%; font-family: "Times New Roman", Times, serif }

/*Navigation*/
a:link				{ color: #ffc; text-decoration: none }
a:visited			{ color: #ffc; text-decoration: none }
a:hover				{ color: #c90; text-decoration: underline }
a:active			{ color: #6c0; text-decoration: underline }
.textlink			{ color: #ffc; text-decoration: underline }
.linkcolor  		{ color: white }

/*Textformate*/
.klein				{ font-size: 65%; line-height: 100% }
.abstand_break		{ line-height: 160% }
.abstand_oben		{ line-height: 140% }
.color  			{ color: #66cc00 }


/*Ueberschriften*/
.ueb1				{ font-size: 140%;}
.ueb2				{ font-size: 100%; line-height: 140% }
.ueb3				 { font-weight: 700 }
.sperrung { letter-spacing: 1em; }
/*Listendarstellung*/
li 					{ font-size: 100% }
.listekasten			{ list-style-type: square }
.listekreis			{ list-style-type: circle }

/*Tabulatoren*/
.tab6				{ margin-left: 6px }
.tab12  			{ margin-left: 12px }
.tab18 				{ margin-left: 18px }
.tab24 				{ margin-left: 24px }
.tab6r   			{ margin-right: 6px }

/*Hintergrund*/
.kasten_blau		{ color: #fff; font-weight: 600; background-color: #003; padding: 3px 3px 3px 6px; width: auto }
.kasten_grau		 { color: black; background-color: #dcdcdc; padding: 3px 3px 3px 6px; width: auto }
.zelle_weiss { color: black; background-color: white; padding: 3px 3px 3px 6px; width: auto }
.box_weiss			{ background-color: white }


/*Linien*/
.linie_links			{ border-left: 1pt solid #ffcc00 }
.linie_oben 			{ border-top: 1px solid #ffcc00; }
.linie_unten 			{ border-bottom: 1px solid #ffcc00; }
.box_weiss_linie_links_blau { background-color: white; border-left: 1pt solid #003 }

/*Spezial*/
.pfad  						   { line-height: 120%; background-color: #dcdcdc; padding-top: 3px; padding-right: 3px; padding-bottom: 3px }
.rahmen_weiss				{ border-top: 1px solid white; border-bottom: 1px solid white; border-left: 1px solid white }
.rahmen_weiss_rechts		{ border: solid 1px white }