body {
	text-align: center;
		background-color: white;
}

.clear {
	position: static;
    clear: both;
    margin: 0;
    padding: 0;
    height: 0px;
    width: 0px;
    background-color: white;
    line-height: 0;
    font-size: 0;
}

#seite {

	text-align: center;
	left: 100px;
	top: 10px;
	margin-bottom: 10px;
	width: 800px;
	min-height: 600px;
	position: relative;
	left: 50%;
	margin-left: -400px; 
	background-image: url(kontorspecht_bg1.jpg);
	background-repeat:repeat-x;
	background-color: white;
	border-width: 2px;
  	border-style:solid;
  	border-color: #ffff06;


}

#Bannertext {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 550px;
	text-align: center;
	font-family:'Times New Roman',Times,serif;
	font-size:50px;
}


#Banneruntertext {
	position: absolute;
	left: 0px;
	top: 110px;
	width: 550px;
	text-align: center;
	font-family:'Times New Roman',Times,serif;
	font-size:20px;
}

#logo {
	position: absolute;
	right: 10px;
	top: 10px;
}

#menu {
	position: absolute;
	left: 0px;
	top: 140px;
	width: 550px;
}
	
#inhalt {
	position: static ;
	margin-left: 30px;
	margin-right: 30px;
	width: 740px;
	margin-top: 200px;
	font-family:'Times New Roman',Times,serif;
}

h1 {
	font-family:'Times New Roman',Times,serif;
	font-size:22px;
}

.bodytext {
	font-family:'Times New Roman',Times,serif;
	font-size:18px;
}

ul li {
	font-family:'Times New Roman',Times,serif;
	font-size:18px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 0px none #C0C0C0;
}

a:link { text-decoration:none; font-weight:bold; color:black; }

a:visited { text-decoration:none; font-weight:bold; color:black; }

a:hover { text-decoration:none; font-weight:bold; background-color:ffff06; }

a:active { text-decoration:none; font-weight:bold; background-color:ffff06; }

a:focus { text-decoration:none; font-weight:bold; background-color:#ffff06; }

