/* CSS Document Européringen */

body  {
	font: 12pt Georgia, Arial, Helvetica, sans-serif;
	
	
	padding: 0;
	text-align: center;  

	background-color: #006633;

	
	}

.sidan #container {
	position: relative; 
	width: 900px;  

	background-color: #ffffff;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 


} 

.sidan #top {

height: 150px;

padding: 10px 10px 0px 10px;



}

hr{
	border-color:#006633;
	color:#006633;
	height: 15px;
background-color: #006633;
}

.sidan #menyLeft {
position: absolute;
top: 159px;
left: 0;
width: 180px;
font-family: "Georgia", "Times New Roman";
font-size:18px;
font-weight: bold;
color: #006633;
padding: 40px 10px 15px 10px;

}

 

.sidan #menyRight {
position: absolute;
top: 159px;
right: 0;
font-family: "Georgia", "Times New Roman";
font-size:12px;
width: 150px; 
padding: 40px 10px 15px 10px; 
}

.sidan #menyRight h4 {
font-family: "Georgia", "Times New Roman";
color: #000000;
font-size:12px;
font-weight: bold;

}

.sidan #maincontent{
margin: 0 180px; 
padding: 40px 10px 15px 20px; 



}

.sidan #foot {
position: absolute;
font-family: "Georgia", "Times New Roman";
font-size:12px;
color: #ffffff;
width: 900px; 
padding: 40px 10px 15px 10px; 

}


a:link{
color: #006633;
text-decoration: none;
}
 
a:visited 
	{
	color: #006633;
	text-decoration: none;
	}
 
a:hover 
	{
	color: #000000;
	text-decoration: none;
	}
 
a:active
	{
	color: #000000;
	text-decoration: none;
	}

h3 	{
font-family: "Georgia", "Times New Roman";
color: #000000;
font-size:18px;
	}

h4{	
font-family: "Georgia", "Times New Roman";
color: #000000;
	font-size:16px;
	}

h5 	{
	font-family: "Georgia", "Times New Roman";
	color: #000000;
	font-size:12px;
	font-weight: bold;
	}

