body {
	text-align: left;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	line-height: 22px;
	background-repeat: repeat-x;
	font-style: normal;
	background-color: 343434;
	background-image: url(bilder/back.jpg);
}

a {
	color: #BFD7FD;
	text-decoration: none;
}

a:hover {
	color: #FFED9B;
	text-decoration: none;
}


#wrapper {
	height: auto;
	width: 880px;	
}


#top {
	background-image: url(bilder/top.jpg);
	height: 288px;
	width: 880px;
}


#cont {
	background-image: url(bilder/cont.jpg);
	height: 408px;
	width: 610px;
	float: left;
	background-repeat: no-repeat;
}


#nav {
	background-image: url(bilder/nav.jpg);
	height: 408px;
	width: 270px;
	float: right;
	text-transform: uppercase;
	line-height: 26px;
	background-repeat: no-repeat;
}



#nav a {
	
}


#nav a:hover {
	
}


h1 {
	font-size: 42px;
	line-height: 36px;
	font-weight: normal;
	color: #C2DCFF;
}


h2 {
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	line-height: 24px;
}

h4 {
	font-size: 10px;
	line-height: 12px;
}

