body{text-align:center;
}
#top{height:10px;
display:block;
width:100%;

background-image:url(../images/top.png);
background-repeat:repeat-x;}
#container
		{
			margin: 0 auto;
	width:980px;
	line-height:20px;
	background-image: url(../images/backgroundcontent.png);
	background-repeat: repeat-y;
		}
		
		#header
		{
			background-image: url(../images/background.png);
			background-repeat:no-repeat;
			background-position:top;
			background-color:#FFFFFF;
			
			height:200px;
		}
		

		#nav
		{
			float: right;
			width: 339px;
			margin-left: 10px;
			
			text-align:left;
			
			padding-right:20px;
		}
		
		#nav p { margin-top: 0; }
		#nav h2 { width:320px; }
		
		#content
		{
			float:left;
			text-align:left;
			width:580px;
			
			padding-left:30px;
			
		}
		

		
		#footer
		{
	clear: both;

	padding: 1em;
	text-align: center;
	height:50px;
	background-image:url(../images/backgroundbottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
		}
.klein {font-size:1%;
padding:0px;
}