 /*Allgemeine CSS Datei
Letzte Aktualisierung: 21.08.2009
Verwendete Farben:
#004180 - Dunkles Blau für Hintergründe (z.B.: H1)
*/
/**/

body, div {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

h1 {
	color: #ffffff;
	/*width: 98,3%;*/
	font-size: 22px;
	background-color: #004180;
	margin-bottom: 8px;
	padding: 1px 8px;
	text-align: left;
}

h2 {
	font-size: 18px;
	margin-left: 10px;
}

h3, h4, h5, h6 {
	
	margin: 10px;
}

img {
	border:none;
}

body {
	/*text-align: center;*/
	background:#91bff5 url(../img/bg.png) repeat-x 50% 0; 
	font-family: verdana, helvetica, sans-serif;
}

#website {
	width: 950px;
	margin: auto;
	/*text-align: left;	*/
	background-color: #C2D3E7;
/*	padding: 15px 4px 4px;*/
	border-color: #004180;
	border-style: solid;
	border-width: 15px 4px 4px;
}

#header {
	height: 120px;
/*	background-color: #C2D3E7;*/
	border-top: 2px solid #004180;
}
#separator {
	height: 25px;
	padding: 0;
	color: #ffffff;
	background-color: #004180;
	margin: 25px 15px 0 15px;
	margin-top: 15px; 
	font-size:75%;
	line-height: 25px;
	text-align: left;
}	

#separator a:link, #separator a:visited  { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff; 
}

#sitepath {
	position: absolute; 
	margin-left: 210px; 
	padding: 0; 
	display: inline;	
}

#print, #sitemap, #language { 
	background-position: 0 top; 
	margin-right: 10px; 
	padding: 0; 
	display: inline; 
	float: right; 
	/*margin-top: 0; */
}

#navigation_box {
	width: 200px;
	padding-top: 21px; 
	padding-bottom: 5px;
	height: 100%;
}

#main { 
	width: 	735px;
	float: right;
	height: 100%;
/*	text-align: justify;*/
}

#content p {
	margin: 10px;
	font-size: 90%;
	padding-right: 10px;
	
}

p.align-right {
	text-align: right;
}

p.align-center{
	text-align: center;
}

p.align-justify {
	text-align: justify;	
}

#content pre{
	width: 700px;
	margin: 10px;
	font-size: 100%;
	font-family: arial;
}

table {
	margin: 10px;
}

table, td, tr {
	text-align: center; 
}

#content a:link, #content a:visited  { 
/*	font-weight: bold; */
	text-decoration: underline; 
	color: #000000;
}


.csc-mailform { border: none; }




#footer {
	color: #ffffff;
	font-size: 75%;
	clear: both;
	background-color: #004180;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;	
}

#footer a:link, #footer a:visited  { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff;
}

#navigation { 
	width: 180px; 
	font-size: 75%; 
	font-weight: bold; 
	background-color: #C2D3E7;  
	border-left: 2px solid #004180;
	border-right: 2px solid #004180;
	border-bottom: 2px solid #004180;
	margin-left: 10px;
	text-align: left;
}

#navigation { color: #ffffff}
#navigation ul { margin: 0; padding: 0; list-style-type: none; }
#navigation li { margin: 0; border-top: 2px solid #004180; }
#navigation span { display: block; padding: 3px 5px 3px 5px; width: 170px; background-color: #004180; text-decoration: none; }
#navigation a { display: block; padding: 3px 5px 3px 5px; width: 170px; color: #000000; background-color: #C2D3E7; text-decoration: none; }
#navigation a:hover { color: #ffffff; background-color: #004180; text-decoration: none; }
/*#navigation ul ul li { margin: 0; border-bottom: 1px solid #004180; }*/
#navigation ul ul a { display: block; padding: 3px 5px 3px 45px; width: 130px; color: #000000; background-color: #C2D3E7; text-decoration: none; }
#navigation ul ul span { display: block; padding: 3px 5px 3px 45px; width: 130px; background-color: #004180; text-decoration: none; color: #ffffff;}
#navigation ul ul a:hover { color: #ffffff; background-color: #004180; text-decoration: none; }

span.unsichtbar { position:absolute; left:-3000px; width:0; height:0; display:block; }
