/* 	Vorlagen Stylesheet	- bitte an den Textformatierungen außer der Farbe nichts verändern!	Abstände werden nicht in der StyleSheet Datei definiert. Für alle spezielle Formatierungen bitte ein neues Stylesheet anlegen -
Hier noch eine kleine Referenz: http://selfhtml.teamone.de/navigation/css.htm#schrift

Getestet und funktioniert auf: Netscape ab 4.7, IE ab 5.0 (bei älteren Netscape Versionen gibt es einen Doktor Watson Fehler, dies wird durch den DIV Rahmen hervorgerufen.)

 Stand: 07/02  */

 
/* allgemeine Formatierungen */


html {
	height: inherit;
}

body {
	height: inherit;
	margin: 0px 0px 0px 0px;
	background-color: rgb(255, 255, 255);
	background-image: url(../common/hintergrund.gif);
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: rgb(0, 0, 0);
	
	/* 	farbige Scrollbalken nur für IE ab der Version 5.5 
		für IE Version 6.0 müssen die Stylesheet Angaben direkt in den
		Body-Tag geschrieben werden.
		--------------------------------------------------
		scrollbar-base-color = Basisfarbe der Scroll-Leiste
		scrollbar-3dlight-color = Farbe für 3D-Effekte
		scrollbar-arrow-color = Farbe für Verschiebepfeile
		scrollbar-darkshadow-color = Farbe für Schatten
		scrollbar-face-color = Farbe für Oberfläche
		scrollbar-highlight-color = Farbe für oberen und linken Rand
		scrollbar-shadow-color = Farbe für unteren und rechten Rand
		scrollbar-track-color = Farbe für freibleibenden Verschiebeweg
	*/
	scrollbar-base-color:#1F317B;
	scrollbar-face-color: #f1f3fb; 
	scrollbar -highlight- color: white; 
	scrollbar -shadow- color: white; 
	scrollbar -3dlight- color:  #f1f3fb;
	scrollbar -arrow- color: white;
	scrollbar -track- color: #1F317B; 
	scrollbar -darkshadow- color: #f1f3fb;	
}


     /* erspart auf jedenfall die border=0 angaben, bei cellpadding und cellspacing kommt es darauf an*/
table {
		border: none;
		margin: none;
		padding: none;
		text-align: left;
		border-style: none;
		border-collapse: collapse; 
}

img {
	vertical-align: bottom;
	line-height: 0px;
}

td,th {
	font-size: 1px;
	empty-cells: show; /* wird nur von IE und Netscape 6.2 interpretiert */
}


a:link {
   font-size   : 9pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif; 
   font-weight :light;
   font-style : normal;
   color       :rgb(0, 0, 0); /* hier die entsprechenden Farben eintragen */
}
a:active {
   font-size   : 9pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif; 
   font-weight :light; 
   font-style : normal;
   color : rgb(30, 49, 123); /* hier die entsprechenden Farben eintragen */
}
a:visited {
   font-size   : 9pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif; 
   font-weight :light; 
   font-style : normal;
   color : rgb(30, 49, 123); /* hier die entsprechenden Farben eintragen */
}


/* normaler Text, schwarz */

.text  {
	font-size : 9pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-weight : lighter;
	font-style : normal;
	line-height:14pt;
	color : rgb(0, 0, 0);
}

.texti  {
	font-size : 10pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-weight : italic;
	font-style : italic;
	line-height:14pt;
	color : rgb(0, 0, 0);
}

.textkl  {
	font-size : 9pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-weight : lighter;
	font-style : normal;
	color : rgb(0, 0, 0);
}

.text8  {
	font-size : 8pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-weight : lighter;
	font-style : normal;
	color : rgb(0, 0, 0);
}

.textb  {
	font-size : 9pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-weight : bold;
	font-style : bold;
	line-height:14pt;
	color : rgb(30, 49, 123);
}

