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

	html{
		background: #c3def3 url(bilder/hintergrund_oben_n.jpg) no-repeat scroll left top;

	}

	body {
	    background: url(bilder/hintergrund_unten_n.jpg) center bottom no-repeat;
	    padding-bottom: 32px;
		height:100%;
		font-family:Arial;
    }
	
	#header
	{
		background:transparent url(bilder/content_oben.png) no-repeat scroll center top;
		height:28px;
		width: 811px;
		margin: 0 auto;
		padding:0px;
		margin-top:50px;
	}
	
	#content
	{
		background:transparent url(bilder/content_mitte.png) repeat-y scroll center top;
		width: 811px;
		margin: 0 auto;
		padding:0px;
		
		
	}
	
	#bottom
	{
		background:transparent url(bilder/content_unten.png) repeat-y scroll center top;
		width: 811px;
		height: 26px;
		margin: 0 auto;
		padding:0px;
	}
	
	
	#header_img{
		padding-left:30px;
	}
	
	#content_left{
		float:left;
		margin-left:30px;
		margin-top:20px;
		width:170px;
	}
	
	#content_right{
		background-color:#ffffcc;
		margin-left:220px;
		margin-top:15px;
		width:561px;
	}
	
	#nav_header	{
		background:transparent url(bilder/navi_header.gif) no-repeat bottom;
		height:11px;
		width:170px;
	}
	
	#nav_bottom	{
		background:transparent url(bilder/navi_bottom.gif) no-repeat top;
		height:63px;
		width:170px;
	}
	
	#nav_main{
		background-color:#936325;
		font-size:10pt;
	}
	
	#menue{
		list-style-type: none;
	}
	
	#menue li{
		
		padding-left:20px;
		
	}
	
	#menue li a{
		display:block;
		padding-left:28px;
		line-height:25px;
		color:#ffff99;
		text-decoration:none;
		vertical-align:center;
	}
	
	#menue li a:hover{
		background:transparent url(bilder/dotter.gif) ;
		background-repeat:no-repeat;
		background-position:center left;
	}

	
	#content_right_header{
		background:transparent url(bilder/content_right_header.gif) no-repeat center top;
		height: 34px;
		padding-top:5px;
	}

	#content_right_bottom{
		background:transparent url(bilder/content_right_bottom.gif) no-repeat left top;
		height: 23px;
	}
	
	#content_right_header span{
		background-color:#936325;
		padding-left: 15px;
		padding-right: 15px;
		color: white;
		font-weight:bold;
		margin-left:20px;
		
	}
	
	#extra_header	{
		margin-top:20px;
		background:transparent url(bilder/extra_header.gif) no-repeat top;
		height:11px;
		width:170px;
	}
	
	#extra_bottom	{
		background:transparent url(bilder/extra_bottom.gif) no-repeat top;
		height:63px;
		width:170px;
	}
	
	#extra_main{
		background-color:#73b223;
		text-align: center;
		color: #ffffb2;
		border-right:1px solid #936325;
		border-left:1px solid #936325;
		font-size:10pt;
	}
	
	#content_right_main{
		background:transparent url(bilder/content_right_mitte.gif) repeat-y top;
		padding: 0px 5px 0px 15px;
		margin-left:0px;
		line-height:1.5;
		font-size:10pt;
	}

	#henne{
		position:absolute;
		bottom:-10px;
		background-image:url(bilder/henne_unten.jpg);
		width:150px;
		height:150px;
	}
	
	.laufschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.rahmen {
	border: 1px solid #996633;
}
.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #996633;
	text-decoration: none;
}
