/* CSS Document */

body, html {
	margin:0;padding:0;
	height:100%;
}

body {
	margin:0;padding:0;text-align:center;
	font:11px/20px Georgia, serif, Verdana, Arial, Helvetica, sans-serif;color:#444;
	background:#faf3eb;
}
p {
	font:11px/20px Georgia, serif, Verdana, Arial, Helvetica, sans-serif;color:#444;
}

#head {
	width:900px;height:180px;
	background:#eee url(head.jpg) no-repeat;
}

#top {
	background:#9faa21 url(bgtop.jpg) top left;
	width:100%;height:180px;border-bottom:1px solid #fff;
}

#main {
	height:auto !important;
	height:auto;
	width:860px;
	background:#fff;padding:20px;
}

.container {
	text-align:left;margin:0 auto;
	width:900px;
	background:#fff;
	height:auto;
}


#indhold {
	background:#fff;float:right;
	width:660px;
	border-bottom:1px solid #eee;
	height:auto;
	min-height:450px;
	padding-bottom:20px;
}

/* */

h1 {
	font:29px/30px Georgia, serif, Helvetica, Geneva, Arial, sans-serif;
	font-weight:normal;font-style:italic;
	letter-spacing:-1.5pt;
	color:#000;
	border-bottom:1px dotted #eee;
	padding-bottom:10px;
	margin-bottom:5px;
	margin-top:0;
}

.imgright, .img-right {
	float:right;padding:0;margin:5px 10px;
}

a {
	color:#9faa21;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}

/* */

#slideshow {
    position:relative;
    height:180px;
    width:900px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* */
#menu {
	padding-top:5px;
	width: 900px;
	margin: 0 auto;
	background:#ADA192;
	height: 30px;
	margin-top:-1px;
	border-bottom:2px solid #FAF3EB;
	font-family: Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
}
#menu a {
	float: left;
	padding: 0px 10px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size:9px;
	margin-top:-5px;
}
#menu a.sub {
	display: none;
}
#menu a:hover {
	color:#704514;
	background:#FAF3EB;
	margin-top:-5px;
}
#submenu {
	float:left;
	width: 150px;
	text-align: left;
	padding: 10px;
	margin: 20px;
	height: 300px;
	margin-left:-20px;
	background:none;
	border-right:1px solid #eee;
}
#submenu a {
	line-height: 18px;
	margin-bottom: 5px;
	border-bottom: #ccc;
	color: #ADA192;
	text-decoration: none;
	margin-left: 11px;
	text-align: left;
	display: none;
}
#submenu a.sub {
	display: block;
}
#submenu a.sub:hover {
	color: #704514;
	text-decoration: none;
}
