* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #231F20;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/img01b.jpg);
}

h1, h2, h3 {
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #C90;
}

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

/* Header */

#header {
	width: 1060px;
	height: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Logo */

#logo {
	float: left;
	width: 500px;
	height: 160px;
	margin: 0px;
	padding-top: 5px;
	border-left-width: thin;
}
#logo img {
	float: left;
	width: auto;
	height: auto;
	margin: 0px;
}


#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 940px;
	height: 47px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin-right: 2px;
	padding: 15px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

#menu a:hover, #menu .active a {
	background: #000000;
	color: #FFFFFF;
}

#splash {
	width: 940px;
	height: 255px;
	margin: 0 auto;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding-top: 30px;
}

#page-bgtop {
}

/* Content */

#content {
	float: left;
	width: 940px;
}
.post {
	border-bottom: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #515151;
}

.post .title a {
	padding: 4px 35px 4px 15px;
	background: #000000;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.post .entry {
	padding-top: 10px;
}

.post img {
	float: left;
	padding: 15px 0px;
}

.post .meta {
	text-align: right;
	font-weight: bold;
	color: #202020;
}

.post .byline {
	float: right;
	margin-top: -30px;
	font-size: 12px;
	font-weight: bold;
	color: #5E5E5E;
}



/* Footer */

#footer {
	color: #686767;
	background-color: #999;
	height: 300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #A1A1A1;
}

#footer a:hover {
	text-decoration: none;
}
.texthgschwarz {
	background-color: #000;
	color: #FFF;
	padding-left: 2px;
}
.table {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
}
.texthgorange {
	background-color: #C60;
	color: #FFF;
	padding-left: 2px;
}
