/* --------------------------------
   General
----------------------------------- */

html {
	/*background-color: #989187;*/
	color: #87827C;
	font: normal 12px Verdana,Arial,sans-serif;
	height: 100%;
}

body {
	/*background-image:url(textur.jpg);*/
	/*background-color: #B5C37A;*/
	padding-bottom: 10px;
	padding-top: 20px;
}

a {
	color: #87827C;
	text-decoration: underline;
	outline: none;

}

a:hover {
	color: #92A055;
	text-decoration: underline;
}

p {
	padding: 0.2em 0 1.2em;
	line-height: 1.7em;
	text-align: justify;
	width: 100%;
}


/* --------------------------------
   Headings, titles
----------------------------------- */

h1 {font: normal 23px Verdana,Arial,sans-serif,color: #989187;}
h2 {font: normal 15px Verdana,Arial,sans-serif,color: #989187;}
h3 {font: normal 14px Verdana,Arial,sans-serif,color: #989187;}
h4 {font: bold 12 Verdana,Arial,sans-serif,color: #989187;}

h1, h2, h3, h4 {margin-bottom: 5px;}


/* --------------------------------
   Hauptlayout
----------------------------------- */

#layout_wrapper {
	margin: 0 auto;
	width: 1000px;
}
#layout_container {padding: 0px;}
#layout_content {border: 0px solid #FFFFFF;}

#header_image {
	height: 200px;
	background: #FFFFFF url('bilder/header.jpg') no-repeat;
	border-bottom: 0px solid #222;
	border-top: 0px solid #111;
}

/* --------------------------------
   Überschrift / Header
----------------------------------- */

#site_title {
	background: #FFFFFF;
	padding: 12px 0px;
}
#site_title h1 	{
	color: #B5C37A;
	text-align: right;
	font: normal 20px Verdana,Arial,sans-serif;
	margin: 0 0 5px;
}
#site_title h2 {
	color: #B5C37A;
	text-align: right;
	word-spacing: 0.6em;
	font: normal 15px sans-serif;
	margin: 0;
}


/* --------------------------------
   Navigation
----------------------------------- */

.navigation {
	background: #B5C37A;
	height: 40px;
	border-bottom: 0px solid #222;
	border-top: 0px solid #555;
}
.navigation ul {display: inline; margin: 0;}
.navigation ul li {
	border-right: 0px solid #303030;
	float: left;
	list-style: none;
}
.navigation a {
	color: #FFFFFF;
	display: block;
	font: 1em Verdana,Arial,sans-serif;
	padding: 12px 14px;
	text-decoration: none;
}
.navigation a:hover {
	background: #B5C37A;
	color: #FFFFFF;
	text-decoration: underline;
}
.navigation li.current_page_item a {
	background: none;
	color: #FFFFFF;
	text-decoration: underline;
}

/* --------------------------------
   SUB Navigation
----------------------------------- */

.sub_navigation {
	background: #FFFFFF;
	height: 35px;
	border-bottom: 0px solid #222;
	border-top: 0px solid #555;
}
.sub_navigation ul {display: inline; margin: 0;}
.sub_navigation ul li {
	border-right: 0px solid #303030;
	float: left;
	list-style: none;
}
.sub_navigation a {
	color: #87827C;
	display: block;
	font: 1em Verdana,Arial,sans-serif;
	padding: 8px 14px;
	text-decoration: none;
}
.sub_navigation a:hover {
	background: #FFFFFF;
	color: #87827C;
	text-decoration: underline;
}
.sub_navigation li.current_page_item a {
	background: none;
	color: #666666;
	text-decoration: underline;
}


/* --------------------------------
   Main
----------------------------------- */

#main {
	background-color: #928D87;
	color: #87827C;
}


/* --------------------------------
   Footer
----------------------------------- */

#footer {
	background: #B5C37A;
	border-bottom: 0px solid #1A1A1A;
	border-top: 30px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 10px 12px;
}
#footer a {color: #FFFFFF; text-decoration: none;}
#footer .right,#footer .right a {color: #FFFFFF;}
#footer a:hover {color: #FFFFFF; text-decoration: underline;}


/* --------------------------------
   Floats
----------------------------------- */

.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;}
.clearer,.block {
	display: block;
	line-height: 0;
	font-size: 0;
}
.clearer {height: 0;}


/* --------------------------------
   Misc
----------------------------------- */

/* Columns */
.col3, .col3last {width: 31%; margin-right: 3%;}
.col3last {margin-right: 0;}

/* Images */
img.bordered {padding: 3px; background: #666;}

/* Text */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}
.vtop {vertical-align: top;}

/* Margin, padding, width, height */
.ptb10 {padding: 10px 0;}

/* --------------------------------
   Posts
----------------------------------- */

.post {
	background: #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
}
.post_top {
	background: #FFFFFF;
	border-bottom: 0px solid #777;
	border-top: 0px solid #FFFFFF;
	padding: 25px 16px 0px;
}
.post_title h2 {
	color: #B5C37A;
	font-size: 17px;
	font-weight:normal;
	margin: 0;
	padding: 0;
}
.post_body h2 {
	color: #B5C37A;
	font-size: 14px;
	font-weight:normal;
	padding: 0px 0px 10px;
}
.post_body {
	color: #87827C;
	width: 700px;
	font-size: 12px;
	border-top: 0px solid #989187;
	padding: 16px 16px 0;
	line-height: 16pt;
}
.post_metadata {padding: 10px;}
.post_metadata .content {
	color: #666666;
	font-size: 12px;
	padding: 10px 12px;
}
.post_metadata a {color: #FFFFFF; text-decoration: underline;}
.post_metadata a:hover {color: #DDD;}

.post_body ul, .post_body ol {margin: 0 0 1em 1.5em;}
.post_body ul {list-style: disc;}
.post_body ol {list-style: decimal;}