/* General page setup
---------------------------------------------------------------------- */

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.body_black {
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	color:#000000;
}

/* DIV layers
---------------------------------------------------------------------- */

#CenterContainer {
	margin:0 auto;
	width:880px;
	visibility:hidden;
	z-index:2;
}
#container {
	position: relative;
	top: 0px;
	left: 40px;
	width:  880px;
	height: 695px;
	visibility:hidden;
	z-index:3;
}
#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width:  820px;
	height: 50px;
	visibility:visible;
	z-index:20;
}
#contentarea {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 695px;
	width:  660px;
	visibility:hidden;
	z-index:4;
}
#content {
	position: absolute;
	top: 130px;
	left: 0px;
	width:  660px;
	padding-bottom: 60px;
	visibility:hidden;
	z-index:10;
}

#submenu {
	position: absolute;
	left: 20px;
	top: 100px;
	width: 400px;
	height:auto;
	visibility:hidden;
	z-index:7;
}
#logo {
	position: absolute;
	left: 423px;
	top: 100px;
	width:  149px;
	height: 40px;
	height:auto;
	visibility:hidden;
	z-index:8;
}
#print {
	position: absolute;
	left: 400px;
	top: 160px;
	width:  160px;
	height: 20px;
	height:auto;
	visibility:hidden;
	z-index:8;
	text-align: right;
}
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
	visibility:visible;
	z-index:1;
}

/* Background
---------------------------------------------------------------------- */

.bg-top {
	background-image: url(img/content-background-top.gif);
	background-position: left -40px;
	background-repeat: no-repeat;
}
.bg-bottom {
	background-image: url(img/content-background-bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

/* MWR
---------------------------------------------------------------------- */

.mwr-bg {
	background-image: url(img/mwr-background.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.mwr-bg1 {
	background-image: url(img/mwr-background-1.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.mwr-bg2 {
	background-image: url(img/mwr-background-2.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.mwr-bg3 {
	background-image: url(img/mwr-background-3.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#mwr1 {
	position: absolute;
	top: 100px;
	left: 600px;
	height: 300px;
	width:  300px;
	visibility: inherit;
	z-index:6;
	padding-top: 80px;
	padding-left: 60px;
}
#mwr2 {
	position: absolute;
	top: 310px;
	left: 560px;
	height: 300px;
	width:  300px;
	visibility: inherit;
	z-index:6;
	padding-top: 80px;
	padding-left: 60px;
}
#mwr3 {
	position: absolute;
	top: 520px;
	left: 620px;
	height: 300px;
	width:  300px;
	visibility: inherit;
	z-index:6;
	padding-top: 80px;
	padding-left: 60px;
}

#mwr-content {
	z-index:7;
	visibility: inherit;
}

/* General fonts
---------------------------------------------------------------------- */

h1, .headline {
	font-size: 22px;
	color:#FFFFFF;
	margin-bottom: 10px;
	width: 400px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: -13px;
	color:#FFFFFF;
}
h3 {
	font-size: 18px;
	color:#FF00FF;
}
p {
	font-size: 11px;
	color:#FFFFFF;
}
.manchet {
	font-size: 13px;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FF00FF;
}
.print {
	color: #FFFFFF;
	text-decoration: none;
}

/* Color headlines
---------------------------------------------------------------------- */

.headline_red   { color: #cc1e1e; font-size: 18px; }

.headline_green   { color: #1cc61c; font-size: 18px; }

.headline_black   { color: #262626; font-size: 18px; }

.headline_magenta   { color: #ca1ecc; font-size: 18px; }

.headline_yellow   { color: #ccc31e; font-size: 18px; }

.headline_blue   { color: #171799; font-size: 18px; }


/* Submenu
---------------------------------------------------------------------- */

.submenuactive {
	font-size:10px;
	font-weight: bold;
	color: #FF00FF;
	text-decoration: none;
	padding-right: 8px;
	display:inline-block;
}
.submenuinactive {
	font-size:10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 8px;
	display:inline-block;
}




