/*
Design by Dirk Pommerencke
http://www.pommerencke.info
*/

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #444444;
}

h1 {
	font-size: 197%;
	font-weight: normal;
	color: #333333;
	margin-bottom: 20px;
}

h2 {
	font-size: 152%;
	font-weight: normal;
	color: #ED5C0C;
}

h3 {
	font-size: 100%;
	color: #ED5C0C;
}

h4 {
	font-size: 90%;
	color: #333333;
	margin-bottom: 0px;
}

ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 2em;
}

blockquote {
	padding-left: 35px;
	background: url(images/quote.gif) no-repeat;
	background-position: 0px 10px;
	font-style: italic;
	color: #ED5C0C;
}

abbr, acronym {
	border-bottom: 1px dotted black; 
	cursor: help;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
	border: 5px solid #EDEBD5;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
	border: 5px solid #EDEBD5;
}

/* Menu */

#menu {
	width: 900px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 147px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menu a:hover {
	background: #ECECE4;
}

#menu .active a {
	background: #2469ae;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 900px;
	height: 170px;
	margin: 0 auto;
	background: #143b62;
}

#header h2 {
	float: left;
	width: 220px;
	margin: 0;
	padding: 75px 0 63px 0;
	text-align: center;
	font-size: 32px;
	background: url(images/logo.gif) no-repeat;
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
}

#header h3 {
	float: right;
	width: 530px;
	margin: 0;
	padding: 130px 20px 16px 0;
	text-align: right;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
}

#header a {
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 670px;
	padding-top: 10px;
	font-size: 10px; 
	background: #E2E2E4;
	border: 5px solid #EDEBD5;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
	line-height: 1.8em;
	text-align: justify;
	font-size: 13px; 
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

.fotoNavigation {
	text-align: right;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #EDEBD5;
	text-align: left;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	padding: 5px 5px 0 5px;
	font-size: 100%;
	color: #FFFFFF;
}

#sidebar small {
	padding: 5px;
}

#sidebar ul {
	margin: 0;
	padding: 15px 25px;
	list-style: none;
}

#sidebar ul .innen {
	padding: 5px 0 10px 10px; 
	font-size: 11px; 
	text-align: left;
}

#sidebar a {
	color: #FFFFFF;
}

.bluebox {
	background: url(images/blueInhalt.gif) repeat-y;
}

.bluebox h2 {
	background: url(images/blueHead.gif) repeat-y;
}

.sidebarWerbung	{
	padding-left: 25px;
	height: 70 px;	
}

.newsbox {
	color: #3d3d3d;
	text-align: left;
	font-size: 12px; 
}

.newsbox a {
	color: #ffffff;
	text-align: left;
}

.newsbox p {
	margin: 0;
	padding: 5px 25px;
}

.newsbox h4 {
	margin-top: 10px;
	padding: 0px 25px;
}

.banner dd, dt{
	margin: 0px;
	padding: 0px;
	text-align: left; 
	line-height: 1em;	
}
/* Footer */

#footer {
	clear: both;
	height: 40px;
	padding: 25px 0;
	background: #EDEBD5 url(images/img06.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 10px;
}

#footer a {
	color: #666666;
}

.item small {
	color: #919191;
}

.item h3 a {
	color: #ED5C0C;
}

.post h2 a {
	color: #ED5C0C;
	text-decoration: none
}