@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;}
h1 {font-size: 18px; color:#336600; font-style: normal; margin: 0.5em 0;}
h2 {font-size: 14px; color:#336600; font-style: normal; margin: 0.3em 0;}
h3 {font-size: 10px; color:#336600; font-style: normal; margin: 0.0em 0;}
p  {font-size: 12px; color: #000000; font-style: normal; margin: 0.1em 0;}
a:link {color:#FF6600; text-decoration: none}
a:visited {color:#FF6600; text-decoration: none}
a:active {color: #FF3300; text-decoration: none} 
a:hover {color: #FF3300; text-decoration: underline}

.meny a, .meny a:link, .meny a:visited, .meny a:active, .meny a:hover
	{font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none;}

#page-container {
	width: 800px;
	margin: auto;
}

#header {
	background: #ffffff;
	background-image: url(images/top_bg.jpg);
	height: 80px;
}

#navbar {
	background: #ffffff;
	height: 26px;
}

#left {
	float: left;
	width: 280px;
	background: #ffffff;
}
#left .padding {
	padding: 25px;
}
	

#content {
	margin-left: 280px;
	background: #ffffff;
	background-image: url(images/right_bg.gif);
}
#content .padding {
	padding: 25px;
}



#footer {
	clear: both;
	background: #ffffff;
	height: 66px;
	text-align: center;
}

