body{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:10pt;
	color:#000000;
	background:url('../images/page_background.gif') no-repeat;
	
	
}

#Container{
	width:800px;
	height:100%;
}
#Left{
	float:right;
	width:200;
	height:508px;
	overflow:hidden;
}
#Right{
	 float:right;
}
#Menu{
	width:600px;
	height:161px;
	overflow:hidden;
}            
#Main{
	width:600px;
	padding-top:30px;
	background:url('../images/content_background.gif') no-repeat;
	background-position:top;
}

#Content{
	padding-top:15px;
	margin-left:30px;
	margin-right:30px;
	
}

H4{
	font-size:12px;
	color:#7E7F37;
	font-style:italic;
}

.underrubrik{
	font-size:12px;
	color:#7E7F37;	
	
}

H1{
	font-size:20px;
	color:#7E7F37;
	font-style:italic;
}

a{
	color:#7E7F37;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.HeaderMargin{
	padding-left:30px;
}










