/* Stylesheet for noflash version og sitemap */
html,body
{
	margin: 0;
	padding: 0;
}
body { 
	font: 100%/1.1em arial, helvetica, sans-serif;
	line-height: 1.125em;
}
#main { margin: 1em; }

#leftmenu
{
	width: 19%;
	float: left;
	border: 2px solid #57a132;
	background: #57a132;
	min-width: 140px;
	margin-bottom: 1em;
	margin-right: 10px;
}
#leftmenu ul
{
	margin: 1em;
	padding: 0;
}
#leftmenu li
{
	list-style: none;
	padding-bottom: 0.2em;
}
#leftmenu a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#leftmenu a:hover, #leftmenu a:active { text-decoration: underline; }
#logo
{
	background-color: #fff;
	text-align: center;
}
#right
{
	float: left;
	width: 79%;
	margin: 0;
	padding: 0;
}

#content
{
	width: 57%;
	float: left;
	border: 2px solid #57a132;
	margin-bottom: 1em;
	margin-right: 10px;
}
#content .inner { margin: 1em; }

#image
{
	float: left;
	width: 40%;
	min-width:300px;
	overflow: hidden;
	border: 2px solid #57a132;
	margin-bottom: 1em;
}
#image img { float: right; }

#footer
{
	clear: both;
	border: 2px solid #57a132;
	background: #57a132;
	color: #fff;
}
#footer p
{
	padding: 4px 10px;
	margin: 0;
}
th { text-align: left; }

/* Sitemap */

.sitemap_content_heading {
	font-family:Arial;
	font-size:14px;
	color: #bdbdbd;
	font-weight:bold;
	font-variant: small-caps;
}

#sitemap_main {
	clear: both;
	font-family: Arial;
	font-size: 10px;
	color: #bdbdbd;
	width: 985px;
	margin: 0 auto;
	padding: 0;
}
#sitemap_content {
	width: 940px;
	margin: 0 auto;
}

#sitemap_main h2 {
	text-transform: uppercase;
	color: #696;
	background: url('/html/sitemap_header.jpg') no-repeat center bottom;
	font-size: 11px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#sitemap_main a{
	text-decoration:none;
	color: #bdbdbd;
}

#sitemap_main a:hover, #sitemap_main a:active{
	text-decoration:underline;
	color: #bdbdbd;
}

#sitemap_main ul {
	width: 110px;
	float: left;
	margin: 0;
	padding: 0 55px 0 0;
}
#sitemap_main ul.last { padding: 0; }
#sitemap_main li { list-style: none; }
#sitemap_ending {
	background: url('/html/sitemap-foot.jpg') no-repeat center center;
	height: 50px;
	clear: both;
}
#text_bottom {
	margin-right: auto;
	margin-left: auto;
	width: 420px;
	height: 30px;
	clear: both;
	font-family: Arial;
	font-size: 10px;
	color: #959595;
	text-align: center;
}
#text_bottom a{
	text-decoration:underline;
	color: #959595;
} 
