@charset "UTF-8";
/* CSS Document */

/*bildunterschrift*/
.csc-caption  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #58585a;	
	padding-top: 2px;
	font-style: italic;
}    
        
.csc-textpic-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #58585a;	
	padding-top: 2px;
	font-style: italic;
}

/*Content*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0081c6;
	font-weight: bold;
	text-transform: uppercase;
}

body {
	margin-top: 30px;
	background-color: #b2d9ee;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58585a;
	line-height: 15px;
}


.bodytext a {
	color: #0081c6;
	text-decoration: none;
}

.bodytext a:hover {
	color: #0081c6;
	text-decoration: underline;
}

/*Layout*/

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}

#header {
	height: 135px;
}



#menu {
	margin: 20px 0 0 50px;
}

#left {
	float: left;
	width: 220px;
	height: 470px;
	margin-right: 20px;
	
}

#right {
	margin: 20px 0 0 20px;
}

#inhalt {
	padding: 0px 20px 0 20px;
}

#footer {
	clear: both;
	height: 20px;
	font-size: 9px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 0 0 0px;
	text-align: center;
}

#footer a {
	color: #58585a;
	text-decoration: none;
}


/*Navigation*/

.NAV1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0081c6;
	font-weight: bold;
	margin-bottom: 13px;
	padding: 4px 0 4px 10px;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0081c6;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0081c6;
	text-decoration: none;
	
}

.NAV1:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #58585a;
	font-weight: bold;
	margin-bottom: 13px;
	padding: 4px 0 4px 10px;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #58585a;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #58585a;
	text-decoration: none;
	
}

.NAV1-CURRENT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #58585a;
	margin-bottom: 13px;
	padding: 4px 0 4px 10px;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #58585a;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #58585a;
	text-decoration: none;
}

