/* CSS Document */

/* General styles */

body {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Verdana, Sans Serif;
	overflow: scroll;
	overflow-x: auto;
}


/* Head banner */

.centerblock {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	}

.head {
	position: relative;
	height: 121px;
	width: 900px;
	background-image: url(img/banner.png);
	top: 15px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	}

#headlinkleft {
	position: relative;
	display: block;
	left: 20px;
	width: 170px;
	height: 90px;
	}

#headlinkright {
	position: relative;
	display: block;
	left: 640px;
	top: -90px;
	width: 240px;
	height: 90px;
	}

.menublock {
	position: relative;
	margin-left: 40px;
	/* 	margin-left: 80px; */
	top: -84px;
	width: 819px;
	height: 25px;
	font-weight: bold;
	font-size: 12px;
	}

.menupassive {
	position: relative;
	padding-left: 20px;
	width: 124px;
	height: 25px;
	float: left;
	text-align: center;
	line-height: 25px;
	}
	
.menuactive {
	position: relative;
	padding-left: 20px;
	width: 124px;
	height: 25px;
	float: left;
	text-align: center;
	line-height: 25px;
	}
	
.menuactive a {
	background-image: url(img/menubuttonactive.png);
	width: 124px;
	height: 25px;
	display: block;
	text-decoration: none;
	color: #36295E;
	}

.menupassive a {
	background-image: url(img/menubuttonpassive.png);
	width: 124px;
	height: 25px;
	display: block;
	color: white;
	text-decoration: none;
	}

.menupassive a:hover {
	background-image: url(img/menubuttonhover.png);
	width: 124px;
	height: 25px;
	color: white;
	}
	
/* Submenu block */

#submenu {
	top: 15px;
	height: 22px;
	width: 900px;
	background-image: url(img/submenu_bg.png);
	position: relative;
	text-align: left;
	line-height: 22px;
	}
	
#submenu #entries {
	padding-left: 40px;
	display: block;
	}

.submenuentrypassive a {
	text-decoration: none;
	font-size: 11px;
	color: #36295E;
	}
	
.submenuentrypassive a:hover {
	text-decoration: underline;
	}

.submenuentryactive a {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #d9261c;
	}

.submenuentrypassive {
	font-size: 9pt;
	text-decoration: none;
	color: #36295E;
  }

.submenudivide {
	font-size: 9pt;
	text-decoration: none;
	color: #36295E;
	padding-left: 1em;
	padding-right: 1em;
	}
  
/* Main text area */

#mainarea {
	position: relative;
	background-color: #f7f5fe;
	top: 15px;
	width: 900px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	text-align: left;
	}

#mainarea #inner {
	padding: 10px 28px 10px 28px;
	display: block;
	overflow: hidden;
	}
	
/* Bottom area */

#dividebottom {
	position: relative;
	background-color: white;
	width: 900px;
	height: 15px;
	background-image: url(img/dividebottom.png);
	background-repeat: repeat-x;
	top: 15px;
	}
	
#impressumline {
	position: relative;
	width: 900px;
	top: 15px;
	font-size: 8pt;
	text-align: center;
	color: #000000;
	background-color: white;
	}
	
#impressumline a {
	color: #666699;
	font-size: 8pt;
	text-decoration: underline;
	}
	
.jumptop {
	background-image: url(img/anfang.png);
	border: none;
	position: relative;
	display: block;
	width: 50px;
	height: 27px;
	margin-left: auto;
	margin-right: 20px;
	}
	
.jumptop:hover {
	background-image: url(img/anfanghover.png);
	}