/* CSS Document */



* {
		margin:0;
		padding:0;
		border:0;
		}

html, body {
		height:100%;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #669933;
		font-size: 0.9em;
		}


#distance { 
		width:1px;
		height:50%;
		background-color:#922;
		margin-bottom:-250px; 
		float:left;
		}

#container {
		margin:0 auto;
		position:relative;
		text-align:left;
		height:500px;
		width:800px;
		clear:left;
		background-color:#ffe;
		overflow:hidden;
		}


a {
		color: #267836;
}

a:hover {
	color:#ffe;
	background-color:  #267836;
}

	
	div.zeile{
		position:absolute;
		top: 10px;
		left: 10px;
		height:452px;
		width: 780px;
		overflow:hidden;
	}

	

	
	div.spalte1{
		width: 580px;
		float:left;
		height:100%;
		background-image:url(../b/logo.png);
		background-repeat:no-repeat;
		background-position:center 200px ;
		padding-top:10px;
		}

	div.spalte1 p {
		color: #267836;
		padding:10px 100px 0px 20px;
		font-size: 1.1em;
		vertical-align:baseline;
		}
		
	
	div.spalte2{
		width: 205px;
		height:452px;
		border-left:thin;
		border-left-color:#267836;
		border-left-style:solid;
		font-size:0.9em;
		padding-top:112px;
		padding-left:11px;
		font-size: 0.9em;
		position:absolute;
		left:580px;
		color: #267836;
		vertical-align:baseline;
		}

	div.spalte2 h2 {
		color: #267836;
		font-size:1.1em;
		padding-top:20px;
		line-height: 18px;
		}

	div.spalte2 p {
		line-height: 15px;
		}


#fuss, #kwasi{
	position:absolute;
	height: 16px;
	font-size: 0.75em;
	color: #ffe;
	top:480px;
	padding-top: 4px;
	overflow:hidden;
	background-color:#669933;
		}


#fuss{
	width: 700px;
		}


#kwasi{
	width: 800px;
		}
		
	
	
#kwasi a{
	color: #ffe;
	font-weight: bold;
	text-decoration: none;
	}
	
#kwasi a:hover{
	color: #669933;
	background-color: #ffe;
	}


