/* CSS Document */

<style type="text/css">

body{
	margin:0;
	padding:0
	height: 100%;
	
}

A.link:link {text-decoration: underline; color: #0e3c61;}
A.link:visited {text-decoration: underline; color: #0e3c61;}
A.link:active {text-decoration: underline; color: #333333;}
A.link:hover {text-decoration: underline; color: #333333;}

/* Added 07-05-2008 */
#mainarealist {
	position: absolute;
	top: 0px;
	left: 4px;
	width: 305px;
	height: 100%;
	background-color: #FFFFFF;
	color: #0e3c61;
	font-family:Arial, Helvetica, sans-serif;
	overflow: auto;
	font-size: 11px;
}

#maincaseareatop {
	position: absolute;
	top: 0px;
	left: 344px;
	width: 520px;
	/*height: 270px;*/
	background-color: #FFFFFF;
	color: #0e3c61;
	font-family:Arial, Helvetica, sans-serif;
	overflow: auto;
	font-size: 11px;
}

#scrollableDIV
{
	position: absolute;
	top: 270px;
	left: 344px;
	width: 520px;
	height: 400px;
	background-color: #FFFFFF;
	color: #0e3c61;
	font-family:Arial, Helvetica, sans-serif;
	overflow: auto;
	font-size: 11px;
}
/* *** */

#mainarea {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 302px;
	height: 100%;
	background-color: #FFFFFF;
	color: #0e3c61;
	font-family:Arial, Helvetica, sans-serif;
	overflow: auto;
	font-size: 11px;
}

#header {
	color: #0e3c61;
}

#banner_title {
	border-bottom: 1px solid #0e3c61;
	/*text-align: center;*/
	text-align: right;
	font-size: 32px;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666; 
}

#banner_address 
{
	border-bottom: 1px solid #0e3c61;
	/*text-align: center;*/
	text-align: right;
	font-size: 11px;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
}


.wireframemenu{
border-bottom-width: 0;
width: 140px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 136px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%;
color: #FFFFFF;
text-decoration: none;
}

.wireframemenu a.dansk{
background-image: url(Dannebrog (Custom).gif);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: 94% 50%;
}

.wireframemenu a.spansk{
background: url(Spansk flag (Custom).gif) right no-repeat fixed;
background-position: 94% 50%;
}

.wireframemenu a.fransk{
background: url(French-flag (Custom).jpg) right no-repeat fixed;
background-position: 94% 50%;
}

.wireframemenu a:visited{
color: #FFFFFF;
}

.wireframemenu a:active{
color: #a4cce5;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #a4cce5;
color: #FFFFFF;
}

.button {
	background-color: #0e3c61;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	font-size: 11px;
	height: 20px;
}

.form { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px; 
	border: 1px #0e3c61 solid;
	color: #0e3c61;
	
}



</style>
