* {
	margin: 0;
	padding: 0;
}
html, body {
	color: black;
	background-color: white;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}


#wrapper{
  background-image: url(maxstraube.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 900px;
	position: relative;
	margin: auto;
	margin-top: 0px;
}

#navigation{
	position: absolute;
	margin-top: 165px;
	margin-left: 0px;
}

#navigation a{
	font-variant: small-caps;
	font-weight: 600;
	color: #333333;
	font-size: 12px;
	display: block;
	text-decoration: none;
}


#navigation ul{
	list-style: none;
}

#navigation li:hover, #navigation li:focus{
	background-image: url(button-hover.jpg);
	width: 220px;
	height: 23px;
}

#navigation  li{
	background-image: url(button.jpg);
	padding-left: 10px;
	padding-top: 4px;
	width: 220px;
	height: 23px;
}

#inhalt{
	overflow: auto;
	position: absolute;
	margin-top: 200px;
	margin-left: 230px;
	width: 610px;
	height: 310px;
	padding-right: 10px;
	scrollbar-face-color: #cccccc;
  line-height: 1.4em;
}

#inhalt ul{
  padding-left: 18px;
}

h1{
	font-size: 150%;
	font-weight: bold;
}

h2{
	font-size: 130%;
	font-weight: bold;
  padding-top: 0.8em;
  padding-bottom: 0.2em;
}

h3{
	font-weight: bold;
  padding-top: 0.8em;
  padding-bottom: 0.2em;
}

/*Kontaktformular*/
form {
	width: 550px;
	padding: 0px;	
}
input {
	width: 170px;
	border: 1px solid #8c8c8c;
}
input#e-mail, textarea, input#strasse, input#plz-ort, input#firma, input#abteilung, input#fax {
	width: 340px;
	border: 1px solid #8c8c8c;
}
input#vorname, input#plz {
	width: 100px;
	border: 1px solid #8c8c8c;
}
input#name, input#ort {
	width: 234px;
	border: 1px solid #8c8c8c;
}
textarea {
	height: 10em;
}
input#absender:focus, textarea:focus {
	background-color: #d9d9d9;
}
