@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	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;
	height: 80px;
}

#navbar {
	background: #ffffff;
	height: 50px;
}

#center {
	background: #ffffff;
	background-image: url(images/gronska_m.jpg);
	height: 310px;}
	
#down {
	background: #ffffff;
	padding: 10px;
	background-image: url(images/down_bg.jpg);
	height: 140px;}

#footer {
	clear: both;
	background: #ffffff;
	height: 66px;
	text-align: center;
}
