 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

#boddy {
	background: #CCC url(../images/bg2.gif) repeat-x;
	font: 13px/150% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #636363; 
	text-align: center;	
}

/* Logofont */

.logotext {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	color: #444;	
}
/* links */
a, a:visited, a.default, a.default:visited {	
	color: #79A325;
	background: inherit;
	text-decoration: none;
}
a:hover, a.default:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
	cursor: url(images/Hilfe.png);
}
a.fett, a.fett:visited {	
	color: #79A325;
	background: inherit;
	text-decoration: none;
	font-weight: bold;
}
a.fett:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
	font-weight: bold;
}
hr {
	border: none;
	border-bottom: 1px solid #E4F2C8;
}

/* headers */
#wrap h1, #wrap h2, #wrap h3, #wrap h4 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
#wrap h1 {
	font-size: 40px;		
}
#wrap h2 {
	font-size: 35px;
	color: #88AC0B;
}
#wrap h3 {
	font-size: 19px;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}
#wrap h4 {
	font-size: 16px;
	padding: 0px;
	margin: 10px 0px 3px 10px;
}
#wrap h4.small {
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

logo {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-decoration: none;
	color: #332616;
}
/* Paragraph */
p {
	padding: 12px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}
p.quote {
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	padding: 0px 10px 0px 10px;
}
/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
/*img {
	background: #FAFAFA;
   border: 1px solid #E4E4E4;
	padding: 8px;
}*/
img {
   border: 0;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
img.hilfeImage {
	cursor: help;
}
code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 2px 7px 2px 40px;  	
   font-weight: bolder;
	font-size: 15px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(../images/quote.gif) no-repeat 15px 15px;
}

p a, p a:visited {	
	color: #79A325;
	background: inherit;
	text-decoration: none;
}
p a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}
p a.fett {
	font-weight: bold;
}

/* start - table */
table.default {
	border-collapse: collapse;
	margin: 15px 10px;
}
table.default th {
	height: 25px;
	padding-left: 7px;
	padding-right: 7px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}
table.default tr {
	height: 25px;
	background: #fff;
}
table.default td {
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #E7F0CC;	
}
table.default td.no-border {
	border: 0px none #E7F0CC;	
}
table.default a, table.default a:visited {	
	color: #79A325;
	background: inherit;
	text-decoration: none;
}
table.default a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}
table.default a.fett {
	font-weight: bold;
}
/* end - table */

/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 1000px;
	background: #FFF url(../images/wrap1000.gif) repeat-y center top;
	margin: 15px auto 30px auto;
	text-align: left;	
}
#wrap.wrapohne {
	background-image: url(../images/wrap1000-ohne.gif);
}
#content {
	clear: both;	
	float: left;	
	width: 1000px;						
	padding: 8px 0 60px 0; 	
}
#header {
	position: relative;
	width: 1000px;
	height: 140px;
	background: #8AB84B url(../images/header2.jpg) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 15px 0;
	font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -5px;
	text-decoration: none;
	color: #332616;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 55px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #322815;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 108px; left: 260px;		
}

/* top-menu */
 #top-menu {
 	position: absolute;
	margin: 0;
	padding: 30px 15px 8px 15px;
	background: #74A838 url(../images/top-menu.gif) repeat-x;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	
	top: 0;	right: 22px
 }
 #top-menu p { 	
	margin: 0; padding: 0;	
 }
#top-menu a {
 	font-weight: bold;
	color: #fff;
 }

#top-menu a, #top-menu a:visited {	
	background: inherit;
	text-decoration: none;
}
#top-menu a:hover {
	background: inherit;
	text-decoration: underline;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 1000px;
	height: 40px;
	background: #988060 url(../images/nav2.gif) no-repeat;		
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 35px;
	padding: 0 0 0 40px;					
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #FFF;
	font: bold 15px/35px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;		
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #E7FAA9;	
}
#nav ul li#current {
	background: transparent url(../images/left-tab.gif) no-repeat;	
}
#nav ul li#current a {	
	color: #4B3D2C;
	background: transparent url(../images/right-tab.gif) no-repeat right top;	
}

