/* WP-Styles Anfang */
a:active, a:visited, a:link, a:hover { color: #0000ff; }
.hypertitle { color: #000000; }
.versteckt { display: none; }
.anzeigen { display: block; }
.Alert {
	font-size: 22px;
	color: #ff0000;
}
hr {
	color : gray;
	height : 1px;
}
.suchfeld {
	border : solid #322C90 1px;
	width : 95px;
}
.suchbereich {
	margin-top: 20px;
	margin-bottom: 20px;
}
.unactiveLink {
 	color: #969696;
	text-decoration: underline;
 }
.highlight {
	background-color: #ff0000;
	font-weight: bold;
}
.kalender_gesamt {
	width: 100%;
	border: 1px solid #000000;
}
.kalender_ueberschrift {
	background: #dddddd;
	border-bottom: 1px solid #000000;
}
.kalender_zwischenzeile {
	background-color: #dddddd;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.kalender_zeile1 {
	background-color: #ffffc0;
	height: 35px;
}
.kalender_zeile2 {
	background: #C0FFC0;
	height: 35px;
}
.Small {
	font-size: x-small;
	font-style: normal;
}
.SmallAlert {
	font-size: 13px;
	font-style: normal;
	color: #ff0000;
}
.BlackBold{
	font-weight: bold;
}
input.openid_login {
	padding-left: 18px;
	background-image: url(/auto_image.php?image=Images/openid_logo_small.png&y=16);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	width: 18px;
	height: 18px;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}
/* WP-Styles Ende */
* {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	background-size: 100% 100%;
}
body {
	background-color: #ffffff;
	font-family: Arial, verdana, serif;
	font-size: 14px;
	line-height: 1.5;
	font-style: normal;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#gesamt {
	width: 1200px;
	display: block;
	margin: 0 auto;
	height: auto;
}
#header {
	display: block;
	position: fixed;
	top: 0px;
	height: 70px;
	width: 1200px;
	background-color: #fff;
	z-index: 999;
}
#headerlogo {
	position: relative;
	top: 0px;
	left: 0px;
	height: 70px;
	width: 100%;
	display: block;
	xbackground-image: url();
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#headerlogo img {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#headertitel {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	display: block;
}
#headertitel h2 {
	display: block;
	font-size: 24px;
	font-weight: normal;
	clear: both;
}
#logo {
   display: none;
}
#adressdaten {
	display: none;
}
#navigation {
	display: block;
	float: right;
	width: 100%;
	right: 0px;
	position: absolute;
	bottom: 0px;
	height: 40px;
}
#navigation ul {
	display: block;
	width: 100%;
	height: 40px; 
}
#navigation ul li {
	display: block;
	width: auto;
	float: right;
	list-style-type: none;
}
#navigation ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	float: right;
	padding: 10px;
	font-size: 16px;
}
#navigation ul li:first-child a {
	padding-right: 0;
}
#navigation ul li a:hover {
	
}
#navigation ul li.active {
	
}
#navigation ul li.active a {
	
}
#content {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 100px 0px 0px 0px;
	float: left;
	height: auto;
	min-height: 600px;
}
#content h1 {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	display: block;
	margin: 0px;
	padding: 0px;
}
#content p {
	display: block;
	margin: 0px;
}
#content a {
	text-decoration: none;
	color: #315381;
	font-weight: bold;
}
#content a:hover {
	color: #103D48;
}
#content ul {
	display: block;
	padding: 0px 0px 0px 30px;
	margin: 0px 15px 0px 20px;
}
#content ol {
	display: block;
	padding: 0px 0px 0px 30px;
	margin: 0px 15px 0px 20px;
}
#content img {
	background-image: none;
	border: none;
	padding: 0px;
	margin: 0px;
}
#content .section {
    padding-top: 100px;
}
#content div.contentblock {
	display: block;
	height: auto;
	width: 640px;
	border: 1px solid #6EA3B2;
	margin: 20px 30px 10px 30px;
	background-color: #dee7e9;
	color: #103D48;
}
div.contentblock h1 {
	padding: 0px;
	border-bottom: 1px solid #6ea3b2;
}
div.contentblock fieldset {
	border: none;
	margin: 0px;
}
div.contentblock label {
	padding: 0px;
	display: block;
	width: 80px;
	height: 20px;
	float: left;
	text-align: right;
	vertical-align: top;
}
#content div.contentblock input {
	float: left;
	display: block;
	width: 250px;
	height: 18px;
	background-color: #f3f8f9;
	color: #103d48;
	border: 1px solid #6ea3b2;
}
div.contentblock br {
	clear: both;
	display: block;
	margin: 0px;
}
#footer	{
	display: block;
	clear: both;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer ul {	
	display: block;
	width: auto;
	height: auto;
}
#footer ul li {
	display: block;
	width: auto;
	float: left;
	list-style-type: none;
	padding: 0 20px 0 0;
}
#footer ul li a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	float: left;
	width: auto;
	text-align: center;
	padding: 0 20px 0 0;
}