

* {  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;	
}


