@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../images/hg_new.gif);
	background-repeat: repeat-y;
}
#mutter{
	margin-top: 0px;

}
#left{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 221px;
}
#right{
	position: absolute;
	top: 0px;
	left: 221px;
	width: 788px;
}
#logo{
	height: 366px;
	width: 180px;
	padding: 0px 0px 0px 20px;
}
#topmenu {
	background-color: #21737e;
	min-height: 50px;
	margin-bottom: 20px;
	padding: 40px 0px 5px 10px;
}
#topmenu a:hover {
	background-color: #21737e !important;
}
#topmenu img{
	margin: 0px;
}
#drucken {
	float: right;
	width: 30px;
	margin-top: -22px;
	_margin-top: -18px;
	text-align: right;
}
.projekte {
	width: 292px;
	float: left;
	padding: 25px 0px 0px 0px;
	background-image: url(../images/topmenu_projekte.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.kompetenzen {
	float: left;
	width: 485px;
	padding: 25px 0px 0px 0px;
	background-image: url(../images/topmenu_kompetent.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navi{
	float: right;
	text-align: right;
	margin-right: 10px;
	_margin-right: 5px;
}
#meta{
	margin-top: 50px;
	width: 215px;
	text-align: right;	
	margin-bottom: 5px;
	font-size: 10px;
}
#contont {
	padding: 0px 15px;
}

#contont1{
	float: left;
	padding-left: 15px;
	width: 325px;
}
#contont2{
	float: right;
	width: 335px;
}
#footer{
	padding-top: 20px;
}
#bild{
	background-image: url(../images/adresse.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 100px;
	margin-left: 25px;
}
#bild2{
	clear: both;
	background-image: url(../images/planen-bauen-nutzen.gif);
	background-repeat: no-repeat;
	margin: 70px 0px 0px 15px;
	padding: 8px 5px 0px 0px;
	height: 30px;
	text-align: right;
}
a {
	color:#000000;
}
a:hover {
	color:#000000;
	background-color: #FFFFFF;
}
h1{
	margin: 0px;
	font-size: 14px;
	text-transform: uppercase;
}
.clear{
	clear: both;
}
.contentelement{
	clear: both;
}
a img{
	border: 0px;
}
img{
	margin: 5px;
}
#logo a img{
	border: 0px;
	margin: 0px;
}
.align-right{
	text-align: right;
}