html {min-height: 100%;}
* {
	margin: 0;
	padding: 0;
}
body{ 	
		margin:0px; padding:0px;
		background-color:#FFF;
		font-family: Arial, serif;
		font-size: 16px;
		font-weight: normal;
		text-transform: normal;
		letter-spacing: normal;
		line-height: 1.5em;
		color:#000;
}
#all{
		margin-left:auto; margin-right:auto;
		width:980px;
		border:#999 dashed 1px;
		padding:5px;
}
#kopf {
		height:150px;
		margin-bottom:25px;
}
#banner{
	float:right;
	width:400px;
	height:150px;
}
#logo{
	float:left;
	height:150px;
	width:100%;
}
#navi{
		float:left;
		width:205px;
}
#mitte{
		margin-left:220px;
}
#ttet { margin-top:5px; }
#footer{
		font-family: Arial, serif;
		font-size: 16px;
		font-weight: normal;
		text-transform: normal;
		letter-spacing: normal;
		line-height: 1.5em;
		width:100%;
		height:50px;
		text-align:center;
		margin-top:30px;
	}
#klar{ clear:both;}

/*	Navigation	*/
#menu { 	clear: both; 
			margin: 0 2% 0 1%; 
			padding: 12px 0 12px 0; 
			border-bottom: 0px solid #DCDBD5; 
			border-top: 0px solid #DCDBD5;
			font-family: Arial, serif;
			font-size: 16px;
			font-weight: normal;
			text-transform: normal;
			letter-spacing: normal;
			line-height: 1.5em;

}


#kontakt label{
		font-family: Cambria, serif;
		font-size: 16px;
		font-style: italic;
		font-weight: normal;
		text-transform: normal;
		letter-spacing: normal;
		line-height: 1.5em;
}
#kontakt textarea{
		height:150px;
}

