/* CSS Document */


html, body {margin:0; padding:0;}

a{
	color: #333399;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

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

body{
	margin: 0px;
	text-align:center;
	background-color: #06F;
	background-image:url(../Images/himmel_med_sollag_beskaaret.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1{
	margin-bottom: 2px;
	padding-bottom: 2px;
	font: normal 19px Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	text-align:center;
}

h2{
	margin-bottom: 2px;
	padding-bottom: 2px;
	font: normal 15px Geneva, Arial, Helvetica, sans-serif;
}

h3{
	margin-bottom: 2px;
	padding-bottom: 2px;
	font: bold 13px Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
}
h4{
	margin-bottom: 2px;
	padding-bottom: 2px;
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
}
 
/** Sideformatering **/
#sidecontainer {
	width:95%;
	max-width:1020px;
	min-width:760px;
	margin:0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
}

#topbanner {
	width:100%;
	height:130px;
	margin-bottom:10px;
	background-image:url(../Images/Achen-Logo.png);
	background-repeat:no-repeat;
	background-position:center;
 }
  
#topmenu {
	width:99.3%;
	height:20px;
	margin-bottom:15px;
	background-color:#efefef;
	/*border:1px solid black;*/
	padding:0.2em 0.2em 0.2em 0.2em;
	text-align:center
	-moz-border-radius: .7em;
    -webkit-border-radius:.7em;
    border-radius: .7em;/* for IE */
	/*-webkit-box-shadow:10px 10px 5px # 888;
	-moz-box-shadow:10px 10px 5px # 888;
	box-shadow: 10px 10px 5px # 888;*/
	 filter:alpha(opacity=75);
	/* CSS3 standard */
  opacity:0.75;
	
    }
  
#leftcol{
	float:left;
	width:19%;
	margin-right:15px;
	
	
	
}

#rightcol{
	float:left;
	width:19%;
	margin-left:15px;
	}

#centercol{
	float:left;
	width: 56%;
	margin-left:10px;
	margin-right:10px;
	
	}

.boxleft {
	
	width:100%;
	min-height:35.6em;
	float:left;
	list-style:none;
	text-align:left;
	padding:.5em .5em .5em .5em;
	background-color: #FFF;
	/*margin-left:0px;
	margin-right:15px;*/
	margin-bottom:15px;
	/*clear:left;*/
	-moz-border-radius: 0.7em;
	-webkit-border-radius:.7em;
	border-radius: .7em;
	/* for IE */
    filter:alpha(opacity=75);
	/* CSS3 standard */
    opacity:0.75;
}

.boxright {
	width:100%;
	min-height:35.6em;
	float:left;
	list-style:none;
	text-align:left;
	padding:.5em .5em .5em .5em;
	background-color: #FFF;
	/*margin-left:15px;*/
	margin-bottom:15px;
	/*clear:left;*/
	-moz-border-radius: 0.7em;
	-webkit-border-radius:.7em;
	border-radius: .7em;
	/* for IE */
    filter:alpha(opacity=75);
	/* CSS3 standard */
    opacity:0.75;
}

.mainbox {
	
	float: left;
	width:100%;
	min-height:35.6em;
	/*min-height: 32.8em;*/
	margin-bottom:15px;
	/*margin-left:0px;
	margin-right:0px;*/
	background-color:#efefef;
	/*border:2px solid black;*/
	padding:.5em .5em .5em .5em;
	text-align:left;
	-moz-border-radius: 0.7em;
	-webkit-border-radius:.7em;
	border-radius: .7em;
	/* for IE */
  filter:alpha(opacity=75);
	/* CSS3 standard */
  opacity:0.75;
	
  }
	
#sidefod {
	float:left;
	width:100%;
	height:2 em;
	margin:0;
	background-color:#efefef;
	/*border:2px solid black;*/
	padding:.5em 0em .5em 0em;
	text-align:left;
	-moz-border-radius: .7em;
  	-webkit-border-radius:.7em;
  	border-radius: .7em;
	clear:both;
	/* for IE */
  	filter:alpha(opacity=75);
  	/* CSS3 standard */
  	opacity:0.75;
	  }  

/*#topmenu #sidefod .box .mainbox .manchet{  
  -moz-border-radius: .5em;
  -webkit-border-radius:.5em;
  border-radius: .5em;
  border-width:2px;
  border-style:solid;
  border-color:#505c5a;
  padding:10px 5px;
  margin-bottom:10px;*/
  
  }

  






/** Menu-formatering **/

.navbar {
	
	background-color:#efefef;
	/*width:99%; /* tilføjelse */
	/*border-bottom:1px solid black;/* tilføjelse */
	margin:0;
	
	}
 

.navbar {  /* Sætter samme skrift og størrelse på 
                alle elementer i navbar'en  */
	font-size:15px;
	font-family:arial,sans-serif;
	}
  
.navbar ul { 
  margin:0; 
  padding:0.1em; /*centrere skrift i topmenu*/
  background-color:#efefef;*/
  list-style:none;
  /*border-left: 1px solid black;*/ }
  
.navbar li { 
  /*z-index: auto;/* får undermeny foran*/
  position: auto; 
  text-align:center; 
  width:auto; 
  line-height:1em;
  margin:0; 
  padding:0.1em .9em 0.1em .9em; 
  list-style:none;   
  float:left;
  border-bottom:none; /* Ændring*/ 
 /* border-left:1px solid black; /*lodret sreg i menu*/
 /* border-right: 1px solid black; /*lodret sreg i menu*/
  background-color:#efefef;
  }
  
.navbar li:hover {
  background-color: #efefef;/*ccf;*/
  }
  
  
.navbar ul.niveau2 {
	top: 1.5em;
	left:0;
	
}

.Redcolorfont {
	color: #990000;
	font: bold 13px Geneva, Arial, Helvetica, sans-serif;
}
#leftcol .box {
	text-align: left;
}
.Redcolorfont div {
	font-weight: normal;
	font-size: 10px;
	color: #333399;
}
