@charset "UTF-8";



/* -----------------------------GENEREL----------------------------- */

body {
	padding: 0px;
	margin: 0px;
	background-color: #000;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(../gfx/background.jpg);
	background-repeat:repeat-x;
}

.contentholder {
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	position:absolute;
}

a:link, a:visited {
	color: #FFF;
	text-decoration: underline;
}

a:hover, a:active {
	color: #CCC;
	text-decoration: underline;
}



/* -----------------------------TOP----------------------------- */


.top {
	height: 95px;
	width: 1000px;
}

.logo_holder {
	position:absolute;
}

.language {
	float: right;
}

#clear {
	clear:both;
}

/* -----------------------------TOPMENU----------------------------- */


.topmenu {
	width: 1000px;
	height: 30px;
	background-image:url(../gfx/topmenu_bg_off.gif);
	margin-bottom: 15px;
}

a:link#topmenu, a:visited#topmenu {
	height: 22px;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	background-image:url(../gfx/topmenu_bg_off.gif);
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#CCC;
}

a:hover#topmenu, a:active#topmenu {
	height: 22px;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	background-image:url(../gfx/topmenu_bg_on.gif);
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}

#topmenu_spacer {
	width: 1px;
	height: 30px;
	background-image:url('/gfx/topmenu_spacer.gif');
	float:left;
	}
	
.secmenu {
	margin-top: 9px;
	margin-left: 20px;
	height: 21px;
	text-align: center; 
	color: #FFF;
	font-size:9px;
	display:inline-block;
	float: left;
}

a:link#secmenu, a:visited#secmenu {
	color: #FFF;
	font-size: 9px;
	text-decoration: none;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
}

a:hover#secmenu, a:active#secmenu {
	color: #CCC;
	font-size: 9px;
	text-decoration: none;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
}

.search {
	width: 130px;
	height: 30px;
	display: inline;
	float: right;
	margin-left: 0px;
}
	
#mermaidsearchfield {
	width: 104px;
	height: 13px;
	background-image:url('/gfx/search_field.gif');
	background-repeat:no-repeat;
	border: 0;
	margin-top: 7px;
	padding-left: 25px;
	color:#666;
	float:left;
	font-size: 11px;
}



/* -----------------------------BAND----------------------------- */


.band {
	height: 260px;
	width: 1000px;
	z-index: -2;
}

.band_content {
	width: 1000px;
	height: 200px;
	padding-top: 30px;
	padding-bottom: 30px;
	z-index: -2;
}

#band_allover{
	position: absolute;
	top: 170px;
	left: 0px;
	width: 100%;
	height: 200px;
	z-index: -1;
}
#toptape{
	position: absolute;
	z-index: -1;
}


/* -----------------------------CONTENT----------------------------- */


.mermaidcontent {
	width: 1000px;
	
}

.content_headlines {
	width: 1000px;
}

.content_headline1 {
	height: 38px;
	padding-top: 22px;
	font-size: 25px;
	font-family: Myriad Pro, Myriad, Arial, Helvetica;
	font-weight: bolder;
	color: #FFF;
	float: left;
}

.content_headline2 {
	width: 470px;
	text-align: right;
	height: 38px;
	padding-top: 22px;
	font-size: 25px;
	font-family: Myriad Pro, Myriad, Arial, Helvetica;
	font-weight: bolder;
	color: #FFF;
	float: right;
}

.content_boxes{
	background-image:url('/gfx/news_vertiline_mads.gif');
	background-repeat: repeat-y;
}


/* -----------------------------FOOTER----------------------------- */

.footer {
	width: 1000px;
	height: 15px;
	background-image:url(../gfx/footer_line.gif);
	background-repeat:repeat-x;
	margin-top: 40px;
	padding-top: 5px;
	font-size: 10px;
}