@CHARSET "UTF-8";

html, body {
	height: 100%;
	font: 12px verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
}

a img {
	border-width: 0px;
}

form, ul {
	margin-top: 0px;
	margin-bottom: 0px;
}


p {
	margin: 0px 0px 1em 0px;
}




#alles {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -494px;
	margin-top: -290px;
}

#kasten {
	position: relative;
	width: 988px;
	height: 554px;
	margin-top: 3px;
}

#obenlinks {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 196px;
	height: 28px;
	background-color: #b1ca00;
}

#obenmitte {
	position: absolute;
	top: 0px;
	left: 198px;
	width: 582px;
	height: 21px;
	background-color: #b1ca00;
	color: white;
	font-size: 11px;
	text-align: right;
	padding: 7px 10px 0px 0px;
}

#obenrechts {
	position: absolute;
	top: 0px;
	left: 792px;
	width: 196px;
	height: 28px;
	background-color: #b1ca00;
}

#mittelinks {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 196px;
	height: 186px;
	background-color: #b1ca00;
}

#mittemitte1 {
	position: absolute;
	top: 30px;
	left: 198px;
	width: 196px;
	height: 186px;
	background-color: #d0e681;
}

#mittemitte2 {
	position: absolute;
	top: 30px;
	left: 396px;
	width: 394px;
	height: 186px;
	background-color: #d0e681;
}

#mitterechts {
	position: absolute;
	top: 30px;
	left: 792px;
	width: 196px;
	height: 186px;
	text-align: right;
}

#untenlinks {
	position: absolute;
	top: 224px;
	left: 0px;
	width: 394px;
	height: 330px;
	background-color: #ebebf5;
}

#untenrechts {
	position: absolute;
	top: 224px;
	left: 396px;
	width: 552px;
	height: 290px;
	overflow: auto;
	background-color: #ebebf5;
	padding: 20px;
}




#mittelinks ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mittelinks ul li {
	text-align: right;
	margin: 10px 10px 0px 0px;
	font-weight: bold;
}
#mittelinks ul li a {
	color: blue;
	text-decoration: none;
}
#mittelinks ul li.here a, #mittelinks ul li a:hover {
	color: white;
}

#mittemitte1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mittemitte1 ul li {
	margin: 10px 0px 0px 10px;
	font-weight: bold;
}
#mittemitte1 ul li a {
	color: blue;
	text-decoration: none;
}
#mittemitte1 ul li.here a, #mittemitte1 ul li a:hover {
	color: white;
}
#untenrechts p {
	margin: 1em 0px;
}
#untenrechts h2 {
	font-size: 100%;
	margin: 1em 0px;
}


#kopfzeile {
	font-size: 10px;
}
#kopfzeile a, #kopfzeile a:hover {
	color: black;
}

div.zitat, p.zitat, span.zitat { text-align: right; color: #666699; font-size: 10px; }



dd.csc-textpic-caption {
	font: 10px tahoma;
	height: 25px;
}

#infobox {
  text-align: center;
  spacing: 2px;
}

/* user_kontakt */
.normal input {
  border: 1px solid #7F9DB9;
}

.fehlt input {
  border: 1px solid red;
}


/* --- Druck --- */

@media print {

#obenlinks, #obenmitte, #obenrechts, #mittelinks, #mittemitte1, #mittemitte2, #mitterechts, #untenlinks, #kopfzeile {
	display: none;
}

#alles, #kasten, #untenrechts {
	position: static;
	width: auto;
	height: auto;
	margin: auto;
	padding: 0px;
}

#untenrechts {
	background-color: white;
}

}