@import url(main.css);
@import url(form.css);
/**
* Start
*/
* {
	margin:  0;
	padding: 0;
	}
body {
	background-color: #f0f0f0;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	}

#outerWrapper {
	}
#innerWrapper {
	}
.contentwidth {
	width:850px;
	margin:0 auto;
	}
/**
* Head
*/
#headWrap {
	}
#headTop {
	position: relative;
	height: 70px;
	background: #1261a9 url(../_assets/headerTopBg.gif) repeat-x left top;
	}
#LogoTop {
	position: absolute;
	margin-left: 21px;
	margin-top: 14px;
	}
#theImage {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #1261a9;
	position: relative;
	}
#theImage h1{
	font-family: Times,serif;
	color: #1261a9;
	font-size: 1.5em;
	font-weight: bold;
	left: 21px;
	position: absolute;
	top: 150px;
	background-color: #fff;
	
	padding: 10px;
	
}
.transparency{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
/**
* Menu
*/
#menu { background-color: #1261a9; background-image: url(../_assets/menuBg.gif); background-repeat: repeat-x; background-position: left top; height: 43px; }
#menu li {
	float: left;
	list-style: none;
	}
#menu li a {
	line-height:43px;
	display: block;
	font-size: 0.9em;
	padding:0 18px;
	text-decoration: none;
	border-right: 1px solid white;
	width: 70px;
	color: #fff;
	white-space: nowrap
	}
#menu li a.first {
	padding-left:21px;
	}
#menu li a:hover {
	background: #1260a9;
	}
#menu li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white
	}
#menu li ul li {
	float: none;
	display: inline
	}
#menu li ul li a {
	width: auto;
	background: #f0f0f0;
	color: #1260a9
	}
#menu li ul li a:hover {
	background:  /*#8ea344;*/#dcdcdc;
	}
/**
* Content
*/
#main {
	margin-top:25px;
	
	
	}
.borders
{
	border-top:3px solid #1260a9;
	border-bottom:1px solid #1260a9;
}

#mainCol
{
	float:left;
	width:570px;
	padding: 10px 21px;
	background-color: #fff;
	
}
#sideCol
{
	
	float:left;
	margin:0 0 0 18px;
	width:210px;
	background-color: #dcdcdc;
	padding: 5px;
}

	
/**
* Content
*/

#footer {
	padding: 10px 21px;
	
	}
/**
* clearfix
*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
.clearfix {
	display: inline-block;
	}
html[xmlns] .clearfix {
	display: block;
	}
* html .clearfix {
	height: 1%;
	}
.imgDienste{
	background: url("../_assets/imgDienste.jpg") top left no-repeat;
	width: 850px;
	height: 230px;
}
.imgKontakt{
	background: url("../_assets/imgKontakt.jpg") top left no-repeat;
	width: 850px;
	height: 230px;
}

.imgLeistungen{
	background: url("../_assets/imgLeistungen.jpg") top left no-repeat;
	width: 850px;
	height: 230px;
}
.imgMietverwaltung{
	background: url("../_assets/imgMietverwaltung.jpg") top left no-repeat;
	width: 850px;
	height: 230px;
}
.imgVermietung{
	background: url("../_assets/imgVermietung.jpg") top left no-repeat;
	width: 850px;
	height: 230px;
}
.imgWEGVerwaltung{
	background: url("../_assets/imgWEGVerwaltung.jpg") top left no-repeat;
	width: 850px;
	height: 230px;
}
.imgWir{
	background: url(../_assets/imgWir.jpg) top left no-repeat;
	width: 850px;
	height: 230px;
}


