body {
	margin-top: 30px;
	padding: 0;
	background: #787878;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #616161;
}

#zentriert {
	text-align: center;
}

h1, h2, h3, .listing, .inhalt {
	margin-top: 0;
	color: #8C0209;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	text-decoration: underline;
}

h2, ul, .inhalt {
	font-size: 1.6em;
	font-weight: normal;
}

.listing {
	font-size: 1.3em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
	font-weight: normal;
}

.listing {
	margin-left: 150px;
	line-height: 100%;
}

.inhalt a:hover {
	border-bottom: 1px dotted #000000;
}

a {
	text-decoration: none;
	color: #8C0209;
}

a:hover {
	border-bottom: none;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
}





/* Header */

#header {
	width: 1000px;
	margin: 0 auto;
	height: 100px;
	background: url(images/img02.jpg) repeat-x left top;
}

#logo {
	width: 1000px;
	height: 195px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background: url(images/img01.jpg) no-repeat left top;
}





/* Menu */

#menu {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url(images/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin: 0;
	padding: 18px 30px 0 30px;
	text-decoration: none;
	background: url(images/img03.jpg) no-repeat right top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}

#menu a:hover {
	color: yellow;
}





/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	background: #FFFFFF;
}





/* Content */

#content {
	float: left;
	width: 1000px;
	height: 460px;
	background: #FFFFFF;
}

.post {
	padding-bottom: 15px;
	margin-top: 30px;
	line-height: 200%;
}

.title {
	margin: 0;
	padding: 10px 0 50px 0;
	text-align: center;
}





/* Footer */

#footer {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/img04.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	font-size: smaller;
}
