	body {
	background:url("bilder/bg.gif") top left repeat-x;
	font-family:arial;
	font-size:12px;
	line-height:18px;
	}
	h1 {
		font-size:16px;
		color:#000000;
		line-height:22px;
		margin:10px 0 5px 0;
		padding:0;	
	}
		h2 {
		font-size:12px;
		color:#000000;
		line-height:18px;
		margin:5px 0 5px 0;
		padding:0;	
	}
	img {
		border:0;
		}
	#container {
	position:relative;
	width:826px;
	margin:10px auto;
	}
	#pagecontainer {
		position:relative;
		float:left;
		width:794px;
		padding:16px 21px;
		background:#ffffff;
		}
	#header {
		position:relative;
		float:left;
		width:794px;
		height:112px;
		background:url("bilder/header.gif") top left no-repeat;
		}
	#menu {
		position:absolute;
		right:0;
		top:75px;
		width:490px;
		height:20px;
		line-height:20px	;
		xborder:1px solid #ccc;
		}
	#menu a {
		text-decoration:none;
		color:#000000;
		margin:10px;	
		font-size:12px;
		text-transform:uppercase;
		}
	#menu a:hover {
		text-decoration:underline;
		}
	#menu .active {
		color:#cc0000;
		font-weight:bold	;
		}
	#content {
		position:relative;
		float:left;
		width:794px;
		padding:10px 0;
		overflow:hidden;
		}
		#content a {
			font-size:11px;
			}
		.item {
			position:relative;
			float:left;
			width:182px;
			padding:10px 22px 0 0 ;
			
			}
	#footer {
		position:relative;
		float:left;
		width:794px;
		height:20px;
		border-top:1px solid #ccc;
		padding-top:10px;
		font-size:11px;
	}
	#footer a {
		color:#000000;
		text-decoration:none;
		}
	#footer a:hover {
		color:#000000;
		text-decoration:underline;
		}
	#footer .left {
		position:relative;
		float:left;	
	}
	#footer .right {
		position:relative;
		float:right;	
	}	
	
		
