body{
	text-align:center;
	background-image: url(bilder/bak.jpg);
	font-family: Verdana;
	font-size: 12px;
}

a{
	color: #0C477F;
}

img{
	border:0px;
	
}

#wrapper{
	margin: 0 auto;
	width: 931px;
	text-align: left;
}
			
#main{
	float: right;
	width:500px;	
	margin-top:17px;
	position: relative;
}
			
			
#mainMenu{
	background-color: #0c477f;
	height:27px;	
	width:630px;
	position: absolute;
	left:-130px;
	font-size: 13px;
	font-weight: bold;
	padding-top:5px;
	z-index: 100;
}

#leftImg{
	float: left;
}

#mainContent{
	background-color: #FAAB0E;
	height:333px;
	border-bottom: 9px solid #faf2e1;
	overflow: auto;
	padding:40px 20px 10px 0px;
	font-size: 12px;
	width:480px;
	
}
			
#mainBottom{
	padding-top:5px;
	background-color: #FFFFFF;
	height: 70px;
}