/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #996600;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #886611;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 14px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
	color: #996600;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

a {
	color: #9C6331;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	margin: 0px auto;
	
	width: 900px;
	height: 180px;
	background: url(images/bgif.gif) no-repeat left top;
	margin-top : 0px;
}


#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0 auto;
		
}


/* Content */
#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img04.gif) repeat-y left top;
}
#page {
	width: 940px;
	margin: 0 auto;
	margin-bottom: 15px;
}

#content {
	width: 940px;
	margin: 0 auto 0px auto;
	padding: 0px;
	background: #FFFFFF;
}
#content .bgtop {
	background: url(images/bbimg03.gif) no-repeat left top;
}
/* Posts */

#posts {
	float: left;
	padding-left: 20px;
	width: 500px;
	
	padding : 20px;
}

/* Links */

#menuespalte {
	float: left;
	width: 180px;
	padding: 20px 20px 0 115px;
}

#menuespalte ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menuespalte li ul {
	padding: 5px 0 30px 0;
	line-height: 12px;
}

#menuespalte li li {
	padding: 7px 10px;
	background: url(images/img06.gif) repeat-x left bottom;
}

#menuespalte li a {
	text-decoration: none;
}

#menuespalte li a:hover {
	text-decoration: underline;
}

#menuespalte li i {
	font-style: normal;
	font-size: 9px;
}

#menuespalte li h2 {
	font-size: 14px;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #2D2D2D url(images/img07.gif) repeat-x;
}
#footer a {
	color: #CC9966;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}
#footer p {
	text-align: center;
	color: #999999;
}


