html {
  overflow: -moz-scrollbars-vertical;
}

a.hoved {
  color: #4B504B;
  text-decoration: underline;
}
a.hoved:hover {
  color: #000000; 
  background-color: #CCCCCC; 
  text-decoration: underline;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Georgia, Verdana, Tahoma, Arial, sans-serif;
  background: url(/images/bund2.gif);
  text-align: center; 
  min-width: 980px;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #4B504B;
  text-align: center; 
      }

h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #5B8636;
  text-align: center; 
      }

h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #4B504B;
  text-align: center; 
      }

h4 {
  padding: 10px 0px 0px 0px;
  font-size: 0.80em;
  line-height: 2em;
  color: #5B8636;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
} 

h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #5B8636;
  text-align: center; 
      }
      
h6 {
  font-size: 26px;
  font-weight: normal;
  line-height: 28px;
  color: #4B504B;
  padding: 0px 0px 5px 0px;
  color: #4B504B;
  border-bottom: 2px;
  border-bottom-color: #5B8636;
  border-bottom-style: dotted;
} 

h7 {
  padding: 5px 0px 0px 0px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 0.7em;
  line-height: 1.2em;
  font-weight: normal;
  text-align: left; 
  color: #5E5E5E; 
} 

p, li {
  font-size: 0.76em;
  line-height: 1.7em; 
  color: #4B504B;
}   


/* The Menu
================================= */


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 179px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	font-size: 11px;
	font-weight: bold; 
	text-decoration: none; 
	text-align: left;
	color: #4B504B;
	background: #fff; /* IE6 Bug */
	padding: 4px 4px 3px 11px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #FFFFFF; background: #5B8636; } /* Hover Styles */
		
li ul li a { padding: 4px 4px; FONT-WEIGHT: normal;} /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */ 


/* The Container IDs
================================= */   

#container {
  background-image: url(/images/wrapperback.gif);
  background-position: top center; 
  background-attachment: fixed; 
  width: 980px; 
  margin: 0 auto; 
  text-align: left; 
}

#menu { 
  background-image: url(/images/logo.png);
  background-position: top center; 
  background-repeat: no-repeat;  
  width: 166px; 
  float: left;
  padding: 0px 22px 10px 22px;
  text-align: left;
} 

#content { 
  width: 707px; 
  float: right; 
  padding: 20px 25px 18px 25px;
} 

#footer { 
  border-bottom: 8px;
  border-bottom-color: #5B8636;
  border-bottom-style: solid;
  padding: 0px;
  clear: both; 
} 

/* The Classes
================================= */

.afstand {
  padding: 9px 0px 4px 0px;
}

.boks {
  padding: 10px;
}

.border {
  border: #000000; 
  border-style: solid; 
  border-width: 1px; 
 }        

.formularfelt {
  padding: 3px;
  FONT-WEIGHT: normal; 
  COLOR: #000000;
  background-color: #EEEEEE; 
  font-size: 1em;
  FONT-STYLE: normal; 
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;  
  TEXT-ALIGN: left; 
  border: #000000; 
  border-style: dotted; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px; 
}  

.genusbar {
  height: 15px;
  background-color: #CCCCCC; 
}

.height  {
  height: 25px;
  background-color: #FFF0D8; 
}

.comments  {
  background-color: #eeeeee;
  padding: 30px; 
}

.knap {
  FONT-WEIGHT: normal; 
  font-size: 0.7em;
  COLOR: #000000; 
  FONT-STYLE: normal; 
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
  TEXT-ALIGN: center; 
}

.map { 
  width: 305px; 
  float: right; 
  padding: 0px;
} 

.menu {
  height: 25px;
  background-color: #58574A; 
} 

.noBorder {
  border: 0px;
}

.noshadeBlack {
  height: 1px;
  background-color: #000000; 
} 

.noshadeGrey {
  height: 3px;
  background-color: #ffffff; 
} 

.pixBorder {
  border: 1px solid black;
}

.pixCenter {
  text-align: center;
}

.pixfront {
  float: right; 
  width: 300px;
  padding: 0px 0px 10px 15px;
} 

.tabletext {
  font-size: 0.76em;
  line-height: 1.7em; 
  color: #4B504B;
}  
  
.thin {
  height: 1px;
}


