body {
	margin: 0;
	padding: 0;
	background: #fff;
	background-image: url(../img/header_bg.jpg); 
	background-repeat: repeat-x;
	background-color: #e8f0f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
}
a {
	color: #3b7091;
}
a:hover {
	color: #3b7091;
	text-decoration: none;
}
#header {
	position: relative;
	width: 100%;
	height: 204x;
	min-width: 900px;

	background-image: url(../img/portrait.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#logo {
	margin: 0;
	padding: 0;
	padding-top: 12px;
}
.menu {
	margin: 0;
	height: 45px;
}
.menu  ul  {
	list-style:none;
	margin:0;
	padding:0;
}
.menu  ul li {
	font-weight: bold;
	line-height: 45px;
	float:left;
	font-size: 1.1em;
	border-right: solid 1px #bfced8;
}
.menu  ul li  a {
	margin: 0;
	display:block;
	color:#3b7091;
	padding:0 20px 0 20px;
	text-decoration:none;
}
.menu  ul li.current_page_item {
	background: #e8f0f5;
}
.menu  ul li  a:hover {
	background: #3b7091;
	color: #fff;
}
#content {
	background: #fff;
	background-image: url(../img/figuren_bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 20px;
	padding-right: 100px;
	padding-bottom: 60px;
	line-height: 1.6em;
	min-height: 400px;
}
#content h1, h2 {
	color: #3b7091;
	font-size: 1.6em;
	margin: 10px 0 10px 0;
}
#text {
	max-width:  960px;
}
#footer {
	position: relative;
	margin: 0;
	padding: 0;
	height: 137px;
	background-color: #fff;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer #schach {
	float: right;
	width: 760px;
	height: 126px;
	background-image: url(../img/footer_figuren.jpg);
}
#footer #credits {
	float: left;
	height: 144px;
	position: absolute;
	bottom: 0px;
}
.clear {
	clear: both;
}

#content ul {
	list-style-image: url(../img/pfeil.png);
	
}
#content ul li {
	font-size: 0.95em;
}
#content ul ul {
	list-style-image: url(../img/arrow.gif);
	
}
#content table td.hlght {
	width: 90px;
	padding: 2px 4px 2px 4px;
	vertical-align: top;
	background: #e8eff5;
	color: #3b7091;
	
}

.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;
}
#copyright {
	background: #fff;
	text-align: right;
	padding: 12px;
}

