* {
	margin: 0;
	padding: 0;
}

body {
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 15pt;
	background-color: #FFF;
	background-image: url(../images/layout/img01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3 {
	color: #AA2808;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #83AF39;
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

a {
	text-decoration: none;
	color: #0094D6;
}

a:hover {
	text-decoration: underline;
	color: #83AF39;
}

/* Wrapper */

#wrapper {
}

/* Header */

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

/* Logo */

#logo {
	float: left;
	width: 270px;
	height: 90px;
	margin: 0px;
	background-image: url(../images/layout/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#logo h1 {
	font-size: 15px;
	font-style: italic;
	color: #0094D6;
	padding-top: 70px;
	padding-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}

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

/* Menu */

#menu {
	float: right;
	width: 592px;
	height: 50px;
	color: #84B03A;
}

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

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

#menu a {
	display: block;
	float: left;
	height: 35px;
	margin-right: 1px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #84B03A;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#menu a:hover, #menu .active a {
	color: #FFFFFF;
	background-color: #0094D6;
	background-image: url(../images/layout/img02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* Search */

#search {
	float: right;
	margin-right: 30px;
	margin-top: 20px;
}

#search form {
	margin: 0;
	padding: 0;
}

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

#search input {
	float: left;
	font: 11px Tahoma, Geneva, sans-serif;
	padding: 2px 2px;
}

#search-text {
	width: 100px;
	border: 1px solid #000000;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	border: none;
	color: #FFFFFF;
	background-color: #0094D6;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 60px;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 630px;
}

.post {
	background: url(../images/layout/img05.jpg) repeat-y left top;
}

.post-bgtop {
	background-image: url(../images/layout/mitte-oben.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.post-bgbtm {
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	background-image: url(../images/layout/mitte-unten.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.post .entry {
	font-size: 1.1em;
}
.post .entry ul {
	padding-left: 50px;
	padding-bottom: 15px;
	padding-top: 0px;
}
.post .entry li {
	list-style-image: url(../images/layout/navi-punkt-blau.gif);
	list-style-position: outside;
}
.entry table {
  text-align: left;
}
.post .more {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.post h2 {
	color: #0094D6;
	font-size: 160%;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-color: #efefef;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.post h3 {
	color: #0094D6;
	font-size: 140%;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	font-style: normal;
	font-weight: normal;
}
.post h4 {
	color: #0094D6;
	font-size: 100%;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-style: normal;
	font-weight: normal;
}
.post h5 {
	color: #0094D6;
	font-size: 120%;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	background-color: #efefef;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* Sidebar */
.uebernavi {
	margin: 0px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #83AF39;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.uebernavi a {
	text-decoration: none;
	color: #83AF39;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.uebernavi a:hover #menu .active a {
	text-decoration: none;
	color: #84B03A;
}
.uebernavi p {
	text-decoration: none;
	color: #83AF39;
	background-image: url(../images/layout/navi-punkt-gruen-kl.gif);
	background-repeat: no-repeat;
	background-position: 0px 18px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCC;
}
#sidebar {
	float: right;
	width: 270px;
	font-size: 1.1em;
	background-image: url(../images/layout/img08.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
}

#sidebar-bgtop {
	background-image: url(../images/layout/sidebar-oben.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar-bgbtm {
	background-image: url(../images/layout/sidebar-unten.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#sidebar li {
	margin-bottom: 1px;
	background-image: url(../images/layout/img10.jpg);
	background-position: left bottom;
	padding-top: 6px;
	padding-bottom: 6px;
	background-repeat: repeat-x;
}

#sidebar li ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(../images/layout/img10.jpg);
	background-repeat: repeat-x;
	background-position: left 6px;
}

#sidebar li li {
	margin: 0;
	border: none;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	background-image: url(../images/layout/img10.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#sidebar li a {
	padding-left: 15px;
	background-image: url(../images/layout/navi-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
#sidebar li li a {
	padding-left: 35px;
	background-image: url(../images/layout/navi-punkt-blau.gif);
	background-repeat: no-repeat;
	background-position: 12px 6px;
	padding-top: 2px;
}
#sidebar a {
	border: none;
	text-decoration: none;
	color: #83AF39;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #0094D6;
}
#sidebar .active a {
	text-decoration: underline;
	color: #84B03A;
	background-image: url(../images/layout/navi-pfeil-aktiv.gif);
}
#sidebar h2 {
	margin: 0px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #83AF39;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#sidebar h3 {
	margin: 0px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #0094D6;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar p {
	margin: 0;
	line-height: 15pt;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 8px;
}
.sidebar {
	float: right;
	width: 270px;
	font-size: 1.1em;
	background-image: url(../images/layout/img08.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
}

.sidebar-bgtop {
	background-image: url(../images/layout/sidebar-oben.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.sidebar-bgbtm {
	background-image: url(../images/layout/sidebar-unten.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.sidebar h3 {
	margin: 0px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #0094D6;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
.sidebar p {
	margin: 0;
	line-height: 15pt;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 8px;
}
/* Navi */
#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#navi ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#navi li {
	margin-bottom: 1px;
	background-image: url(../images/layout/img10.jpg);
	background-position: left bottom;
	padding-top: 6px;
	padding-bottom: 6px;
	background-repeat: repeat-x;
	padding-left: 12px;
}

#navi li ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(../images/layout/img10.jpg);
	background-repeat: repeat-x;
	background-position: left 6px;
}

#navi li li {
	border: none;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	background-image: url(../images/layout/img10.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0;
}
#navi li a {
	padding-left: 15px;
	background-image: url(../images/layout/navi-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
#navi li li a {
	padding-left: 35px;
	background-image: url(../images/layout/navi-punkt-blau.gif);
	background-repeat: no-repeat;
	background-position: 12px 6px;
	padding-top: 2px;
}
#navi a {
	border: none;
	text-decoration: none;
	color: #0094D6;
}

#navi a:hover {
	text-decoration: underline;
	color: #84B03A;
	background-image: url(../images/layout/navi-pfeil-hover.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
#navi .active a {
	text-decoration: none;
	color: #84B03A;
	background-image: url(../images/layout/navi-pfeil-hover.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
#zweitnavi a {
	border: none;
	text-decoration: none;
	color: #0094D6;
}

#zweitnavi a:hover {
	text-decoration: underline;
	color: #84B03A;
	background-image: url(../images/layout/navi-pfeil-hover.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
#zweitnavi .active a {
	text-decoration: none;
	color: #84B03A;
	background-image: url(../images/layout/navi-pfeil-hover.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
#zweitnavi ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#zweitnavi li {
	margin-bottom: 1px;
	background-image: url(../images/layout/img10.jpg);
	background-position: left bottom;
	padding-top: 6px;
	padding-bottom: 6px;
	background-repeat: repeat-x;
	padding-left: 25px;
}
#zweitnavi li a {
	padding-left: 15px;
	background-image: url(../images/layout/navi-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
/* Footer */

#footer-wrapper {
	background: #F7F7F7 url(../images/layout/img03.jpg) repeat-x left top;
	padding: 20px 0px;
}

#footer {
	width: 900px;
	margin: 0 auto;
	color: #757E82;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
}

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

#footer a:hover {
	text-decoration: none;
}

.simple-box {
  background-color: rgb(238, 238, 238);
  margin-top: 20px;
  padding: 10px;
}