body {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;  
	font-size: 12px;
	background-image:url(background.jpg);
	color:#333;
}

p {
	margin-left: 1130px;
	margin-top: 2px;
	color:#333333;
}

a {text-decoration:none; background-color:#ffff80; color:#000}
a:hover {text-decoration:none; background-color:#ffff80; color:#000}
a:active {text-decoration:none; background-color:#ffff80; color:#000}
a:visited {text-decoration:none; background-color:#ffff80; color:#000}

#header {
	position: absolute; 
	width:500px;
	height:100px;
	left:52px;
	top:35px;
	color:#fff;
	}

#header a {
	text-decoration:none;
	color:#000;
}
	
#header h1 {font-size:32px; letter-spacing:0px}

#spalte1 { 
	position: absolute; 
	left: 50px; 
	width: 230px; 
	top: 100px; 
	background-color: #fff;
	padding: 0px 10px 20px 10px; 
	margin: 0 0 100px 0;
	}

#spalte1 h1{color:#601000}

#spalte2 { 
	position: absolute; 
	left: 320px; 
	width: 230px; 
	top: 100px; 
	background-color: #fff;
	padding: 0px 10px 20px 10px; 
	margin: 0 0 100px 0;
	}

#spalte2 h1{color:#601000}

#spalte3  { 
	position: absolute;
	left: 590px; 
	width: 230px; 
	top: 100px; 
	background-color: #fff;
	overflow: auto;
	padding: 0px 10px 20px 10px; 
	margin: 0 0 100px 0;
	}

#spalte3 h1{color:#601000}

#spalte4 { 
	position: absolute; 
	left: 860px; 
	width: 230px; 
	top: 100px; 
	background-color: #fff;
	padding: 0px 10px 20px 10px;
	margin: 0 0 100px 0;
	}

#spalte4 h1{color:#601000}	

#spalte5 { 
	position: absolute;
	left: 1130px; 
	width: 230px; 
	top: 156px; 
	color:#333;
	}
	
h1 {
	font-size: 22px;
	font-weight: bold;
	margin-top:15px;
	}


h2 {
	font-size: 12px;
	margin-bottom:0px;
	font-weight: bold;	
	}
	

h3 {
	font-size: 9px;
	color:#aaa;
	margin: 2px 0 15px 0;
	font-weight: normal;	
	}


/* Kontaktformular */

input {
         border: dotted 1px #aaa;
         margin:0px;
		 width:160px;
		 font-family: 'Trebuchet MS', Helvetica, sans-serif; 
		 font-size:12px;
		 color:#333;
}

textarea {
         border: dotted 1px #aaa;
         width: 215px;
		 height: 150px;
		 font-family: 'Trebuchet MS', Helvetica, sans-serif; 
		 font-size:12px;
		 padding:5px;
		 color:#333;
}

th {
         text-align:left;
}


.vornachmail {
         width: 100px;
		 color:#0f0;
}

.inbetreff {
         width: 100px;
}

.metagemacht {
	font-size:10px;
	margin:0px;
	padding:0px;
}

.imglink {
	border: 0;
	margin-left: 1px;
}

.submitbutton {
	border: dotted 1px #aaa;
	background-color:#fff;
	width:85px;
}