body {
	background:url(../images/bg.jpg) repeat; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#2e1b00;
	text-align: center;
	margin: 0;
	padding: 0;
}

div {position:relative;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
ul {padding:0; margin:0;}
p {line-height:22px; margin:25px 0 0 0;}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:26px; 
	color:#2e1b00;
	margin:0px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal; 
	font-size:22px; 
	color:#ffffcc;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	font-size:12px;
	margin:10px 0 10px 0;
}

#wrap {
	background:url(../images/wrapbg.jpg) repeat-y; 
	width:927px;
	margin:25px auto;
	text-align:left;
}

#header {
	background:url(../images/header.jpg) no-repeat;
	height:143px;
}


/* Content */
#content {
	/*border:1px solid #000;*/
	float:left;
	left: 20px;
	width: 608px;
}

#content img {
	background:#fff9e6;
	border:1px solid #2e1b00;
	margin:5px;
	padding:5px;
}
/* zb links*/
#content a {
	color:#2e1b00;
}

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

#content a:visited { color:#2e1b00;}
#content a:active { color:#2e1b00;}

/*Balken oben*/
.seo {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#ffffcc; 
	background:#2e1b00; 
	padding:3px;
}

/*Notiz oben*/
blockquote {
	padding:5px;
	margin:20px 10px 0 10px; 
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-weight:bold; 
	color:#ffffcc; 
	background:#2e1b00; 
	border-top:dashed 1px #2e1b00; 
	border-bottom:dashed 1px #2e1b00;
}

blockquote cite {
	color:#ffffcc; 
	display:block; 
	font-weight:normal; 
	text-align:right; 
	padding:5px; 
	width:570px;
	border-top:solid 1px #2e1b00;
}

.ul_standard {
	margin:0 0 0 15px;
}

.ul_standard li {
	list-style:disc;
	padding:0 0 0 15px;
	line-height:15px;
}



/* Browse */
#browse { 
	background:url(../images/postbottombg.jpg) no-repeat;
	margin:25px 0 15px 9px;
	padding:40px 5px 10px 5px;
}
#browse h2 { 
	margin:0px 0 0 25px;
}

#browsecat {
	width:270px; 
	padding:5px 6px 8px 6px; 
	margin:35px 0 0 10px; 
	border:solid 1px #F3ECBE; 
	background:#ffffcc;
}
#browsecat h3 { 
	margin:5px 0 5px 5px;
}

#browse li {
	list-style:none;  
}
#browse li a {
	display:block;
	border-top:solid 1px #F3ECBE;
	width:260px;
	padding:5px 5px 5px 5px; 
	text-decoration:none; 
	color:#2e1b00;
}
#browse a:hover {
	background:#000000; 
	color:#d7a36e;
}
#browse li a:visited {
	background:#000000; 
	color:#2e1b00;
}

#browse li a:active {
	text-decoration:none;
	color:#d7a36e;
}



/* Menu */
#menu {
	float:left;
	left:10px;
	background:url(../images/sidemenu.jpg) no-repeat; 
	width:269px; 
	height:382px;
	color:#592c00;
}

#menu h3 { 
	margin:65px 0 0 45px;
	color:#592c00;
}

#menu ul {
	list-style:none;
	margin:0 0 0 40px;
	width:185px;
	color:#592c00;
}
#menu li {
	border-bottom:1px solid #ffffff;
	color:#592c00;
}
#menu li.top {
	border-top:1px solid #ffffff;
	color:#592c00;
	}

#menu a {
	display:block;
	width:180px;
	text-decoration:none;
	color:#592c00;
	padding:7px 0 3px 5px;
}
#menu a:hover, 
#menu a.active {	
	color:#592c00;
}



/* Footer */
#footer {
	background:url(../images/footer.jpg) no-repeat; 
	background-position:bottom; 
	height:100px; 
	text-align:center;
}

#footercontent {
	margin:0 15px 0 15px; 
	padding-top:15px;
	border-top:solid 1px #EBE6B4;
}

#footer a, 
#footer a:visited, 
#footer a:active {
	color:#d7a36e; 
	text-decoration:none;
}
#footer #credit {
	font-size:10px;
}

