/* CSS Document */
*{
margin:0;
padding:0;
}
body {
	text-align: center;
}

#wrapper{

              width: 800px;

              margin: 0 auto;

              text-align: left;

              background-image: url(#http://www.xn--dichtigkeitsprfung4you-5lc.de/images/main_bg.jpg);

              background-repeat: repeat-y;

              background-color:#F4F4F4;

}

.header{
	height: 286px;
	width: 800px;
	background-image: url(images/kanal-hausanschluss-dichtigkeitspruefung.jpg);
	background-repeat: no-repeat;

}
.main{
	width: 800px;
	margin-top: 20px;
}

.left{
	width: 165px;
	padding-left: 35px;
	float: left;
	padding-bottom: 20px;


}
.right{
	width: 500px;
	margin-right: 30px;
	margin-left: 20px;
	float: left;
	padding-bottom: 20px;



}
#footer{
	clear: both;
}
.footer{
	height: 25px;
	margin-right: 23px;
	margin-left: 19px;
	background-image: url(images/footer_b.jpg);
	background-repeat: no-repeat;
}
.footer_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	line-height: 23px;

}
/* Hauptmenu */
.hauptmenu {
	height: 29px;
	width: 154px;
	background-image: url(images/menu_bg2.jpg);


}
.hauptmenu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
	line-height: 27px;

}
.hauptmenu a:hover{
	font-weight: bold;
}

/* Untermenu */
.untermenu {
	height: 29px;
	width: 154px;
	background-image: url(images/untermenu_bg.jpg);


}
.untermenu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0F304B;
	text-decoration: none;
	padding-left: 25px;
	line-height: 27px;

}
.untermenu a:hover{
	font-weight: bold;
}

/* links*/
.links {
	height: 29px;
	width: 154px;


}
.links a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0F304B;
	text-decoration: none;
	padding-left: 25px;
	line-height: 27px;

}
.untermenu a:hover{
	font-weight: bold;
}

/* Hauptueberschrift*/
.haupt_ueberschrift, .haupt_ueberschrift a, .haupt_ueberschrift a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #0F304B;
	text-decoration: none;
	width: 95%;
}
/* Normaler Text*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #0F304B;
	text-decoration: none;
	text-align: justify;
	width: 95%;
}