﻿html {
height: 100%;
margin: 10px 0px 0px 0px; 
padding: 0; 
border: 0;
}

body 
{
height: 100%;
text-align: center; 
background: #fff;
color: #fff;
min-width: 700px;
}

/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper { 
text-align: left;
width: 950px /*90%*/;
margin: 0 auto; 
background: #000 url(sidebar.gif) repeat-y 10px 0;
}

#header, #subnav, #footer {
color: #000;
clear: both; 
width: 100%;
}

#header {background: #fff /*#008*/; color: #fff; height: 128px;}
#subnav, #footer {background: #9FB6CD; padding: 0px; height: 18px;}


#contentfloatholder {/* right faux column tab */
/*background: url(sidebar.gif) repeat-y 100% 0;*/
background: #fff;
color: #fff;
float: left;
width: 100%;
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
	height: 0px;
    clear: both; 
    visibility: hidden;
}

#center {
    margin: 0 0 0 294px;
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 12.5px; 
	color: #666666; /* #515151;*/   
    text-decoration:none;
    font-weight: normal;   
    padding: 25px 0px 0px 0px;    
    line-height: 1.5em;
}

#centerwrap {
  float:left;
  width: 100%; 
  margin: 0 -95% 0 0;
}

#left {
  float:left;
  width: 282px;
  margin: 0 0 0 -5%;
  padding: 30px 0px 0px 10px;    
}

#right {
  float:right;
  width: 0px;
	margin: 0;
}


/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#left {margin: 0;}

div h3, div p {
margin: 1em 0;
padding: 0 0 0 0; 
}



/*Formatering af menulinje*/
.TabsBg {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:white;
    text-decoration:none;
    font-weight: bold;
    background-color: #9FB6CD;   
    text-align:center;
    padding-left: 17px;
    padding-right: 17px;
    border: 1px solid #9FB6CD; 
}

/* Billeder af afdelinger*/
.AfdPic{
    height:400px;
    width:630px;
    color:white;
} 

/* Billeder i header*/
.headerPic{
    position:relative;
    top:-130px;
    left:572px;
    max-height:129px;
    max-width:378px;
    color:white;
} 

.LogoPic{
    position:absolute;
    top:20px;
    left:365px;
} 

.LogoPic2{
    position:absolute;
    top:300px;
    left:390px;
} 

.LogoPic3{
    float:right; 
    width: 190px; 
    position:absolute;
    top:10px;
    left:390px;
} 

.Logo{
    position:absolute;
    top:370px;
    left:-280px;
} 

.spalte1 {
	float:left;
	width: 53%;
}
.spalte2 {
	float:left;
	width: 47%;
}


/* Navigation bar */
#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	height: 18px;
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a {
	background: #fff;
	width: 93.5px;
	height: 18px;
	border: 1px solid #9FB6CD;
	padding: 0;
	margin: 0 0 0 0;
	display: block;
	text-align: center;
	white-space: nowrap;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:white;
    text-decoration:none;
    font-weight: bold;
    background-color: #9FB6CD;   
}

#navcontainer ul li a:hover {
	color: #ffffff;
	background: #7295f8;
}

#navcontainer ul li a.current {
	color: #ffffff;
	background: #587eec;
}


:target {
   /*color: red;*/
   font-weight: bold;
   /*background-color: #9FB6CD;*/
   /*border: 1px solid;*/
}
.customTarget {
   /*color: red;*/
   font-weight: bold;
   /*background-color: #9FB6CD;*/
   /*border: 1px solid;*/
}


#popup /*#center*/ {
    width: 540px;
    text-align: left;
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 12.5px; 
	color: #666666; /* #515151;*/   
    text-decoration:none;
    font-weight: normal;   
    padding: 0px 15px;    
    line-height: 1.5em;
}

.FlagEng{
    position:absolute;
    top:5px;
    left:630px;
} 