.textformular  {
	font-size : 9pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-weight : lighter;
	font-style : normal;
	color : rgb(0, 0, 0);
}


/* Überschriften, schwarz */

.ueber  {
	font-size : 11pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif; 
	font-weight : bold;
	font-style : bold;
	color : rgb(0, 0, 0);
}






/* normaler Text, weiß */

.textw  {
	font-size : 10pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-weight : lighter;
	font-style : normal;
	color : rgb(255, 255, 255);
}

.textwkl  {
	font-size : 9pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-weight : lighter;
	font-style : normal;
	color : rgb(255, 255, 255);
}

.textw8  {
	font-size : 8pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-weight : lighter;
	font-style : normal;
	color : rgb(255, 255, 255);
}

.textwb8  {
	font-size : 8pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-weight : bold;
	font-style : normal;
	color : rgb(255, 255, 255);
}


.textwb  {
	margin: 1px 5px 1px 5px;
	font-size : 10pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-weight : bold;
	font-style : normal;
	color : rgb(255, 255, 255);
}



/* Überschriften, weiß */

.ueberw11  {
	font-size : 11pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif; 
	font-weight : bold;
	font-style : bold;
	color : rgb(255, 255, 255);
}

.ueberw12  {
	font-size : 12pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif; 
	font-weight : bold;
	font-style : bold;
	color : rgb(255, 255, 255);
}

.ueberw13  {
	font-size : 13pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif; 
	font-weight : bold;
	font-style : bold;
	color : rgb(255, 255, 255);
}


/* Links */

.linkklein a:link {
	font-size: 8pt;	font-family: Verdana,Arial,Helvetica,Sans-Serif;font-style: normal;	color : rgb(0, 0, 0);
}

.linkklein a:visited {
	font-size: 8pt;	font-family: Verdana,Arial,Helvetica,Sans-Serif; font-style: normal; color : rgb(30, 50, 123);
}	

.link a:link {
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-style: normal;
	color : rgb(0, 0, 0);
}

.link a:visited {
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-style: normal;
	color : rgb(30, 50, 123);
}	

.linkgr a:link {
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-style: normal;
	font-weight: normal;		
	color :rgb(0, 0, 0);
}

.linkgr a:visited {
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-style: normal;
	font-weight: normal;	
	color : rgb(0, 0, 0);
}

.linkgb a:link {
	margin: 0px 0px 0px 5px;
	font-size: 10pt;
	font-family: Arial,Helvetica,Sans-Serif;	
	font-style: normal;
	font-weight: normal;		
	color :rgb(255, 255, 255);
}

.linkgb a:visited {
	font-size: 10pt;
	font-family: Arial,Helvetica,Sans-Serif;	
	font-style: normal;
	font-weight: normal;	
	color :rgb(255, 255, 255);
}

/* Rahmen (siehe Schulen Offenburg) */

div.ra {
	border-width: 2px;
	border-color: rgb(0, 0, 0);
	border-style: solid;	
}

/* Achtung es gibt verschieden Rahmentypen (border-style), die aber von Netscape unterschiedlich interpretiert werden.
   siehe dazu folgende Beispieldatei (am besten auch im Netscape) an!
   http://selfhtml.teamone.de/css/eigenschaften/rahmen.htm#border_style     
*/

.error  {
	font-size : 9pt;
	font-family : Arial,Helvetica,Sans-Serif;
	font-weight : lighter;
	font-style : normal;
	color : rgb(153, 0, 0);	
	margin: 1px 1px 1px 0px;
}




