@charset "utf-8";
body {
	background-color: #dedede;
	background-image: url(images/background_01.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	overflow: scroll;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #4B8749;
}

h1 { 
	font-size: 44px; 
}

h2 { 
	font-size: 18px; 
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 13px;
}

ul, ol {
	margin-top: 0;
	line-height: 240%;
}

a { 
	color: #4B8749; 
}

a:hover { 
	text-decoration: none; 
}

img {
}

a img {
	border: none;
}

hr { 
	display: none; 
}

strong {
	color: #4B8749;
}

th,td {
	padding: 0.5em; 
}

/* all*/

#wrapper {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

/* Header */

#header {
	height: 196px;
	width: 840px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-image: url(images/headerbg.png);
}

#header h1 {
	font-size: 168px;
}

/* Navigation */

#navi {
	color: #FFF;
	height: 54px;
	width: 840px;
	
	border-right-width: 4px;
	border-left-width: 4px;
	
	border-right-style: solid;
	border-left-style: solid;
	
	border-right-color: #FFF;
	border-left-color: #FFF;
	
	float: left;
}

#navi ul {
	list-style: none;
	padding-left: 0px;
}

* html #navi ul {/*nur IE 6*/
	padding-top: 16px;
	margin-bottom: -18px;
}

*+html #navi ul {/*nur IE 7*/
	padding-top: 16px;
	margin-left: -8px;
}

#navi li {
	float: left;
	position: relative;
	font-size: 10px;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4em;
}

* html #navi li {/*nur IE 6*/
	padding-left: 3px;
	padding-right: 5px;
}

*+html #navi li {/*nur IE 7*/
	padding-left: 8px;
	padding-right: 8px;
}

#navi a:link, #navi a:visited {
	display: block;
  	text-decoration: none;
  	padding-left: 0;
	color:#FFFFFF;
}

#navi li:hover {
	background-image: url(images/navihoverbg2.gif);
	background-repeat: repeat-x;
}

#navi li ul li:hover {
	background: none;
	background-color: #c6d5da;
}

#navi li:hover a {
	color:#7b7b7b;
}

#navi li ul {
	display: none;
	position: absolute;
	margin-left: -10px;
	margin-top: 4px;
}

*+html #navi li ul {/*nur IE 7*/
	display: none;
	position: absolute;
	margin-left: -12px;
	margin-top: -12px;
}

#navi li ul li {
	position: relative;
	width: 115px;
	font-size: 90%;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	background-color: #7b7b7b;
}

#navi li ul li a:link, #navi li ul li a:visited{
	color:#FFFFFF;
	font-weight: normal;
}

#navi li ul li:hover a {
	color:#7b7b7b;
}

#navi li:hover ul {
	display: block;
}

#navi .akt_page {
	background-image: url(images/navihoverbg2.gif);
	background-repeat: repeat-x;
}

#navi li ul li.akt_page {
	background: none;
	background-color: #c6d5da;
}

#navi .akt_page a {
	color: #7b7b7b;
}

#navi .last{
	border: none;
	padding-right: 14px;
}

#navi .akt_pagelast {
	background-image: url(images/navihoverbg2.gif);
	background-repeat: repeat-x;
	border: none;
	padding-right: 14px;
}

#navi .akt_pagelast a {
	color: #7b7b7b;
}

/*topnavi*/

#topnavi {
}

#topnavi ul{
	border-bottom: dotted 1px #999;
	margin-top: -20px;
	margin-bottom: 40px;
	text-align: center;
}

#topnavi ul{
	list-style-type: none;	
}

#topnavi li{
	display: inline;
	padding-right: 24px;
}

#topnavi .akt_page a {
	text-decoration: none;
	color: #7b7b7b;
	font-size: 13px;
	font-weight: bold;
}

/* Content / view / view .post */

#content {
	width: 840px;
	float: left;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	background-color:#FFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #a5a2a2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66665E;
}

#view {
	width: 560px;
	float: left;
	padding: 30px;
	font-size: 12px;
	line-height: 200%;
}

#view p {
	font-size: 12px;
	line-height: 200%;
	/*text-align: justify;*/
}

#view .post .entry .klein {
	font-size: 9px;
	text-align: center;
}

#view .post .entry .kleiner {
	font-size: 8px;
}

#view .post {
	margin-bottom: 50px;
}

#view .post .titel {
	height: 30px;
	color: #42423E;
	/*border-bottom: dotted 1px #999;*/
}

#view .post .date {
}

#view .post .meta {
	margin-top: -10px;
	padding: 2px 30px 2px 0px;
	border-bottom: 1px #BDBDBB dotted;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #66665E;
}

#view .post .meta span {
	display: block;
	margin-top: -10px;
}

#view .post .meta a { }

#view .post .entry {
	padding: 10px 0;
}

#view .post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

#view .post .links .comments {
}

#view .post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding-top: 25px;
	padding-bottom: 25px;
}

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

#sidebar li {
	margin: 0;
	margin-bottom: 6px;
	padding-left: 15px;
	background: url(images/sidebar_li.jpg) no-repeat left 5px;
	list-style: none;
}

#sidebar p {
}

#sidebar h2 {
	height: 25px;
	margin: 0 0 10px 0px;
	padding: 8px 0 2px 0px;
	border-bottom: 1px #BDBDBB dotted;
	color: #42423E;
}

#sidebar #module {
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: dotted 1px #999;
	border-top: dotted 1px #999;
}

#sidebar .date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #66665E;
	margin-bottom: -15px;
}

#sidebar .line {
	margin-bottom: 15px;
}

/* Footer */
#footer {
	height: 35px;
	width: 840px;
	float: left;
}

#footer a, p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

/*other*/

#gaestebuch {
	border: 1px dotted #666;
	width: 100%;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}

* html #gaestebuch {/*IE 6*/
	width: 98%;
}

.left {
	float: left;
	margin: 20px;
}

.right {
	float: right;
	margin: 20px;
}

#pagination ul {
	list-style: none;
}
  
#pagination li {
	display: inline;
	margin-left: 10px;
}
  
li .aktiv {
	color: #333;
	text-decoration: underline;
}

.button {
	color: #FFF;
	background-color: #7b7b7b;
	padding: 2px;
	/*border: 1px solid #333;*/
}

h1.seo {
	text-indent: -4000px;
}
