@charset "utf-8";
/*Allgemein*/ 
 
body {
	background-color: #CAD5FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #3368AA;
}
a:visited {
	color: #3368AA;
}
a:hover {
	color: #000000;
	background-color: #3368AA;
}
a:active {
	color: #3368AA;
}
em {
	color: #3368AA;
	font-style: normal;
	font-weight: bold;
}
.copyright {
	font-size: 10px;
	clip: rect(auto,auto,auto,auto);
	padding: 7px;
}
.copyright a:link {
	font-size: 10px;
	clip: rect(auto,auto,auto,auto);
	color: #333333;
	text-decoration: underline;
}
.copyright a:visited {
	font-size: 10px;
	clip: rect(auto,auto,auto,auto);
	color: #333333;
	text-decoration: underline;
}
.copyright a:hover {
	font-size: 10px;
	clip: rect(auto,auto,auto,auto);
	color: #333333;
	text-decoration: underline;
}
.copyright a:active {
	font-size: 10px;
	clip: rect(auto,auto,auto,auto);
	color: #333333;
	text-decoration: underline;
}
/*Tabellenlayout*/ 
 
#linksoben {
	background-image: url(sitepics/linksoben.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 15px;
	background-position: bottom;
}
#oben {
	background-image: url(sitepics/oben.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#rechtsoben {
	background-image: url(sitepics/rechtsoben.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 11px;
	background-position: bottom;
}
#links {
	background-image: url(sitepics/links.png);
	background-repeat: repeat-y;
	width: 15px;
}
#mitte {
	background-color: #EBEBEB;
	background-image: url(sitepics/header.png);
	background-repeat: no-repeat;
	background-position: right;
}
#mitteunten #content #videostart img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rechts {
	background-image: url(sitepics/rechts.png);
	background-repeat: repeat-y;
	width: 11px;
}
#linksunten {
	background-image: url(sitepics/linksunten.png);
	background-repeat: no-repeat;
}
#unten {
	background-image: url(sitepics/unten.png);
	background-repeat: repeat-x;
}
#rechtsunten {
	background-image: url(sitepics/rechtsunten.png);
	background-repeat: no-repeat;
}
#mitteunten {
	background-color: #EBEBEB;
}
/*Menü*/  

#mitteunten #menuekopf {
	width: 150px;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(sitepics/schriftzeichen.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 520px;
}
#mitteunten #menuekopf a:link {
	display:block;
	background-color:#CAD5FF;
	text-decoration: none;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 5px;
}
#mitteunten #menuekopf a:active {
	display:block;
	background-color:#CAD5FF;
	text-decoration: none;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 5px;
}
#mitteunten #menuekopf a:hover {
	display:block;
	background-color:#CAD5FF;
	text-decoration: none;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #3368AA;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 5px;
}
#mitteunten #menuekopf a:visited {
	display:block;
	background-color:#CAD5FF;
	text-decoration: none;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 5px;
}
/*Video*/


/*Inhalt*/

#mitteunten #content {
	padding: 20px;
}
#mitteunten #content h1 {
	font-size: 16px;
	color: #3368AA;
}
#mitteunten #content h2 {
	font-size: 12px;
	color: #3368AA;
}
#mitteunten #content h3 {
	font-size: 12px;
	color: #3368AA;
	font-weight: normal;
}
#mitteunten #content img {
	border: 2px solid #3368AA;
	margin: 5px;
}
#mitteunten #content img a:link {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 2px solid #3368AA;
	text-decoration: none;
}
#mitteunten #content li {
	list-style-type: square;
	list-style-position: outside;
	margin-right: 10px;
}
#mitteunten #content #video a:link {
	text-decoration: none;
	background-color: #EBEBEB;
}
#mitteunten #content #video a:visited {
	text-decoration: none;
	background-color: #EBEBEB;
}
#mitteunten #content #video a:hover {
	text-decoration: none;
	background-color: #EBEBEB;
	color: #3368AA;
}
#mitteunten #content #video a:active {
	text-decoration: none;
	background-color: #EBEBEB;
}
#mitteunten #content hr {
	color: #3368AA;
}
/*Kontakt*/

.formular {
	width:500px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.fehler {
 color:<?php echo $fehlercolor;
?>;
	text-align:left;
}
.box {
	margin-top:10px;
}
.um {
	margin-left: 10px;
}
.bez {
	float:left;
	text-align:left;
	width:9.5em;
	line-height:25px;
}
input {
	margin-top:5px;
}
.nachricht {
	clear:both;
	text-align:center;
}
#popup {
	clear: none;
	float: none;
	position: absolute;
	height: 250px;
	width: 400px;
	top: 200px;
	left: 40%;
	background-color: #CAD5FF;
	border: thin solid #F00;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	visibility: visible;
}
#popup p #popupzu {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
