/* Formateringer for baggrunden*/
body
{
	background-color: #ffffff;
}

/* Formateringer P&aring; skærmen passer til opløsningen 1024*768 og placere den i midten af skaermen hvis den er > end 1024*768 */
/*
#wrapper
{
position: relative;
width:992px;
height: auto;
margin-left: auto;
margin-right: auto;
background-color: black;
z-index: 0;
} */


/* Vi bruger denne version pga centrering i IE6 driller */
#wrapper {
	position: absolute;
	left: 50%;
	width: 980px;
	margin-left: -490px;
}



/* positionering af alle elementer i en hoved ramme */
#indexframe {
	position: absolute;
	width:992px;
	height:500px;
	background-color: #C9E2F4;
	z-index: 1;
}

#DT { margin:0; padding:0; }
#DL { margin:0; padding:0; }
#DD { margin:0; padding:0; }

/* Workaround med de runde hjørner i top */


#top {
	position: absolute;
	top: 0px;
	width:992px;
	height: 9px;
	background-image:url(../images/top.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	z-index: 2;
}

#logo {
	position: absolute;
	top: 10px;
	right: 5px;
	width:242px;
	height:41px;
	background-color: transparent;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	z-index: 11;
}

#menu {
	position: absolute;
	top: 0px;
	left: 0px;	
	width:723px;
	height:74px;
	background-color: transparent;
	background-image: url(../images/menu_bg.gif); 
	z-index: 10;
}

#menubox {
	position: absolute;
	/* Changed by wildside - rykker menuen lidt ned, så der kommer luft over. */
	top: 9px;
	/* Changed by wildside - kompenserer for at første knap ikke længere indeholder de 15px baggrund til venstre */ 
	left: 15px;	
	width:708px;
	height:62px;
	background-color: transparent;
	
	z-index: 12;
}

/* Inserted by Wildside */
#menuoverlay {
	position: absolute;
	top: 37px;
	left: 0px;	
	width:723px;
	height:35px;
	background-color: transparent;
	background-image: url(../images/top.png); 
	z-index: 35;

}

#box {
	position: absolute;
	top: 47px;
	left: 0px;
	width:992px;
	height: 453px;
	background-color: #C9E2F4;
	z-index: 4;
}

/* Workaround med de runde hjørner i bund */
#bottom
{
	top: 515px;
	position: absolute;
	background-color: transparent;
	height: 27px;
	width:992px;
	background-image:url(../images/bottom.gif);
	background-repeat: no-repeat;
	
	z-index: 5;
}

#leftmenu
{
	position: absolute;
	top: 0px;
	left: 0px;	
	width:234px;
	height:470px;
	background-repeat: no-repeat;
	background-color: #E9EFF8; 
	z-index: 4;
}

#content{
	position: absolute;
	top: 27px;
	left: 234px;
	width: 491px;
	height:440px;
	background-color: #F6F5F9;
}

#contenttext{
	position: absolute;
	top:  10px;
	left: 25px;
	width: 440px;
	height: 410px;
	padding-right:10px;
	background-color: transparent;
	overflow:auto;
	/*overflow-y: scroll;
	scrollbar-arrow-color: blue;
	scrollbar-face-color: #e7e7e7;
	scrollbar-3dlight-color: #a0a0a0;
	scrollbar-darkshadow-color:#888888;*/
  }

#image {
	position: absolute;
	top: 15px;
	left: 723px;
	width: 270px;
	height:453px;
	background-color: transparent;
	background-image: url(../images/bg_default.gif);
	background-repeat: no-repeat;
}

#adress {
	position: absolute;
	top: 515px;
	left: 200px;
	width: 530px;
	height: 30px;
	background-color: transparent;
	z-index: 11;
}

/* ændres til class fra id */
.language
{
	
	
}

a { color:#62AADF; text-decoration:none; }
a:hover { color:#FFCE00; text-decoration:none; }
/*a:visited { color:#999999; text-decoration:none; }*/


#leftmenu a { color:#000000; }
#leftmenu a:hover { color:#000000; }
#leftmenu a:visited { color:#000000; }



/* HAck til at skjule en "Gap" i IE6  hvis content ikke bliver vist skal den rykkes op på z-index*/
/*#IE6hider {
	position: absolute;
	top: 480px;
	left: 234px;
	width: 485px;
	height:50px;
	background-color: #F6F5F9;
	background-color: black;
	z-index: 4;
}*/

 