/* Alle Formularfelder */
.eingabefeld	{
	font-size : 9pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-weight : lighter;
	font-style : normal;
	color : rgb(0, 0, 0); 
	background-color:#ffffff;
	width: 250px;
	height: 20px;
	border: #333175 1px solid;
	margin: 0px 0px 5px 0px;
	padding: 2px 2px 2px 2px;
}
.eingabefeldmittel	{
	font-size : 9pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-weight : lighter;
	font-style : normal;
	color : rgb(0, 0, 0); 
	background-color:#ffffff;
	width: 195px;
	height: 20px;
	border: #333175 1px solid;
	margin: 0px 0px 5px 0px;
	padding: 2px 2px 2px 2px;
}
.eingabefeldklein	{
	font-size : 9pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-weight : lighter;
	font-style : normal;
	color : rgb(0, 0, 0); 
	background-color:#ffffff;
	width: 50px;
	height: 20px;
	border: #333175 1px solid;
	margin: 0px 0px 5px 0px;
	padding: 2px 2px 2px 2px;
}

.textarea	{
	font-size : 9pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-weight : lighter;
	font-style : normal;
	color : rgb(0, 0, 0); 
	background-color:#ffffff;
	width: 250px;
	border: #333175 1px solid;
	margin: 0px 0px 5px 0px;
	padding: 2px 2px 2px 2px;
}

.radio	{
	background-color:#ffffff;
	border: #333175 1px solid;
	margin: 0px 5px 0px 5px;
}
.check	{
	background-color:#ffffff;
	border: #333175 1px solid;
	margin: 0px 5px 0px 5px;
}

.gruppe	{
	background-color:#ffffff;
	border: #333175 1px solid;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	width: 400px;
}
.senden	{
	font-size : 9pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-weight : bold;
	font-style : bold;
	color : rgb(30, 50, 123); 
	background-color:#ffffff;
	height: 22px;
	border: #333175 1px solid;
	padding: 1px 1px 1px 1px;
}
.ok	{
	margin: 0px 0px 5px 5px;
}
.abbrechen	{
	font-size : 9pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-weight : normal;
	font-style : normal;
	color : rgb(0, 0, 0); 
	background-color:#ffffff;
	width: 80px;
	height: 20px;
	border: #333175 1px solid;
	padding: 2px 2px 2px 2px;
	margin: 0px 5px 0px 0px;
}
.dropdown	{
	font-size : 9pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-weight : normal;
	font-style : normal;
	color : rgb(0, 0, 0); 
	background-color:#ffffff;
	margin: 0px 0px 5px 0px;
	border: #333175 1px solid;
}

/* Ende Formulare*/


/* normaler schwarzer Text mit 2pt Abstand zueinander*/
p.textz  {
	font-size : 10pt;
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-weight : lighter;
	font-style : normal;
	color : rgb(0, 0, 0);
	margin-bottom:1pt;
	margin-top:1pt
}



/* Hauptnavigation */

.navlink a:link {
	font-size: 9pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-weight : bold;
	font-style : bold;
	color : rgb(30, 50, 123);
	text-decoration: none;
}

.navlink a:active {
	font-size: 9pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-weight : bold;
	font-style : bold;
	color : rgb(30, 50, 123);
	text-decoration: none;
}

.navlink a:visited {
	font-size: 9pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-weight : bold;
	font-style : bold;
	color : rgb(30, 50, 123);
	text-decoration: none;
}	
.navlink a:hover {
	font-size: 9pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-weight : bold;
	font-style : bold;
	color : rgb(204, 0, 0);
	text-decoration: none;
}


.navlinka {
	font-size: 9pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-weight : bold;
	font-style : bold;
	color : rgb(204, 0, 0);
	text-decoration: none;
}
.navlinka a:active {
	font-size: 9pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-weight : bold;
	font-style : bold;
	color : rgb(204, 0, 0);
	text-decoration: none;
}

.navlinka a:link {
	font-size: 9pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-weight : bold;
	font-style : bold;
	color : rgb(204, 0, 0);
	text-decoration: none;
}
.navlinka a:visited {
	font-size: 9pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-weight : bold;
	font-style : bold;
	color : rgb(204, 0, 0);
	text-decoration: none;
}	

/* Hauptnavigation - Ende*/


/* Subnavigation */

