/* CSS Document */

body, html {
	margin:0;padding:0;
	height:100%;
}

body {
	margin:0;padding:0;text-align:center;
	font:11px/18px Verdana, Arial, Helvetica, sans-serif;color:#444;
	background:#2b85af;
}
p {
	font:11px/18px Verdana, Arial, Helvetica, sans-serif;color:#444;
}

#head {
	width:900px;height:200px;
	background:#eee url(head.jpg) no-repeat;
}

#top {
	background:#f8f8f8;
	width:100%;height:200px;
}

#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, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

ul.nav a {
	color: #333;
	display:block;
	background:none;
	padding:4px 10px;
	text-decoration:none;
}

ul.nav a:hover {
	color: #fff;
	background:#2b85af;
	text-decoration:none;
}

/* */

h1 {
	font:29px/33px Helvetica, Geneva, Arial, sans-serif;
	font-weight:bolder;
	letter-spacing:-1.5pt;
	color:#2b85af;
	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:#2b85af;
	text-decoration:underline;
}
a:hover {
	color:#30589d;
	text-decoration:none;
}

