/* CSS Document */

body, html {
	margin:0;padding:0;
	height:100%;
}
#side {
	float:right;
}

body {
	margin:0;padding:0;text-align:center;
	font:11px/18px Verdana, Arial, Helvetica, sans-serif;color:#666;
	background:#b9e2f8 url(bg.jpg) repeat-x top left;
}
p {
	font:11px/18px Verdana, Arial, Helvetica, sans-serif;color:#666;
}

#head {
	width:900px;height:180px;
	background:#eee url(head.jpg) no-repeat;
}

#top {
	background:#00205A;border-bottom:0px;
	width:100%;height:180px;
}

#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;
}

#menu {
	background:#f4f4f4;float:left;
	width:180px;height:auto;min-height:300px;
}

#indhold {
	background:#fff;float:right;
	width:660px;
	border-bottom:1px solid #eee;
	height:auto;
	min-height:450px;
	padding-bottom:20px;
}

/* */
ul.nav {
	list-style:none;
	padding:0;margin:0;
	padding:20px;
	text-transform: uppercase;
	font:10px/18px Verdana, Arial, Helvetica, sans-serif;
}

ul.nav a {
	color: #666;
	display:block;
	background:none;
	padding:4px 10px;
	text-decoration:none;
}

ul.nav a:hover {
	color: #222;
	background:#eee;
	text-decoration:none;
}

/* */

h1 {
	font:29px/33px Helvetica, Geneva, Arial, sans-serif;
	font-weight:bolder;
	letter-spacing:-1.5pt;
	color:#00369A;
	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:#00369A;
	text-decoration:none;
}
a:hover {
	color:#111;
	text-decoration:none;
}


#realmenu li {list-style:none;}

#realmenu {
	float: left;
	margin-left:-10px;
	width: 150px;
	text-align: left;
	min-height: 300px;height:auto;
	background:none;

}
#realmenu li {
	margin-left:-25px;
	list-style:none;
}
#realmenu a {
	padding: 0px 10px;
	line-height: 30px;
	color: #666;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size:10px;
	border-left:4px solid #ccc;
}
#realmenu a.sub {
	display: block;
	font-size:10px;
	color:#000;
}
#realmenu a:hover {
	color: #333;
	background:#eee;
	text-decoration:none;
	border-left:4px solid #00369A;
}

/*
*/
#leftmenu {
	width:160px;
	height:auto;
	float:left;
}
/* */

#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;
}