.subnavlink a:link {
	font-size: 9pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-weight : normal;
	font-style : normal;
	color : rgb(30, 50, 123);
	text-decoration: none;
}

.subnavlink a:active {
	font-size: 9pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-weight : normal;
	font-style : normal;
	color : rgb(30, 50, 123);
	text-decoration: none;
}

.subnavlink a:visited {
	font-size: 9pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-weight : normal;
	font-style : normal;
	color : rgb(30, 50, 123);
	text-decoration: none;
}	
.subnavlink a:hover {
	font-size: 9pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-weight : normal;
	font-style : normal;
	color : rgb(204, 0, 0);
	text-decoration: none;
}


.subnavlinka {
	font-size: 9pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-weight : normal;
	font-style : normal;
	color : rgb(204, 0, 0);
	text-decoration: none;
}

.subnavlinka a:visited {
	font-size: 9pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-weight : normal;
	font-style : normal;
	color : rgb(204, 0, 0);
	text-decoration: none;
}	
/* Subnavigation - Ende*/

/* Subsubnavigation */

.subsubnavlink a:link {
	font-size: 8pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-weight : normal;
	font-style : normal;
	color : rgb(30, 50, 123);
	text-decoration: none;
}

.subsubnavlink a:active {
	font-size: 8pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-weight : normal;
	font-style : normal;
	color : rgb(30, 50, 123);
	text-decoration: none;
}

.subsubnavlink a:visited {
	font-size: 8pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-weight : normal;
	font-style : normal;
	color : rgb(30, 50, 123);
	text-decoration: none;
}	
.subsubnavlink a:hover {
	font-size: 8pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-weight : normal;
	font-style : normal;
	color : rgb(204, 0, 0);
	text-decoration: none;
}


.subsubnavlinka {
	font-size: 8pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-weight : normal;
	font-style : normal;
	color : rgb(204, 0, 0);
	text-decoration: none;
}

.subsubnavlinka a:visited {
	font-size: 8pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-weight : normal;
	font-style : normal;
	color : rgb(204, 0, 0);
	text-decoration: none;
}	



/* Schrift für Navbar */
.textnbar a:link {
	font-size : 8pt;
	font-family : Arial,Helvetica,Sans-Serif;
	font-weight : normal;
	font-style : normal;
	color : rgb(30, 50, 123);
	text-decoration: none; 
}
.textnbar a:visited {
	font-size : 8pt;
	font-family : Arial,Helvetica,Sans-Serif;
	font-weight : normal;
	font-style : normal;
	color : rgb(30, 50, 123);	
	text-decoration: none; 	 
}
.textnbaro {
	font-size : 8pt;
	font-family : Arial,Helvetica,Sans-Serif;
	font-weight : normal;
	font-style : normal;
	color : rgb(30, 50, 123);	
	text-decoration: none; 
}
.textnbarnon {
	font-size : 8pt;
	font-family : Arial,Helvetica,Sans-Serif;
	font-weight : normal;
	font-style : normal;
	color : rgb(30, 50, 123);	
	
}

/* für Sitemap*/
.sitemap a:link {
	font-size : 8pt;
	font-family : Arial,Helvetica,Sans-Serif;
	font-weight : bold;
	font-style : bold;
	color : rgb(0, 0, 0);
	text-decoration: none; 
}
.sitemap a:visited {
	font-size : 8pt;
	font-family : Arial,Helvetica,Sans-Serif;
	font-weight : bold;
	font-style : bold;
	color : rgb(30, 50, 123);	
	text-decoration: none; 	 
}
.sitemap a:hover {
	font-size : 8pt;
	font-family : Arial,Helvetica,Sans-Serif;
	font-weight : bold;
	font-style : bold;
	color : rgb(30, 50, 123);	
 
}
.webco a:link {
	font-size: 8pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-style: normal;
	color : rgb(252, 252, 252);
}

.webco a:visited {
	font-size: 8pt;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;	
	font-style: normal;
	color : rgb(253, 253, 253);
}