/* tags*/
body {
	background-color: #E9F0F1;
	margin: 20px;
	margin-right:15px;
}

p.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#B5CDD2;
	padding:0;
	margin:0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12;
}

a {
	color:#B5CDD2;
}


/* ids */
#topBox {
	height: 120px;
}

#leftBox {
	float: left;
	width: 200px;
}

#rightBox {
	float: right;
	width: 200px;
}


#centerBox {
	/*margin-right: 215px;
	margin-left: 210px;*/
	background-color: #FFFFFF;
	background-image: url(../gif/maincontentBack.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: none;
	padding-bottom:20px;
}

#content {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../gif/upper_right_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* menu */
#mainMenu {
	padding: 0px;
	list-style-type: none;
	width:160px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#mainMenu li {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align: right;
	padding-bottom: 15px;
}


#mainMenu li.menuNO a {
	text-decoration: none;
	color:#FFFFFF;
}

#mainMenu li.menuACT a {
	text-decoration: none;
	color:#A39C92;
}

#mainMenu li.subNavNO a {
	font-size:10px;
	text-decoration: none;
	color:#FFFFFF;
}

#mainMenu li.subNavACT a {
	font-size:10px;
	text-decoration: none;
	color:#A39C92;
}

#mainMenu li a:hover {
	text-decoration: underline;
}

#menuTop {
	background-image: url(../gif/menuTop.gif);
	height: 15px;
	background-repeat: no-repeat;
}
#menuBack {
	background-image: url(../gif/menuBack.gif);
	background-repeat:repeat-y;
	width:195px;
}
#menuBottom {
	background-image: url(../gif/menuBottom.gif);
	height: 20px;
	background-repeat: no-repeat;
}


/* contact */

#contactTop {
	background-image: url(../gif/contactTop.gif);
	height: 15px;
	background-repeat: no-repeat;
	margin-top:15px;
}
#contactBack {
	background-image: url(../gif/contactBack.gif);
	background-repeat:repeat-y;
	width:195px;
}
#contactBottom {
	background-image: url(../gif/contactBottom.gif);
	height: 20px;
	background-repeat: no-repeat;
}

#contactContent {
	padding-right: 20px;
	padding-left: 15px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#contactContent h2 {
	margin: 0px;
	padding: 0px;
	font-size:15px;
}
#contactContent a {
	color: #B5CDD2;
	text-decoration: none;
}
#contactContent a:hover {
	text-decoration: underline;
}
#centerBox #upperLeft {
	background-image: url(../gif/upper_left_corner.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	position: absolute;
}

/*
#centerBox #lowerLeft {
	background-image: url(../gif/lower_left_corner.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 15px;
	position: relative;
}
*/

#topBox #toolBox {
	position: absolute;
	top: 110px;
	right: 240px;
	widthx: 46px;
}

/*
#langMenu {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B5CDD2;
}

#langMenu a{
	text-decoration: none;
}
#langMenu a:hover{
	text-decoration: underline;
}
#langMenu a.NO{
	color: #FFFFFF;
	font-weight:bold;
}

#langMenu a.ACT{
	color: #A39C92;
	font-weight:bold;
}

#langMenu a.USERDEF1{
	color: #B5CDD2;
}

*/

#mainContainerBlock{
   border:0px solid red;
   position:relative;
   	margin-right: 215px;
	margin-left: 210px;
}
#mainContainerBlock #lowerLeft {
	background-image: url(../gif/lower_left_corner.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 15px;
	position:absolute;
	border:0px solid red;
	margin-top:-20px;
}


#langMenu {
	border:0px solid yellow;
	width:150px;
	height:30px;
	position:absolute;
	margin-left:-214px;
	margin-top:-11px;
}
a.no .english{
	position:absolute;
	background-image: url('../gif/uk.gif');
	background-repeat: no-repeat;
	height: 28px;
	width: 36px;
	border:0px solid red;
	margin:0px;
	padding:0px;
        cursor:hand;	
}
a.act .english{
	position:absolute;
	background-image: url('../gif/ukSel.gif');
	background-repeat: no-repeat;
	height: 28px;
	width: 36px;
	border:0px solid red;
        cursor:hand;
}





a.no .dansk{
	position:absolute;
	background-image: url('../gif/dk.gif');
	background-repeat: no-repeat;
	height: 28px;
	width: 36px;
	border:0px solid red;
	margin-left:40px;
        cursor:hand;
}
a.act .dansk{
	position:absolute;
	background-image: url('../gif/dkSel.gif');
	background-repeat: no-repeat;
	height: 28px;
	width: 36px;
	border:0px solid red;
	margin-left:40px;
        cursor:hand;
}

a.no .german{
	position:absolute;
	background-image: url('../gif/de.gif');
	background-repeat: no-repeat;
	height: 28px;
	width: 36px;
	border:0px solid red;
	margin-left:80px;
        cursor:hand;
}
a.act .german{
	position:absolute;
	background-image: url('../gif/deSel.gif');
	background-repeat: no-repeat;
	height: 28px;
	width: 36px;
	border:0px solid red;
	margin-left:80px;
        cursor:hand;
}




a.no .french{
	position:absolute;
	background-image: url('../gif/fra.gif');
	background-repeat: no-repeat;
	height: 28px;
	width: 36px;
	border:0px solid red;
	margin-left:120px;
        cursor:hand;
}
a.act .french{
	position:absolute;
	background-image: url('../gif/fraSel.gif');
	background-repeat: no-repeat;
	height: 28px;
	width: 36px;
	border:0px solid red;
	margin-left:120px;
        cursor:hand;
}
a.no .italian{
	position:absolute;
	background-image: url('../gif/ita.gif');
	background-repeat: no-repeat;
	height: 28px;
	width: 36px;
	border:0px solid red;
	margin-left:160px;
        cursor:hand;
}
a.act .italian{
	position:absolute;
	background-image: url('../gif/itaSel.gif');
	background-repeat: no-repeat;
	height: 28px;
	width: 36px;
	border:0px solid red;
	margin-left:160px;
        cursor:hand;
}
