 *{
margin:0;
padding:0;
            }
			
@media print {
	 #header{display:none;}
  #navi{display:none;}
   #text {display:block;}

}

		
 body{
	background-color: #CFD6E8;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	text-align: center;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	color: #006;
}

.partner {
	background-color: #FFF;
	border: 2px solid #1A2982;
	text-align: center;
}
.partner a:hover {
	text-decoration: none;
}

h1 {
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}
h3 {
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 5px;
	background-color: #CBCFD8;
	padding: 4px;
}

h2 {
	font-size: 12px;
	margin-bottom: 6px;
	margin-top: 4px;
	color: #337ED4;
	font-style: normal;
	font-weight: bold;
}

#left {
		text-align: left;
}

a:focus, object:focus {
outline: none;
-moz-outline-style: none;
} 

			
#rahmen {
	/*position: absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	margin-top: -370px;
	margin-left: -480px;
	height: 740px;*/
	width: 960px;
	margin: 20px auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	width: 958px;
	height: 160px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#headerbox {
	width: 958px;
	height: 26px;
	z-index: 10;
	position: absolute;
	top: 154px;
	line-height: 24px;
	font-size: 11px;
	color: #039;
	text-align: right;
}


#headerbox a {
	color: #039;
	text-decoration:none;
            }
			
#headerbox a:hover{
	text-decoration: underline;
            }
			

#content {
	position:absolute;
	width:958px;
	background-color:#EEEFF7;
	padding-top: 0px;
	margin-top: 0px;
	z-index: 2;
	height: 550px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#navi {
	text-align: left;
	top: 10px;
	position: absolute;
	left: 20px;
	width: 950px;
	display: block;
}

.menu {
	color:#FFF;
}
.menu li.menu2{
	color:#FFF;
	width: 162px;
	background-image: url(images/menu11.jpg);
	background-repeat: no-repeat;
}
.menu li.menu2 a {
	color:#FFF;
	width: 162px;
	background-image: url(images/menu11.jpg);
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
}
.menu li.menu2 a:hover {
	color:#FFF;
	width: 162px;
	background-image: url(images/menu22.jpg);
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
}
.menu li.aktiv2 {
	background-image: url(images/menu22.jpg);
	color:#FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	width: 162px;
}

.menu li {
	height: 31px;
	list-style-type: none;
	font-size: 12px;
	line-height: 31px;
	font-weight: normal;
	text-indent: 6px;
	float: left;
}

.menu li a {
	color:#FFF;
	text-decoration: none;
	background-image: url(images/menu_1.jpg);
	display: block;
	background-repeat: no-repeat;
	width: 124px;
}

.menu li a:hover {
	background-image: url(images/menu_2.jpg);
	background-repeat: no-repeat;
	display:block;
	color: #FFF;
	text-decoration: none;
}

.menu li.aktiv {
	background-image: url(images/menu_2.jpg);
	color:#FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	width: 124px;
}

#text {
	text-align: left;
	width: 730px;
	left: 20px;
	top: 56px;
	overflow: auto;
	padding: 5px;
	font-size: 12px;
	height: 440px;
	line-height: 16px;
	position: absolute;
	padding-right: 12px;
	vertical-align: top;
	padding-bottom: 12px;
}
			
#text a {
	text-decoration:none;
	color: #F7941D;
            }
			
#text a:hover{
	text-decoration: underline;
            }
			
/*lange Textbox Ende*/





#box {
	font-size: 12px;
	color: #F7941D;
	width: 160px;
	position: absolute;
	right: 25px;
	top: 20px;
	line-height: 16px;
	text-align: left;
}
			
			
.reference{
	width:100%;
	position: absolute;
	height: 28px;
	bottom: 0px;
	color:#CFD6E8;
	background-image: url(images/footer.jpg);
	left: 0px;
	z-index: 4;
	text-align: left;
	line-height: 28px;
            }
