body {
	background-color: #fff;
	padding: 0;
	font: 12px "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	color: #272256;
	margin: 8px;
}

/* Links */

a:link {
	color: #0097ac;
	text-decoration: none;
}

a:visited {
	color: #0097ac;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #272256;
}

a:active {
	color: #ff0000;
	text-decoration: underline;
}

#page {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

#logo1 {
	float: left;
	margin-right: 115px;
}

#logo2 {
	float: left;
	margin-right: 135px;
}

#logo3 {
	float: left;
	margin-right: 86px;
}

#logo4 {
}

#logo {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	color: #0097ac;
}

#logoleft {
	font-size: 48px;
	font-weight: bold;
	float: left;
	margin-left: 40px;
	color: #0097ac;
}

#headnav {
	border-top: 1px solid #0097ac;
	text-align: right;
	border-bottom: 1px solid #0097ac;
	line-height: 20px;
	font-size: 11px;
}

/* Navigation */

.nav {
	float: left;
	margin-top: 5px;
}

#nav {
	background-color: #e5f4f4;
	float: left;
	font-size: 12px;
	width: 200px;
	line-height: 24px;
	margin-right: 20px;
	padding-top: 25px;
	padding-left: 10px;
	height: 450px;
	border-left: 1px solid #0097ac;
}

#nav a:link {
	border-bottom: 1px solid #0097ac;
	float: left;
	width: 200px;
}

#nav a:visited {
	border-bottom: 1px solid #0097ac;
	width: 200px;
	float: left;
}

#nav a:hover {
	float: left;
	width: 200px;
}

#nav a:active {
	width: 200px;
	float: left;
	color: #ff0000;
}

#active {
	background-color: #ffffff;
	float: left;
}

.clear {
	clear: both;
	float: left;
}

/* Content */

#content {
	font-size: 12px;
	width: 760px;
	margin-top: 15px;
	margin-left: 235px;
	line-height: 18px;
}

/*#content img {
	margin: 3px 12px 6px 0;
	border-style: none;
	float: left;
}*/

#content h1 {
	color: #0097ac;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

#content h2 {
	color: #0097ac;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	padding-top: 6px;
}

#content h3 {
	color: #0097ac;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	padding-top: 4px;
}

#content h4 {
	color: #0097ac;
	font-size: 12px;
	padding-top: 2px;
}


#post-modified {
	border-top: 1px solid #c0c0c0;
	color: #c0c0c0;
	text-align: right;
	font-size: 10px;
	clear: both;
}

#post-modified a {
	color: #c0c0c0;
}

/* Suche */

#searchform {
	margin: 0;
	padding: 0;
}

.search_fields {
	font-size: 11px;
}

div.such-details {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	padding-top: 2px;
	padding-bottom: 3px;
}

div.ergebnis-seiten {
	margin-top: 15px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 2px;
	padding-bottom: 3px;
}

#search_power {
	font-size: 9px;
}

/* footer */

#footnav {
	border-top: 1px solid #0097ac;
	text-align: right;
	border-bottom: 1px solid #0097ac;
	line-height: 20px;
	clear: left;
	margin-bottom: 10px;
	font-size: 11px;
}

/* Aus WP-Style */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
