/*
Design by Markus Marenbach
*/
*{
	margin: 0;
	padding: 0;
}
body {
	background: #FBE8E8 url("images/web/img01.jpg");
	text-align: justify;
}
body, input, textarea, select {
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #662C14;
}
h1, h2, h3 {
	margin-bottom:  1em;
	font-weight: normal;
}
h1 {
	font-size:  2.2em;
}
h2 {
	font-size: 1.7em; 
}
h3 {
	font-size:  1.1em;
}
p, blockquote, ul, ol, form {
	margin-bottom:  1.5em;
}
blockquote, ul, ol {
	margin-left: 3em;
}
blockquote {
	margin-right: 3em;
	font-style: italic;
}
ul {
	list-style-type: square;font-weight: bold;
}
a {
	color: #662C14;
}
a:hover {
	text-decoration: none; 
}
hr {
	display: none;
}
.hr {
}
img.left {
	float: left;
	margin: 0 15px 15px 0;
}
img.right {
	float: right;
	margin: 0 0 15px 15px;
}
/* Wrapper */
#wrapper {
	padding: 10px 0;
	background: url("images/web/img02.jpg") repeat-x;
}
/* Header */
#header {
	width: 800px;
	height: 130px;
	margin: 0 auto;
	background: url("images/web/img03-1.gif") no-repeat;
}
#header h1, #header h2 {
	margin: 0;
}
#header h1 {
	padding-top: 30px;
	text-align: center;
	font-size:  40px;
}
#header h2 {
	text-align: center;
	font-size: 18px;
	font-style: italic;
}
#header a {
	text-decoration: none;
}
/* Menue */
#menue {
	width: 800px;
	height: 43px;
	margin: 0 auto;
	background:url("images/web/img12.gif") no-repeat;
}
#menue ul {
	margin: 0;
	list-style: none;
}
#menue li {
	margin-bottom:0;
    line-height: 1.6em;
}
#menue ul li {
	padding-left: 60px;
	line-height: 43px;
}
#menue li a {
	margin: 8px;
	padding-left: 12px; 	
	background: url("images/web/img07.gif") no-repeat left center;
}
#menue a {
	text-decoration: none; 
}
#menue a:hover {
	text-decoration: underline;
}
/* Content */
#content {
	width: 800px;
	margin: 0 auto;
	background: #FBE8E8 url("images/web/img04.gif") repeat-y;
}
/* Blog */
#blog {
float: right;
width: 524px;
margin: 0;
padding: 15px 20px 20px 16px;
background: url("images/web/img06.gif") no-repeat;
}
/* Post */
.post {
	margin-bottom: 5px;
	padding-bottom: 10px;
	background: url("images/web/img08.gif") no-repeat center bottom;
}
.post .title {
	margin-bottom: 1.4em;

	padding-left: 15px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: normal;
	font-size: small;
	font-weight: bold;
}
.post .title2 {
	margin-bottom: 1.4em;	
	text-transform: normal;
	font-size: small;
	font-weight: bold;
	line-height: 0.5em;
}
.post .title3 {
	margin-bottom: 1.4em;
    text-align: center;
	text-transform: normal;
	font-size: small;
	font-weight: bold;
		line-height: 0.5em;
}

.post .title a {
	text-decoration: none;
}
.post .title a:hover {
	text-decoration: none;
}

.post .entry {
	padding: 20px 0px 10px 0px;
line-height: 1.4em;
font-size:1.2em;
font-weight: normal;
}


/* Sidebar */
#sidebar {
	float: left;
	width: 204px;
	padding: 40px 16px 0px 20px;
	background: url("images/web/img05.gif") no-repeat;
}
#sidebar ul {
	margin: 0;
	list-style: none;
}
#sidebar li {
	margin-bottom: 12px;
}
#sidebar li ul {
	padding-left: 8px;
	line-height: 1.6em;
}
#sidebar li li {
	margin: 0;
	padding-left: 12px;
	background: url("images/web/img07.gif") no-repeat left center;
}
#sidebar h2 {
	margin-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}
#sidebar a {
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
/* Footer */
#footer {
	width: 800px;
	margin: 0 auto;
	padding-top: 43px;
	background: url("images/web/img09.gif") no-repeat;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}
#footer a {
color: #FFFFFF;
}
