body {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
        color: #0A1F63;

}




/*Generelle Links*/
* a{
	color: #008193;	
	/*color: #3c4563;*/
	text-decoration: none;
}
* a:hover {
	background-color: #008193;
	color:white;
	text-decoration: none;
}

/*Sonderfall: Linkboxen graphisch oben im Header*/
* a.graphischelinks {
	color: #FFFFFF;
	text-decoration: none;
}
* a.graphischelinks:hover {
	background-color: #FFFFFF;
	color:white;
	text-decoration: none;
}




/*Links für Menüs*/
a.link1 {
	font-size: 0.9em;
	color: #008193;
	text-decoration: none;
	margin-left: 19px;
	/*display: block;*/
}
a.link1:hover {
	font-size: 0.9em;
	background-color: #008193;
	color:white;
	text-decoration: none;
	margin-left: 19px;
}

a.link2 {
	font-size: 0.8em;
	color: #008193;
	text-decoration: none;
	margin-left: 23px;
}
a.link2:hover {
	font-size: 0.8em;
	background-color: #008193;
	color:white;
	text-decoration: none;
	margin-left: 23px;
}
a.link3 {
	font-size: 0.8em;
	color: #26376d;
	text-decoration: none;
	margin-left: 33px;
}
a.link3:hover {
	font-size: 0.8em;
	background-color: #26376d;
	color:white;
	text-decoration: none;
	margin-left: 33px;
}
a.link4 {
	font-size: 0.8em;
	color: #26376d;
	text-decoration: none;
	margin-left: 39px;
}
a.link4:hover {
	font-size: 0.8em;
	background-color: #26376d;
	color:white;
	text-decoration: none;
	margin-left: 39px;
}





/*Ende Links für Menüs*/




/*Bildunterschriften*/
.csc-textpic-caption  {
	font-size: 0.8em;
}


.csc-sitemap a, .csc-searchResultHeader a, a.internal-link{
	color: #008193;
	text-decoration: none;
}
.csc-sitemap a:hover, .csc-searchResultHeader a:hover , a.internal-link:hover {
	background-color: #008193;
	color:white;
	text-decoration: none;
}




bodytext a, li a{
	/*color: #008193*/
        color: #OA1F63;
	text-decoration: none;
}
bodytext a:hover, li a:hover {
	background-color: #008193;
	color:white;
	text-decoration: none;
}






/*h1 nur für Hauptüberschriften (erste Überschrift) jeder Seite*/
h1 {
	font-size: 1.1em;
	margin-top: 20px;
        border-bottom-width:1px;
        border-bottom-style:solid;
        border-bottom-color:#008193;
        padding-bottom: 5px;

}

h2 {
	font-size: 1.1em;
	color:#008193;
	font-weight: bold;
}
h3, h4, h5 {
	font-size: 0.9em;
	/*color:#008193; geändert 2.4.2009*/
	color:#333366;
	font-weight: bold;
}

h3, h4, h5, {
	font-size: 0.9em;
	color:#008193;
	font-weight: bold;
}
h6 {
	font-size: 1.5em;
	/*color:#000000;*/
	color: #0A1F63;
	font-family: Georgia, 'Times New Roman' serif;
	font-weight: normal;
	margin-top: 10px;
}


.suchfeld {
	 /*float:right;*/
         font-size:0.8em;
         border-color:#008193;
         border-style:solid;
         border-width:1px;
         width:100px;
}
.submitbutton {
         float:right;
         margin-top: -15px;

}
.termine_lang {
         margin-bottom: 20px;
}

.termine_kurz {
         margin-bottom: 10px;
}
/*Überschriften Menü Stufe 2 links*/
.menueheader {
	 font-size: 1.1em;
         font-weight:bold;
         margin-left:19px;
         margin-top: 20px;
         border-bottom-width:1px;
         border-bottom-style:solid;
         border-bottom-color:#008193;
         padding-bottom: 5px;

}

/*Lehrbeaufragtentabelle*/
table.lehrb_table {
	width:100%;
	border-width:1px;
	border-style:solid;
	border-color: #008193;
	margin-bottom:20px;
	
}
tr.lehrb_tr {
	margin-bottom:10px;
}
td.lehrb_td {
	border-width:1px;
	border-style:solid;
	border-color: #008193;
	color:white;
	background-color: #008193;
}
td.snow1 {
	padding-bottom:30px;
}