/* Main Column */
#main {
	float: left;
	width: 617px;
	padding: 0; margin: 0 0 0 35px;
	display: inline;	
	font: 13px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#main.breit {
	float: left;
	width: 930px;
	padding: 0;
	margin: 0 0 0 35px;
	display: inline;	
}
#main h2 {
	font: bold 35px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #51432F; 
	padding: 10px 0 5px 5px; 	
	margin-left: 0px;		
	letter-spacing: -2px;
	border-bottom: 1px solid #E4F2C8;
}
#main h2 a, #main h2 a:hover, #main h2 a:visited {
	color: #51432f;
	text-decoration: none;		
}
#main a.default, #main a.default:visited {	
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #79A325;
	background: inherit;
	text-decoration: none;
	letter-spacing: normal;
}
#main a.default:hover {
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #73471B;
	background: inherit;
	text-decoration: underline;
	letter-spacing: normal;
}
#main ul li {
	list-style-image: url(../images/bullet.gif);
}
#main ol li {
	list-style-image: none;
}
.ortsListe {
	list-style-image: none;
	margin: 0;
	font-size: 11px;
	padding: 0;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
	
}
.orteListe {
	list-style-image: none;
	background-color: White;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
	cursor: pointer;
}
.orteListe:hover {
	background-color: #E7FAA9;
}
#orteZelle {
	padding: 2px 2px 2px 2px;
	overflow: auto;
}

#sidebar {
	float: right;
	width: 285px;
	padding: 0; 
	margin: 0 40px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #51432F; 
	font: bold 23px/170% 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 0px; 	
	border-bottom: 1px solid #E4F2C8;	
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 1px 10px 20px 7px; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 5px 10px; 		
	border-bottom: 1px solid #E8E8E8;	
}
#sidebar .sidemenu li.no-border {
	border-bottom: 0px none;
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	text-decoration: none;	
	color: #739A23;
	background: none;
	font-weight: bold;
}
#sidebar .sidemenu li a span {
	color: #7F7F7F;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: bold;
	}
#sidebar .sidemenu li a:hover {	
	background: none;	
	text-decoration: underline;	
}
#sidebar .sidemenu li a.aktiv {
	color: #322815;
}
#sidebar .sidemenu ul { 
	margin: 0 0 0 5px; 
	padding: 0; 
}
#sidebar .sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#qsearch {
	padding: 0; margin: 20px 0 30px 5px;
	border: none;
	width: 270px; height: 33px;
	background: #F2F0F0 url(../images/qsearch.gif) no-repeat;		
}
#sidebar form#qsearch p {
	margin: 0; padding: 0;		
}
#sidebar form#qsearch input {
	float: left;
	border: none;
	background: transparent;
	color: #B8B8B8;	
	margin: 0;
	padding: 5px;
}
#sidebar form#qsearch .tbox {
	margin: 2px 0 0 5px; 
	width: 220px;	
	display: inline;	
	font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	
}
#search form#qsearch .btn{
	width: 24px; height: 24px;				
}
#sidebar form#qsearch label {
	display: none;
}

/* footer */
#footer {
	clear: both;
	width: 1000px;
	margin: 0;
	padding: 30px 0 25px 0;
	background: #CCC url(../images/footer-bottom2.gif) no-repeat left top;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #777;	
	text-align: center;	
	letter-spacing: .2px;
}
#footer p {
	padding:10px 0;
}
#footer a:hover { 
	color: #555; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}

/* postmeta */
.post-footer {
	padding: 8px 10px;
	margin: 15px 10px 10px 10px;	
	color: #977C57;
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(../images/clock.gif) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/comments.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.readmore { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.edit { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../images/edit-doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #333; }

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #EEE8E1;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #EEE8E1; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #FAF7F5; 
}
	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
/*.clear {	display:inline-block; }*/
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* text classes */

.fett {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: bold;
}
.grossfett {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: medium;
	font-weight: bold;
}
.grossfettschwarz {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #444;	
}
.grossschwarz {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: medium;
	color: #444;	
}
#Meldung {
	position: absolute;
	top: 255px;
	left: 34px;
	width: 596px;
	min-height: 170px;
	background-color: #FAF7F5;
	color: #444444;
	border: solid #EEE8E1;
	border-width: 1px 1px 1px 1px;
	text-align: left;
	padding: 5px 10px 5px 10px;
}
#Meldung2 {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 596px;
	min-height: 170px;
	background-color: #FAF7F5;
	color: #444444;
	border: solid #EEE8E1;
	border-width: 1px 1px 1px 1px;
	text-align: left;
	padding: 5px 10px 5px 10px;
}
.klein {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: xx-small;
	line-height: 10px;
}
