﻿/*
Design by BigB
http://www.bigb.at
*/

body {
	margin: 0;
	padding: 0;
	background: #ffff13 url(images/img01.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #00000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #ffff13;
}

h2 {
	padding-left: 20px;
	background: none; /* url(images/img07.gif) no-repeat left center; */
	font-size: 22px;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9em;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
	padding: 0 0 0 40px;
	background: url(images/img11.gif) no-repeat;
	font: italic small Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
}

a {
	background: none; /* url(images/img03.gif) repeat-x left bottom;*/
	text-decoration: none;
	color: #468259;
}

a:hover {
	background: none;
	text-decoration: underline;
}

/* Wrapper */

#wrapper {
	background: #FFFF13 url(images/img04.gif) repeat-x left bottom;
}

/* Menu */

#menu {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 38px;
	/*background: url(images/img02.jpg) no-repeat left top;*/
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin: auto;
	padding: 5px 0px 10px 60px;
	text-decoration: none;
	text-transform: capitalize;
	/* background: url(images/img03.jpg) no-repeat right top;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

#menu a:hover {
	color: #ffc415;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Header */

#header {
	width: 754px;
	height: 140px;
	margin: 0 auto;
	padding: 13px 0 0 0;
}

#header h1 {
	float: right;
	width: 750px;
	height: 34px;
	padding: 100px 0px 0 0;
	background: url(images/img06.jpg) no-repeat;
	text-transform: lowercase;
	text-align: right;
	letter-spacing: -1px;
	font-size: 22px;
	color: #FFFFFF;
}

#header h2 {
	float: right;
	width: 750px;
	height: 30px;
	padding: 20px 20px 0 0;
	background: url(images/img13.jpg) no-repeat;
	text-transform: lowercase;
	text-align: right;
	letter-spacing: -1px;
	font-size: 22px;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 950px;
	margin-right:auto;
	margin-left:auto;
	position: relative;
}

/* Posts */

#posts {
	float: right;
	width: 570px;
	background: #ffffff;
}

#posts1 {
    margin-left:auto; 
    margin-right:auto; 
	width: 770px;
	background: #ffffff;
}

#posts .post {
	padding-bottom: 30px;
	background: url(images/schriftrolle01.jpg);
}

#posts .schriftr {
	padding-bottom: 30px;
	background: url(images/schriftrolleleer.jpg);
}

#posts .story {
	padding: 15px 20px 0 20px;
	background: #ffffff;
}

#posts .meta {
	padding: 5px 0 0 20px;
	background: url(images/img03.gif) repeat-x;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
	list-style: url(images/img12.gif);
}

#posts ul li {
}

/* Side */

#side {
	float: left;
	width: 350px;
	margin: 0 0 0 50;
}


/* Footer */

#footer {
	padding: 40px 0 60px 0;
	background: url(images/img08.gif) repeat-x;
}

#footer p {
	width: 750px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#footer a {
	background: none;
	font-weight: bold;
	color: #9f0000;
}

#legal {
	margin: 0 auto;
	text-align: right;
	font-size: 10px;
}

#brand {
	margin: -35px auto 0 auto;
	padding: 10px 0 0 35px;
	letter-spacing: -1px;
	font-size: 24px;
}


