body {
	background-color:#232323;
	text-align:center;


}

div#side {
	margin-left:auto;
	margin-right:auto;
	width: 800px;
}


div#sidehoved {
	
	background-image: url(/images/header.gif);
	background-repeat:repeat-x;
	width:800px; 
	height:100px;
	padding-top: 5px;
	
}


div#navbar {
	
}


div#indhold {
	padding-bottom: 15px;
	padding-left: 50px;
	padding-right: 40px;
	background-color: #FAFAFA;


}


div#sidefod {
	background-color: #94AABD;
	
}

input#searchbox 
{
	background: url(/images/Search.gif) #ffffff no-repeat left center;
	border: 3px solid #EEEEEE;
	color: #808080;
	font-weight: 200;
	font-family: "Lucida Grande,Verdana,sans-serif";
	height: 20px;
	width: 200px;
	font-size: 0.8em;
	vertical-align: middle;
	text-decoration: none;
/*	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px; */
	padding-left: 30px;
	padding-top:6px;
}

input#searchbox:hover
{
	border: #d3d3d3 3px solid;
}

table.info {
	border-collapse:collapse;
}



table.info tr th{
	background-color:#B9C9FE;
	color:#039;
	border-bottom: 1px solid white;
}

table.info tr td{
	
	background-color:#E8EDFF;
	border-bottom: 1px solid white;
	border-top: 1px solid transparent;
	color:#669;
	text-align:left;
}

table.info tr th, table.info tr td{
	padding:4px;	
}

table#forumtable {
	
	border-collapse:collapse;
}


table#forumtable tr th{
	background-color:#B9C9FE;
	color:#039;
	border-bottom: 1px solid white;
	padding: 15px;
}

table#forumtable tr td {
	background-color:#E8EDFF;
	border-bottom: 1px solid white;
	border-top: 1px solid transparent;
	color:#669;
	text-align:left;
	padding: 15px;
}

#forumtable a:link, #forumtable a:visited {
	color: #005177;
	text-decoration:underline;
}

#forumtable a:hover{
	color: #C33;
text-decoration:underline;
}

input, textarea {  
    padding: 9px;  
    border: solid 1px #E5E5E5;  
    outline: 0;  
    font: normal 13px/100% Verdana, Tahoma, sans-serif;  
    width: 200px;  
    background: #FFFFFF url('/images/bg_form.png') left top repeat-x;  
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);  
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    }  
  
textarea {  
    width: 400px;  
    max-width: 400px;  
    height: 150px;  
    line-height: 150%;  
    }  
  
input:hover, textarea:hover,  
input:focus, textarea:focus {  
    border-color: #C9C9C9;  
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;  
    }  
  
form p, legend {  
    margin-left: 10px;  
	color: #999999;  
    }  
  
.submit input {  
    width: auto;  
    padding: 9px 15px;  
    background: #617798;  
    border: 0;  
    font-size: 14px;  
    color: #FFFFFF;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
}

div.item {

	width: 90%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	border: 1px #036 solid;
	height: 200px;
	background-color:#AFC6DB;
}

div.item img {
	width:187px; 
	height: 140px;
	float:left;
	margin: 20px;
}

div.item div.itemfirst {
	
	background-color:#6E94B7;
	width:100%;
	height: 20px;
	
}

div.item div.itemfirst {
	color:#FFF;	
}

div.item div.itemtext {
	float: left;
	width: 200 px;
	text-align:left;
}

div.item div.itemtext p {
	margin: 20px;	
}

div.item div.itemtext span.desc {
	font-weight:600;
}

div.item div.itemtext span.desctext {

}





