@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	background-image:url(verlauf.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}



	
#container{
	position:absolute;
	width: 800px;
	left: 50%;	
	margin-left: -400px;
	
	
	}
	
#logo {position: absolute;
		top: 40px;
		right: 40px;}
		
#adresse1 {
	position: absolute;
	top: 62px;
	left: 40px;
	font-size: 11px;
}
		
#adresse2 {
	position: absolute;
	top: 62px;
	left: 200px;
	font-size: 11px;
}

#spalte1 {
	position: absolute;
	top: 160px;
	left: 40px;
	width: 320px;
	line-height: 20px;
}

#spalte2 {
	position: absolute;
	top: 160px;
	left: 461px;
	width: 320px;
	line-height: 20px;
	
}

.gross{
	font-size: 18px;
}

li {margin-left: 15px;}
	
.input {font-size: 11px; color: #000; text-decoration: none; padding: 3px; margin-bottom: 4px; width: 300px; height: 15px; background-color: transparent; border: 1px solid #f29400;}
textarea {font-size: 11px; color: #000; text-decoration: none; font-family: Tahoma; width: 300px; height: 200px; background-color: transparent; border: 1px solid #f29400; padding: 4px; margin: 5px 0px 5px 0px;}

input:focus {background-color: #ffffff;}
textarea:focus {background-color: #ffffff;}

a {
	color: #F60;
	text-decoration: none;
	font-weight:bold;
	}
	
a:hover {
	color: #F60;
	text-decoration: underline;
	}

ul {margin-left: -27px;}

h1 {
	font-size: 25px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}
