html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:gray;
	font-family: Tahoma, Helvetica, arial,sans-serif;
	font-size:small;
	color:#666;
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background:#fff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#header {
	background:#888888 url("images/header_bg.gif");
	background-repeat:repeat-x;
	height: 142px;
	
}

#weblogo{
	position:absolute;
	top: 48px;
	width: 616px;

}

#claim{
	position:absolute; 
	left: 440px; 
	bottom:0px; 
	vertical-align:bottom;
}

#nav{
	margin: 0 auto;
	width: 616px;
		height: 142px;
}


#navigation{
	position: absolute;
	top: 121px;
	padding: 0px;
	margin: 0px;
	width: 616px;
}

#navigation img{
	border: none;
	padding: 0px;
	margin: 0px;
}

#navigation ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 21px;
}

#navigation ul li{
	float: left;
	margin-right: 4px;
}

#navigation ul li.lastitem{
	margin-right: 0px;
}

#navigation ul li a{
	display: block;
	float: left;
	height: 21px;
	width:120px;
}


#content {
		
	overflow: auto;
	
}


#middle{
	width: 616px;
	margin: 0 auto;
}



#titelbild img{
	border: none;
	margin-top: 20px;
	margin-bottom:20px;
}

#text{
	margin-top: 20px;
}

#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background: url(images/footer_bg.gif);
	background-repeat:repeat-x;
	height:60px;
	color: #888888;
}

#copyright{
	width: 616px;
	height:60px;
	margin: 0 auto;
	line-height:60px;
}

#profiltable{
	margin-bottom:10px;
}

table#profiltable td{
	padding-bottom: 5px;
}


a, a:hover, a:visited{
	text-decoration: none;
	color:#666;
}

h2{
	font-size: 14px;
}

ul{
        margin-left: 8px; 
        padding-left: 8px; 
}