* {
padding:0;
margin:0;
}
html {
min-height: 101%;
height: 101%;
}
body {
font: 100% verdana,arial,helvetica, sans-serif;
			background: #264989;
}
h1 {font: bold 150% verdana,arial,helvetica, sans-serif; color: #ff1010; text-align: center;}
h2 {font: bold 150% verdana,arial,helvetica, sans-serif; color: #fff; text-align: center;}
h3 {font: bold 150% verdana,arial,helvetica, sans-serif; color: #fff; text-align: center;}

#box {
			width: 920px;
			background: #95c8ff;
		}

#kopfstart {
			background: #264989 url(../images/kopf.gif) no-repeat;
			height: 120px;
			border-bottom: 1px solid #fff;
			margin-top: 35px;

		}
#kopf {
			background: #264989 url(../images/kopf.gif) no-repeat;
			height: 120px;
			border-bottom: 1px solid #fff;

		}

#leiste {
			background: #95c8ff url(../images/hotline.gif) no-repeat;
			background-position: 100% 100%;
			height: 30px;
			line-height: 30px;
		}
#leiste a{
text-decoration: none;
color: #fff;
font-weight: bold;
font-size: 90%;
border-left: 1px solid #fff;
padding: 8px;
}

.hotline {
			text-align: right;
			margin-left: 20px;
			font-weight: bold;
			color: #fff;
			}
#inhalt {
			width: 700px;
			margin-left: 185px;
		}
#faq {
			width: 690px;
			background: #fff;
			font-size: 80%;
			padding: 10px;
		}

#links {
			float: left;
			width: 180px;
			height: 600px;
		}
#links a{
margin-left: 5px;
text-decoration: none;
color: #fff;
font-size: 80%;
font-weight: bold;
}

#unten {
			clear: both;
			background-color: rgb(213, 219, 225);
		}
#partner {
		   position: absolute;
		   left: 905px;
		   top:0;
		   width: 120px;
		   height: 600px;
		   border: 1px solid red;
		   }

#navigation {
			background: #ff1010;
			height: 20px;
			line-height: 20px;
		}
#navigation a{
text-decoration: none;
color: #fff;
font-weight: bold;
font-size: 80%;
padding:3px;
text-align: center;
}
#navigation a:hover{
background:#336bcf;
}
#navigation a#current{
background:#336bcf;
}
