/* CSS Document */

	html{
	height:100%;
	}
	body{
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#f0f0f0;
	font-family:Verdana, Arial, Helvetica;
	font-size:x-small;
	color:#333;
	padding:0;
	margin:0;
	}

	div#wrapper{
		height:80%;
		width:80%;
		margin:10% auto;margin-bottom:0;
		padding:0;
	}
	div#head {
		text-align:center;
		background-color:white;
		border:1px dashed gray;
		}
	div#head ul#hauptmenu{
		margin:0 auto;
		width:250px;
		
		padding:0;
		list-style:none; 
		}
	div#head ul#hauptmenu li{text-align:center;}
	div#head ul#hauptmenu li a{
		display:block;
		float:left;
		padding:3px;
		margin:auto 10px;
		border-left:1px dashed gray; 
		border-right:1px dashed gray; 
		color:#990000;
		text-align:center;
		}
	div#head ul#hauptmenu li a:hover,
	div#head ul#hauptmenu li a.on{
	background-color:#eee;
	color:#CC0000;
		}
	div#inhalt{
		padding:30px;
		margin:0;
		border:1px dashed gray;
		border-top:0;
		background-color:white;
		}
	div#footer{border:1px dashed gray;border-top:none;background-color:white;}
	div#footer p{padding-top:0;margin-top:0px;}
	div#head h1{
		border-bottom:1px dashed gray;
		margin-bottom:0;padding-bottom:20px;
		font-size:200%;
		font-weight:normal;
	}
	div#inhalt div.item{width:300px;margin:22px auto;padding:10px;padding-left:60px;border:1px dotted gray;}
	div#inhalt div.wiese{background-color:#33CC99}
	div#inhalt div.kunst{background-color:#ccc}
	div#inhalt div.item a{color:#333;text-decoration:none;border-bottom:1px dotted transparent;}
	div#inhalt div.item a:hover{color:#990000;text-decoration:none;border-bottom-color:#990000;}
	div#inhalt div.item:hover{background-color:#fefefe}	
	
/* Formular */	
fieldset{border:1px solid #eee;width:50%;margin:auto;}
label{display:block;width:100px;}
