@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-image: url(../bilder/bg_body.gif);
	background-attachment: fixed;
	background-repeat:repeat;
}

#Logo {
	position: absolute;
	left: 654px;
	top: 0px;
	z-index: 2;
}


#Balken {
	position: absolute;
	left: 0px;
	top: 243px;
	z-index: 1;
}


#Balken-Hoch {
	position: absolute;
	left: 654px;
	top: 243px;
	z-index: 1;
}

#Balken-Hoch2 {
	position: absolute;
	left: 654px;
	top: 740px;
	z-index: 1;
}


#News {
	position: absolute;
	left: 680px;
	top: 305px;
	z-index: 3;
}

#News-Text {
	position: absolute;
	left: 708px;
	top: 370px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	width: 150px;
	text-align: justify;
	z-index: 4;
}





/* -------------------Menü-------------- */

#button-home {
	position: absolute;
	left: 0px;
	top: 55px;
	z-index: 2;
}

#button-leistungen {
	position: absolute;
	left: 0px;
	top: 85px;
	z-index: 2;
}

#button-team {
	position: absolute;
	left: 0px;
	top: 115px;
	z-index: 2;
}

#button-kontakt {
	position: absolute;
	left: 0px;
	top: 145px;
	z-index: 2;
}

#button-impressum {
	position: absolute;
	left: 0px;
	top: 175px;
	z-index: 2;
}

/* -------------------Menü Ende-------------- */






#Hintergrundbild {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#Hintergrund-Impressum {
	position: absolute;
	left: 0px;
	top: -260px;
	z-index: 1;
}
#Hintergrund-Home{
	position: absolute;
	left: 0px;
	top: 243px;
	z-index: 1;
}








#Verwaltung {
	position: absolute;
	left: 655px;
	top: 330px;
	z-index: 1;
}

#Vermietung {
	position: absolute;
	left: 655px;
	top: 360px;
	z-index: 1;
}

#Beratung {
	position: absolute;
	left: 655px;
	top: 390px;
	z-index: 1;
}






/* -------------------Texte-------------- */

#Text {
	position: absolute;
	visibility: visible;
	padding-top: 0px;
	padding-left: 0px;
	text-align: justify;
	height: 209px;
	z-index: 4;
	left: 100px;
	top: 305px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	width: 460px;
}


h2 {
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #740e00;
}


h3 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #740e00;
}


a:link  { 
	color: #740e00; 
	text-decoration: none }
a:visited  { 
	color: #666666; 
	text-decoration: none }
a:hover   { 
	color: #000000; 
	text-decoration: underline }
a:active   { 
	color: #003300; 
	text-decoration: underline }
