

* {  margin: 0; padding: 0;}



body { 
  height: 100%;
  background:rgb(233,235,216);
  font-family: Verdana, Monaco, sans-serif;
  line-height: 1.4em;
  color: #000000;
}

td {
	font-size: 90%;
}

.header-link
{
    border-left: solid 1px #787c54;
    height: 28px;
    border-bottom: solid 1px #787c54;
    padding-left: 10px;
    padding-bottom: 3px;
    font-family: verdana;
    font-size: 12px;
	
}

.header-search
{
    height: 28px;
    border-bottom: solid 1px #787c54;
    padding-left: 10px;
    padding-bottom: 3px;
    font-family: verdana;
    font-size: 12px;
	
}

.header-link a, .header-link a:visited
{
    text-decoration: underline;
    font-weight: bold;
    color: #000000;
}






a {
	color: rgb(155,45,50);
	text-decoration: none;
	}

a:hover{
	color: rgb(192,89,93);
	text-decoration: underline;
	}
	
a:visited {
	color: rgb(155,45,50);
	text-decoration: none;
	}

	
.link_black {
	color: #000000;
	text-decoration: none;
}
	
a.link_black{
	color: #000000;
	text-decoration: none;
	}
	
a.link_black:hover{
	color: #000000;
	text-decoration: underline;
	}
a.link_black:visited{
	color: #000000;
	text-decoration: none;
	}


.bread{ font-size:11px; font-weight:normal; font-family:verdana;  text-decoration:none;}
a.bread { font-size:11px; font-weight:normal; font-family:verdana; text-decoration:underline;}   
a.bread:visited { font-size:11px; font-weight:normal; font-family:verdana; text-decoration:underline; }  
a.bread:hover { font-size:11px; font-weight:normal; font-family:verdana; text-decoration:underline;}   


h1,h2, h3{
   
   font-size: 160%;
   font-weight: bold;
   color: #000000;
   line-height: 2.0em;
   margin: 0;
   
}



.menuitem{
		 
        height: 30px;
        border-bottom: rgb(120,124,84) 1px solid;
        border-right: rgb(120,124,84) 1px solid;
		width: 200px;
		padding-left: 12px; 
		padding-top: 5px; 
		padding-bottom: 5px;
		color: #000000;
		text-decoration: none;	
}
.menuitem a, .menuitem a:visited
{
        color: #000000;
		text-decoration: none;	
}

.menuitem a:hover
{
    color: #000000;
    text-decoration: underline;	
}

.menuitemheader {
		font-weight: bold; 
        height: 30px;
        background: rgb(163,166,133);
		border-bottom: rgb(120,124,84) 1px solid;
		border-right: rgb(120,124,84) 1px solid;
		width: 200px;
		padding-left: 12px; 
		padding-top: 5px; 
		padding-bottom: 5px;
}

.menuheadline{
		background: rgb(163,166,133);
		border-bottom: rgb(120,124,84) 1px solid;
		
		padding-left: 12px; 
		padding-top: 5px; 
		padding-bottom: 5px;
}
#menu {
	height: auto;
	background: rgb(233,235,216);
	width: 200px;
  	font-size: 95%; 
	float: left;
}



#menuitems {
		 
         width: 200px;
         height: 30px;
         list-style-type: none;
         
}


#menuitems a{
		color: #000000;
		text-decoration: none;	

}


#menu a:hover{
		color: #000000;
		text-decoration: underline;	
		
}



#menuitems li{
		border-bottom: rgb(120,124,84) 1px solid;
		border-right: rgb(120,124,84) 1px solid;
		padding-left: 12px; 
		padding-top: 5px; padding-bottom: 5px;
}

#overskrift 
{
    font-size: 100%;
    font-weight: bold;
    color: #000000;
    line-height: 1.5em;
    margin: 0;
 
}

#banner{
	position:absolute;
	top: 10px;
	left: 200px;

}



#banner_right {
	position:absolute;
	top: 80px;
	left: 1010px;
}


.simpleborder{
	border: rgb(120,124,84) 1px solid;	
}


INPUT {font-family: Verdana, Monaco, sans-serif;}
SELECT {font-family:Verdana, Monaco, sans-serif;border-style:solid; border-color:#d8d8ce; border-width:1px;}
TEXTAREA {font-family: Verdana, Monaco, sans-serif;border-style:solid; border-color:#d8d8ce; border-width:1px;}

input.btn{border: 1px solid #dddddd;height: 30px;font-size: 1.0em;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;padding-left: 20px;padding-right: 20px;padding-bottom: 5px;color: #201f1f;text-align: center;text-decoration: none;background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e5e4e4));background : -moz-linear-gradient(top,  #f0f0f0,  #e5e4e4);}
input.data{background: #ffffff; border: 1px solid #dddddd;height: 20px;font-size: 1.1em;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
input.data:focus{background: #ffffff;border: 1px solid #999897;}
textarea.data {font-size: 1.1em;background: #ffffff;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
textarea.data:focus{background: #ffffff;border: 1px solid #999897;}
select.data{height: 25px;font-size: 1.0em;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.ss{color: #646461; border: 1px solid #cccccc; font-size: 1em}

