body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	background-color: #FEFECB;
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #FF9900;
}

a:hover {
	color: #FF9900;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 960px;
	height: 110px;
	margin: 0 auto;
	text-align: center;
}

/* Logo */

#logo {
	float: left;
	height: 65px;
	margin: 0;
	padding-top: 15px;
	color: #FFFFFF;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 12px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
}

/* Search */

#search {
	float: right;
	width: 300px;
	height: 110px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 195px;
	padding: 5px 5px 4px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #703522;
}

#search-submit {
	width: 50px;
	height: 25px;
}

/* Menu */

#menu {
	width: 960px;
	height: 38px;
	margin: 0 auto;
	padding: 0;
}

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

#menu li {
	float: left;
	height: 38px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 10px;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 17px 30px 7px 30px;
	background: url(images/img02.jpg)  no-repeat right 18px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0;
}

#menu a:hover {
	text-decoration: underline;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Page */

#page {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#page-bgtop {
}

#page-bgbtm {
}

/* Content */

#content {
	float: right;
	width: 720px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.post {
	margin-bottom: 25px;
	padding: 0px;
	background-color: #FEFECB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	letter-spacing: 0px;
	background-color: #FFCC33;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	border-radius: 10px 10px 10px 10px;
}

.post .title a {
	color: #2A2359;
	border: none;
}

.post .meta {
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
	color: #000099;
}

.post .entry {
	padding-bottom: 20px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Rezension {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.links {
	display: list-item;
	width: auto;
	height: 20px;
	margin-top: 5px;
	text-align: left;
	text-transform: uppercase;
	font-size: 10px;
	font-weight:  bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding: 0px;
	color: #FFFFFF;
}

#sidebar ul {
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin-bottom: 5px;
	padding: 0px 10px 10px 10px;
	background-color: #FFFFCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-style: none;
}

#sidebar li li {
	line-height: 30px;
	border-bottom: 1px dashed #D1D1D1;
	padding-left: 3px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	list-style-type: disc;
}

#sidebar h2 {
	height: 22px;
	border: 1px solid #2A2359;
	color: #FFFFFF;
	background-color: #2A2359;
	text-align: center;
	font-size: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: bottom;
	border-radius: 10px 10px 10px 10px;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 10px 10px 10px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #000099;
}

#sidebar a:hover {
	text-decoration: none;
	color: #0099FF;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 960px;
	height: 64px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat left top;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 26px;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer a {
	font-weight: bold;
	color: #000099;
}
.Überschrift {
	color: #2A2359;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	vertical-align: middle;
}
#content .post .entry a {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #CC6600;
}
#content .post .title .Überschrift {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
#content .post .title .Überschrift1 {
	font-family: Arial, Helvetica, sans-serif;
}
#content .post .entry h1 {
	color: #1E164A;
}
#content .post .entry h2 {
	color: #2A2359;
}
#content .post .entry h3 {
	color: #000099;
}
#sidebar ul li {
	color: #09F;
}
#sidebar ul li {
	font-family: Georgia, Times New Roman, Times, serif;
}
#sidebar ul li h2 a {
	color: #FFF;
}
#sidebar ul li ul li {
	color: #0099;
}
#content .post .entry em {
	font-family: Georgia, Times New Roman, Times, serif;
}
#content .post .entry em {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content1 {
	float: none;
	height: auto;
	width: auto;
}
#content1 .post .entry h1 {
	color: #000080;
}
