/* -- ALLGEMEIN -- */
body{
	/*#bodyDiv*/background-color:#FFFFFF;/*bodyDiv#*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	/* Text */
	font-family:"Verdana", "Tahoma", "Arial", "sans-serif";
	font-size:11px;
	font-weight:normal;
	text-align:left;
	/*#bodyColor*/color:#000000;/*bodyColor#*/
}

h1{
	font-size:16px;
	font-weight:bold;
	line-height:28px;
	margin:0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	/*#h1*/color: #000000;/*h1#*/
}

h2{
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	margin-bottom:6px;
	color: #000000;
}
h3{
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	margin-bottom:0px;
	color: #000000;
}
p{
	margin:0; padding:0;
}

.textfeld {
	border:1px solid #555555;
	width:200px;
	margin-bottom:5px;
}

img { border:0;}

.right {
	float:right;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	display:block;
}
.left {
	float:left;
	margin:0px 20px 0px 0px;
	padding:0px 0px 0px 0px;
	display:block;
}

a{
	text-decoration: none;
	color: #000000;
}
a:link, a:visited, a:active, a:focus {
	text-decoration:none;
	color:#0000FF;
}
a:hover {
	text-decoration:underline;
	color:#0000FF;
}

/* -- ENDE ALLGEMEIN -- */

/* -- DIVs -- */
.browserDiv{ /* sichtbare Fläche im Browser - notwendig für die Zentrierung */
	width:100%;
	height:100%;
}

.gesamtDiv{ /* umschliesst alles der Seite*/
	width:840px; /* Breite der sichtbaren Seite */
	height:460px; /* Mindesthöhe */
	margin-top:50px; /* Abstand der Oberkante der Seite zum 'Browser' */
	text-align:left;
	background-color:#ffffff;
	padding:30px;
}

.gesamtInhaltDiv{ /* umschliesst den gesamten Inhalt (alle DIVs) der Seite*/
	width:100%; /* Breite der sichtbaren Seite */
	height:; /* Mindesthöhe */
	text-align:left;
}

.logoDiv{
	width:100%; /* Breite der ganzen Seite */
	height:100px;
	text-align:left;
}

.logoImg {}

.untenDiv{
	width:100%; /* Breite der ganzen Seite */
	text-align:left;
	height:100%;
}

.linksUntenDiv{
	width:190px; /* Breite der linken Spalte */
	height:100%;
	float:left;
}

.menue{
	width:190px;
	text-align:left;
	float:right;
	margin-top:0px;
	margin-right:0px;
}

a.navi:link, a.navi:visited, a.navi:active, a.navi:focus {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#0000FF;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
}
a.navi:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#0000FF;
	text-decoration:underline;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
}
.naviAktiv:link, .naviAktiv:visited{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#0000FF;
	text-decoration:underline;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
}
a.subNavi:link, a.subNavi:visited, a.subNavi:active, a.subNavi:focus {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#0000FF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	padding-left:10px;
}
a.subNavi:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#0000FF;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	padding-left:10px;
}

.subNaviAktiv:link, .subNaviAktiv:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#0000FF;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	padding-left:10px;
}

.rechtsUntenDiv {
	width:625px; /* Breite der mittleren Spalte= (gesamtDiv.x - rechtsMitteDiv.x - linksMitteDiv.x) */
	height:360px;
	float:left;
}

#inhalt{
	width:625px;
	_width:595px;
	height:100%;
	padding-right:30px;
	text-align:left;
	overflow:auto;
}

.zeileUntenInhaltDiv{
	width:743px; /* Breite der ganzen Seite */
	height:20px;
	text-align:left;
}

.bodenDiv{
	width:880px; /* Breite der ganzen Seite */
	margin-top:5px;
	text-align:right;
}

.linksBodenDiv{
	width:100%;
	text-align:right;
	float:right;
}

.subgrafik:link, .subgrafik:visited {
	font-size:9px;
	color:#cccccc;
	text-decoration:none;
}
/* -- ENDE DIVs -- */



/****** Armin: Overlay ******/

#ap-overlay-box {
	position: absolute;
	z-index: 999;
	left: 50%;
	top: 0;
	width: 511px;
	margin: 0 0px 0px -256px;
	box-shadow: 2px 2px 20px #333;
	-moz-box-shadow: 2px 2px 20px #333;
	-webkit-box-shadow: 2px 2px 20px #333;
	border: 7px solid #fff;
	background-color: #fff;
	}

	#ap-overlay-box p {
		background-color: #f9f9f9;
		padding: 10px 7px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #eee;
		}

	#ap-overlay-box h2 {
		font-size: 13pt;
		color: #111 !important;
		line-height: 20pt;
		background-color: #fff;
		padding: 10px 7px;
		margin: 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #eee;
		}

		#ap-overlay-box h2 a {
			color: #111 !important;
			text-decoration: none !important;
		}

	#ap-overlay-box .ap-overlay-close {
		color: #c11 !important;
		}

		#ap-overlay-box .info a {
			color: #c11 !important;
			}

	#ap-overlay-box a.ap-overlay-click-for-more {
		color: #c11;
		text-decoration: underline;
	}

#ap-overlay-ear {
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	left: 50%;
	margin-left: -425px;
	width: 170px;
	background-color: #f9f9f9;
	box-shadow: 2px 2px 5px #ccc;
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	padding: 5px 7px;
	cursor: pointer;
	border: 1px solid #fff;
	}

	#ap-overlay-ear h3 {
		margin-top: 3px;
		margin-bottom: 5px;
		color: #444;
		}

	#ap-overlay-ear p {
		color: #aaa;
		font-style: italic;
		text-shadow: 1px 1px 1px #fff;
		-moz-text-shadow: 1px 1px 1px #fff;
		-webkit-text-shadow: 1px 1px 1px #fff;
		}

