body {
	margin: 0;
	padding: 0;
	background: #372412 url(../img/header01.gif) repeat-x;
	font-size: 13px;
	color: #FFFFFF;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	letter-spacing: -1px;
	font-size: 1.7em;
}

h4 {
	letter-spacing: -1px;
	font-size: 1.5em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FFEA6F;
}

a:hover {
	text-decoration: none;
}

img { border: none; }

textarea {
	font-size: 13px;
}

/* Header */

#header {
	width: 830px;
	height: 200px;
	margin: 0 auto;
	background: url(../img/header02.jpg) no-repeat;
}

/* Logo */

#logo {
	height: 170px;
	background: url(../img/stern07.gif) no-repeat left 65%;
}

#logo h1 {
	float: left;
	padding: 40px 40px 0 50px;
	letter-spacing: -2px;
	font-size: 48px;
}

#logo h2 {
	float:right;
	padding: 63px 0 0 0;
	font-size: 24px;
	color: #372412;
}

#logo a {
	text-decoration: none;
	color: #372412;
}

/* Menu */

#menu {
	width: 830px;
	height: 70px;
	background: url(../img/header03.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 138px;
	height: 73px;
	padding-top: 35px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(../img/tab09.jpg) no-repeat;
	color: #372412;
}

#menu .active a {
	background: url(../img/tab09.jpg) no-repeat;
	color: #372412;
}

/* Page */

#page {
	width: 830px;
	margin: 0 auto;
	padding: 20px 0;
}

#space{
	clear: both; 
	height: 30px;
}

/* Content */

#content {
	float: left;
	width: 532px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	border-bottom: 2px solid #4A3903;
	margin-top: 30px;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(../img/punkt06.gif) no-repeat left center;
	font-weight: bold;
}

#imgleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#imgright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(../img/punkt06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	background: url(../img/blume05.gif) no-repeat left bottom;
	border-bottom: 2px solid #4A3903;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	background: #FFEA6F;
	border-top: 3px solid #E8AD35;
	text-align: center;
	font-size: 0.9em;
	color: #E8AD35;
}

#footer a {
	color: #C28C21;
}

/*Table*/

#tabheader {
	font-weight:bold;
	color:#FFEA6F;
}

.dkgelb {
	color:#FFFF66;
}
#centerbold {
	font-size: 16px;
	font-weight: 600;
	color: #FFEA53;
	text-align: center;
}
#centerboldred {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #FF0000;
}
#bold {
	font-size: 16px;
	font-weight: 600;
	color: #FFEA53;
}
#boldred {
	font-size: 16px;
	font-weight: 600;
	color: #FF0000;
}