@charset "utf-8";
/* CSS Document */
body {
	background-color:#5c632c;
	color:#666;
}

a:link, a:visited, a:hover, link:active {
	color:#23661c;
}

h1, h2 {
	color:#23661c;
}

#wrapper {
	background-image:url(../graphics/layout/background-wrapper.png);
	background-position:top center;
	background-repeat:no-repeat;
}

.menu li {
	line-height:55px;
	width:136px;
	float:left;
}

.menu li a:link, .menu li a:visited, .menu li a:hover, .menu li a:active { 
	background:url(../graphics/layout/menu-item-steen-hover.png) no-repeat 50% 50%;
	text-align:center;
	padding-bottom:10px;
	display:block;
	color:#000;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

.menu li a:hover { 
	color:#fff;;
}

#contentheader {
	background-image:url(../graphics/layout/background-content-header.png);
	background-position:top;
	background-repeat:no-repeat;
}

#contentmain {
	background-image:url(../graphics/layout/background-content-blok.png);
	background-repeat:repeat-y;
	padding-left:110px;
}

#contentfooter {
	background-image:url(../graphics/layout/background-content-footer.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#footer, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#000;
}
