/**
 * Location: /layout
 *
 * Copyright (c) 2008 - Neist & Felskov
 * www.nfdesign.dk
 */


/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style: normal;}
ul,ol {list-style:none;}
fieldset,img {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}

html {height:100%;}
body {background:url(images/body_repeat.gif) repeat-x; font:12px/1.3em Arial, Helvetica, Sans-Serif; color:#3e525d; height:100%;}
h1 {font-size:26px; font-family:"Times New Roman"; margin-bottom:30px; font-weight:normal;}
h2 {font-size:20px; font-family:"Times New Roman"; margin-bottom:20px; font-weight:normal; margin-top:25px;}
.clear {font-size:0px; line-height:0px; overflow:hidden; height:0px; clear:both;}
p {margin-bottom:15px; clear:both;}
input.text {width:100%; border:1px solid #d6dbdc; padding:3px 3px 3px 3px;}
td {padding-bottom:5px;}

#wrapper {min-height:100%; position:relative;}
#container {width:850px; margin:0 auto; padding-bottom:200px;}
#banner {height:323px; background:url(images/banner.jpg);}
#menu { padding-top:10px; padding-bottom:10px; border-bottom:1px solid #d6dbdc; padding-left:235px;}
	#menu li {float:left; margin-right:25px;}
	#menu li a {text-decoration:none; color:inherit; font-size:12px; color:#3e525d;}
	#menu li a:hover, #menu li a.active {color:#000000;}
#content {clear:both; padding-top:20px;}
	#content #left {width:400px; float:left;}
		#tip13 p b {font-size:16px; display:inline; margin-bottom:5px; padding-right:10px;}
	#content #right {width:400px; float:right;}
		.select {margin-bottom:10px;}
		.select li {display:block; float:left; height:19px; background:url(images/select.jpg) no-repeat; padding-left:25px; padding-top:3px; cursor:pointer; margin-right:25px;}
		.select li.active {background-position:0 -22px;}
#bund {height:187px; background:url(images/bund.jpg); margin-top:20px; position:absolute; bottom:0px; width:100%;}
	#bund_container {height:147px; width:850px; margin:0 auto; background:url(images/bund2.jpg) no-repeat center bottom; color:#5f6467; line-height:1.4em; padding-top:40px;}
		#bund_container #troels {float:left;}
		#bund_container #villum {float:right; text-align:right;}
		#bund_container h4 {font:16px/1em "Times New Roman"; color:#FFFFFF; margin-bottom:20px; padding:0px;}
		#bund_container a {color:#5f6467;}
		
		
