@charset "UTF-8";
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color:#333333;
	background-image:url(pics/bg_verlauf.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
#mainContainer{
	z-index:100;
	width: 980px;
	height: 100%;
	position:relative;
	margin-left:auto;
	margin-right: auto;
}
#headerPic {
	width:980px;
	height:100px;
	background-color:#333333;
	background-repeat:no-repeat;
}
#navContainer{
	width: 214px;
	height:500px;
	padding-right:1px;
	background-color:#333333;
	float:left;
}
h1 {
	margin:0;
	padding:0;
}
#level1Nav{
	height:auto;
	width:auto;
	margin-bottom:1px;
}
#level1Nav a{
	padding: 8px 10px 8px 10px;
	width:194px;
	height: 14px;
	display:block;
	background-color: #F2F2F2;
	font-size:14px;
	font-weight:normal;
	color: #333333;
	text-decoration:none;
}
#level1Nav a:hover{
	margin-bottom:1px;
	background-color: #FF6600;
	color: white;
}
#level1Nav.active a{
	background-color: #FF6600;
	color:white;
}
#nav2Container{
	position:relative;
	height:500px;
	width:133px;
	background-color:#d4d4d4;
	background-repeat:no-repeat;
	float:left;
	padding: 0px 6px 0px 6px;
}
#level2Nav a{
	font-size:11px;
	color:#333333;
	width: auto;
	height: auto;
	padding: 9px 2px;
	display:block;
	text-decoration:none;
	font-weight:normal;
}
#level2Nav a:hover{
	text-decoration:underline;
}
#level2Nav.active a{
	text-decoration:underline;
}
#contentContainer{
	position:relative;
	padding: 0px 149px 20px 22px;
	width: 394px;
        min-height: 480px;
        height: 480px;
        height: auto;
	background-color:#FFFFFF;
	float:left;
}
* html #contentContainer { height:480px; } /* nur fÃ¼r IE 5.5 - 6.x */
#contentContainer h1{
	font-size:24px;
        font-weight:normal;
	color:#333333;
	text-transform:uppercase;
	margin-bottom: 42px;
}
#contentContainer h2{
	font-size:14px;
	font-weight:normal;
	line-height: 18px;
	color:#FF6600;
	margin: 0px 0px 18px 0px;
}
p {
	font-size:11px;
	line-height: 18px;
	color:#333333;
	margin:0;
	padding:0;
	}
#borderOrangeTop {
	height: 10px;
	width: auto;
	background-color:#FF6600;
	margin-bottom:33px;
}
#picKlein {
	width:185px;
	height:129px;
	position: absolute;
	z-index:101;
	clear:left;
	top:142px;
	left:795px;
	right: 0px;
}
#rightPic{
	width:55px;
	height:500px;
	background-color:#333333;
	float:left;
}
#footer{
	clear:left;
	position:relative;
	width:auto;
	padding-top:11px;
	padding-bottom:10px;
	font-size:10px;
	color:#666666;
	text-align:center;
	text-transform:uppercase;
}
#formKontakt{
	margin:0;
	padding: 10px;
	border: 1px solid #dddddd;
}
#formKontakt input, textarea{
	border:1px solid #dddddd;
	padding: 2px;
	margin-bottom: 5px;
	width:300px;
	font-size:12px;
	
}
.formfelder input{
	height:16px;
}
a {
        color: #ff6600;
        text-decoration: underline;
}
a:hover {
       text-decoration: none;
}
