/* CSS Document */

#wrapper {
	margin: 0 auto;
	width: 780px;
  		}

#topbanner {
	width: 780px;
	height: 120px;
	background-image:url(../graphics/topbanner.gif);
	background-repeat:no-repeat;
	}
#topfunctions {
	width: 780px;
	height: 25px;
	background-color: #daa520;
	}
#topmenu {
	float: left;
	width: 585px;
	}
	
#searchfield {
	float: right;
	width: 187px;
	height: 25px;
	vertical-align:middle;
	text-align: right;
	padding:0;
	}

#indhold {
	float: left;
	width: 780px;
	background-color: #B8860B;
	}
#leftcol {
	float: left;
	width: 175px;
	padding: 8px 0 8px 0;
	text-align: center;
}	
#menu {
	float: left;
	width: 175px;
	padding: 0;
	
}
#content {
	width: 412px;
	float:left;
	border: solid gray 4px;
	padding: 5px;
	background-color: #DEB887;
	
	}
#contentwide {
	width: 578px;
	float:left;
	border: solid gray 4px;
	padding: 5px;
	background-color: #DEB887;
	
	}
#rightcol {
	float: right;
	width: 150px;
	background-color: gray;
	margin: 8px 12px 8px 12px;
	
	}

#footer {
	clear: both;
	width: 764px;
	padding: 8px;
	text-align:center;
	background-color: #D2691E;
	color: #fff;
margin: 0;

	
}
#billedholder {

	float: right;
	margin: 0 0 15px 15px;
}

#indholdsbillede {

	border: solid 8px #6dcff6;
	}

#indholdstekst {


	}
hr 	{
	margin-bottom: 15px;
	color: #D2691E;
	display: block;
	clear: both;
}


body   { color: #242424; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #bebebe;
background-image: url(../graphics/backgradient.jpg);
background-repeat:repeat-x;
		scrollbar-track-color:#696969;
		scrollbar-base-color:#b8860b;
		scrollbar-arrow-color:#242424;
}
	


h1, h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0 0 1em 0;
}
h3 {
		font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
		margin: 0 0 0 0;
	}
h5 {
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	color: #000;
	margin: -0.4em 0 -0.4em 0;
}
p/*, td*/ {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#000;
	margin: 0 0 1em 0;
	padding: 0px;
	line-height: 1.5em;
}
ol, ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#000;
}
ul.topmenu {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000;
	list-style: none;
	height: 25px;
	padding: 0;
	margin: 0;
	text-align: center;
	}
	
ul.topmenu li {
	display: inline;}

ul.topmenu li a {
	float: left;
	margin: 0px;
	padding: 6px;

	}	
ul.topmenu li a:visited {}

ul.topmenu li a:hover {
	
	background-color: gray;
	color: white;
	text-decoration:underline;}

	
	ul.leftmenu {
	width: 150px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000;
	list-style: none;
	height: 25px;
	padding: 0;
	margin: 0;

	}
	
ul.leftmenu li {
	}

ul.leftmenu li a {
	display: block;
	width: 163px;
	padding: 6px;
	margin: 0px;


	}	
ul.leftmenu li a:visited {}

ul.leftmenu li a:hover {
	
	background-color: gray;
	color: white;
	text-decoration:underline;}

#footer p {
	margin: 0;
	padding-top: 5px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#ffffff;
	}
a:link {
	
	color: #000;
	text-decoration:none;
	font-weight:bold;
	outline:none;
}
a:visited {
	
	color: #000;
	text-decoration:none;
	font-weight:bold;
		outline:none;
}
a:hover {
	
	color: #696969;
	text-decoration:underline;
		font-weight:bold;
			outline:none;
}
a:active {
	
	color: #121212;
	text-decoration:none;
		font-weight:bold;
			outline:none;
}
#footer p /*a:link*/ {color: #fff;
margin: 0;
padding: 2px;}


.img {
	border: solid 5px #e31c18;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 15px;}
p.caption {
	
	color: white;
	font-size: 10px;
	padding: 4px;
	}	
	
}

.form {

}


.formField	 {	color: black;
	font-size: 11px;
font-weight: bold;
background-color: white;
padding: 2px;
	  	border: solid 4px #D2691E; }
	
.formBts	{border: solid #D2691E 4px;
  color: black;
  FONT-SIZE: 		11px;
  font-weight: bold;
  background-color: transparent;
}

/*

.formitem { border: solid #yellow 1px;
	width: 30px;
  FONT-SIZE: 		10px;
  FONT-FAMILY: 		Tahoma, Verdana, Arial,helvetica,sans-serif
}*/
.clearer {
	height: 0px;
	font-size: 0px;
	width: 100%;
	display: block;
	clear: both;
}

.invisible {
	display: none;
}
