html,
body,
ul,
li,
img,
p,
h1{
	margin: 0;
	padding: 0;
	border: none;
}

hr{
	clear: both;
	height: .1px;
	border: none;
	visibility: hidden;
}

a{
	text-decoration: none;
	color: #002454;
}

a:active,
a:focus,
input:active,
input:focus{
	outline: none;
}

html,
body{
	height: 100%;
	width: 100%;
	font-family: arial, verdana, tahomah, elvetica;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.7px;
	color: #626262;
}

.headlineBlue{
	font-size: 16px;
	color: #002454;
	font-weight: bold;
}

.textRegBold{
	font-weight: bold;
}

.textRegBlue,
.textRegBlue a{
	color: #002454;
}

.textRegRed,
.textRegRed a{
	color: red;
}

.kleingedruckt{
	font-size: 9px;
	line-height: 9px;
}

p{
	margin-bottom: 13px;
}

p span .kleingedruckt{
	margin-bottom: 5px;
}

h1{
	font-size: 16px;
	color: #002454;
	font-weight: bold;
	margin-bottom: 10px;
}

#container{
	position: relative;
	min-height: auto;
	margin:0 auto;
	padding: 0;
	width: 1081px;
}

#head{
	position: relative;
	min-width: 100%;
	height: auto;
	padding-top: 30px;
}

#main{
	position: relative;
	width: 1081px;
	height: 560px;
	margin: 0;
	padding-top: 10px;
	background-color: white;
}

#content{
	position: relative;
	width: 1061px;
	height: 550px;
	margin: 0 11px 0 9px;
	border: solid black 1px;
}

#contentBoxFull{
	position: relative;
	width: 1000px;
	height: 470px;
	margin: 50px 0 30px 30px;
	text-align: justify;
}

#contentBoxHalfLeft,
#contentBoxHalfRight{
	position: relative;
	width: 480px;
	height: 470px;
	margin: 50px 0 30px 30px;
	float: left;
	text-align: justify;
}

#contentBoxHalfRight{
	height: 430px;
}

#bvkLogo{
	position: absolute;
	bottom: 100px;
	left: 465px;
}

#bwvLogo{
	position: absolute;
	bottom: 100px;
	left: 660px;
}

#preisPic{
	position: absolute;
	left: 210px;
	bottom: 15px;
}

#hagerLogo{
	position: absolute;
	top: 80px;
	left: 193px;	
}


#backRechner{
	display: block;
	width: 110px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#backRechner a{
	font-size: 10px;
}

#backRechner img{
	margin: 0 10px -2px 0;
}




