@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	height: 100%;

}

#menuleiste {
	width: 100%;
	height: 105px;
	background-color: #fff;
}

#menu {
	width: 960px;
	height: 105px;
	margin: 0px auto 0px auto;
}

#navigation {
	float: left;
	width: 315px;
	padding-top: 50px;
	padding-left: 45px;
}

#logo {
	float: left;
	width: 515px;
	padding-top: 20px;
	padding-right: 85px;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-decoration: none;
}

.opacity {   
    opacity: 0.8;       /* modern browser */  
    -moz-opacity: 0.8;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=80); /* IE5.x -7.0 */  
} 

#inhalt {
	margin: 50px auto 0px auto;
	width: 870px;
	padding: 47px;
	height: 500px;
	background-image: url(grafiken/back_rahmen.png);
}

#content {
	width: 830px;
	height: 460px;
	padding: 20px;
	background-color: #fff;
}

#content-left {
	float: left;
	width: 405px;
	height: 420px;
	margin-right: 20px;
}

#content-right {
	float: left;
	width: 405px;
	height: 420px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

.bodytext_gross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

.markierung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #009fe3;
	text-decoration: none;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #009fe3 !important;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #009fe3;
	text-decoration: none;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #009fe3;
	text-decoration: none;
}

.aktiv {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #009fe3 !important;
	text-decoration: none;
}


	
	



