* {
	margin: 0;
	padding: 0;
}
html
{
	height: 100.2%;     /*immer scrollbalken anzeigen damit bild nicht herumhüpft*/
}

body{
	margin: 10px;
	padding: 0;
	background: #E1F0C4 url(../images/blumenwiese5.webp) repeat;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616B4F;
	font-weight:normal;
}

input
{
	border:1px solid #616B4F;
}
textarea
{
	border:1px solid #616B4F;
}

/*schrift für logo abrufen*/
@font-face { 
	font-family: Edwardian Script ITC; src: url('ITCEDSCR.TTF') format('truetype'),url(ITCEDSCR.EOT) format(eot);
}
h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol 
{
	margin-top: 1.5em;
	line-height:20px;
}

.texte
{
    margin:10px;
    text-align:left;
}

table
{
	padding-left:10px;
}

table.tabelle1{ 												  /* Tabelle table. = gebundene Klasse */
	width: 100%;                                              /* Breite */
	margin: 10px auto;                                        /* Außenabstand */
	border: solid 1px red;                                    /* Rahmen: durchgezogen */
	border-collapse: collapse;                                /* Tabellenrahmen: durchgezogen */
	background-color: white;
}

table.tabelle1 td{
	border-top: dotted 1px black;                             /* Rahmen oben: gepunktet */
}

table.tabelle1 th{
	font-size: 24px;                                          /* Schriftgröße */
	color: #ffffff;
	background-color: orange;
	padding: 8px;                                             /* Innenabstand: Überschrift zum Rand */
}

td.eins{ /* Spalte */
	width: 60%;                                               /* Breite */
	text-align: left;                                         /* Text-Ausrichtung */
	vertical-align: middle;                                   /* Vertikale Ausrichtung: oben */
	padding: 5px;                                             /* Innenabstand */
}

td.zwei{
	text-align: center;                                       /* Text-Ausrichtung */
	vertical-align: middle;                                   /* Vertikale Ausrichtung: oben */
	border-left: dotted 1px black;                            /* Rahmen links: gepunktet */
	border-right: dotted 1px black;                           /* Rahmen rechts: gepunktet */
}

td.drei{
	width: 20%;                                               /* Breite */
	text-align: center;                                       /* Text-Ausrichtung: zentriert */
	vertical-align: middle;                                   /* Vertikale Ausrichtung: mittig */
}

a {
	color: #616B4F;
}

a:hover {
	text-decoration: none;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

hr { 
	display: none; 
}

#hr1 
{
	height: 4px;
	padding-bottom: 20px;
	background: url(../images/img02.gif) repeat-x left top;
}

#logo_bild
{
	margin: 30px 0 0 0;
	padding: 0px 0px 0px 0;
	width: 174px;
	height: 200px;
	background-image: url(../images/logo_oben1.webp); 
	background-repeat: no-repeat; 
	background-position: left 0px;
}

#logo {
	/*float: left;*/
	margin: 0 0 0 174px;       /* oben rechts unten links*/
	padding: 0;
	width: 604px;
	height: 100px;
}

#logo h1, #logo h3, #logo h2 {
	margin: 0px;
	padding: 0;
	font-family: Brush Script MT, Verdana, Arial, Times, serif;  /*Edwardian Script ITC*/
}

#logo h1 {
	margin: 0;
	padding: 5px 0px 0 95px;      /*oben rechts unten links*/
	font-size: 60px;
	font-weight: normal;
	color: #616B4F;
}

#logo h1 a {
	color: #616B4F;
}

#logo h3 {
	margin: 0;
	padding: 0px 0px 0 75px;      /*oben rechts unten links*/
	font-size: 30px;
	font-weight: normal;
	color: #616B4F;
}

#logo h2 {
	margin: 0;
	padding: 20px 0px 0 105px;
	font-size: 26px;
	letter-spacing:2px;
	font-weight:normal;
	line-height:1.0em;
	color: #909B78;
}

#logo h2 a {
	color: #C6D0B3;
}

#logo a {
	text-decoration: none;
}

/* Menu */
#menu 
{
	margin: 0;
	padding-top: 10px; /*menü oben von oben abstand*/  
	float: right;
	width: 550px;
}

#menu ul 
{
	margin: 0;
	list-style: none;
}

#menu li  /*anzeige wenn seite gerade aktiv*/
{
	float: right;
	margin-right: 5px;
	padding-left:5px;
	padding-right:5px;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Arial, Times, serif;
	color: #616B4F;
}

#menu a:hover 
{
	/*background: #9FAB87;*/
	color: #616B4F;
	text-decoration: none;
	/*-moz-border-radius:5px;    /* Firefox */               /*runde ecken*/
	/*-webkit-border-radius:5px; /* Safari, Chrome */
	/*-khtml-border-radius:5px;  /* Konqueror */
	/*border-radius:5px;         /* CSS3 */
	/*behavior:url(border-radius.htc);*/
}

#menu #current_page_item a
{
	float: left;
	margin: 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Arial, Times, serif;
	color: #616B4F;
}
 
/* Page */
#page {
	width: 800px;
	margin: 0 auto;
	padding: 10px 50px 0px 50px;
	background: #FFFFFF;
	background-image: url(../images/logo_back_hell.gif); 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: 50% 20px;
	z-index: 0; 
	-moz-border-radius:20px 20px 0px 0px;    /* Firefox */           /*link unten und rechts oben runde ecken */
	-webkit-border-radius:20px 20px 0px 0px; /* Safari, Chrome */
	-khtml-border-radius:20px 20px 0px 0px;  /* Konqueror */
	border-radius:20px 20px 0px 0px;;        /* CSS3 */
}

#latest-post {
	float: left;
	width: 500px;
	padding: 10px 0px 0px 0px;
	/*background: url(../images/img02.gif) repeat-x left top;*/
	line-height: 25px;
}

#latest-post h1 {
	letter-spacing: -.5px;
	font-family: Verdana,Arial, Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #616B4F;
	margin-top:25px;
	margin-bottom:10px;
}

.post {
}

.post .title {
	margin: 0;
}

.post h2 {
	letter-spacing: -.5px;
	font-family: Verdana,Arial,Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #616B4F;
}

.post .meta {
	height: 25px;
	background: #EAF0DE url(../images/img06.jpg) no-repeat right bottom;
	text-decoration: none;
    -moz-border-radius:7px;    /* Firefox */               /*runde ecken*/
    -webkit-border-radius:7px; /* Safari, Chrome */
    -khtml-border-radius:7px;  /* Konqueror */
    border-radius:7px;         /* CSS3 */
    behavior:url(border-radius.htc);
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px 5px 12px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
}

.post .permalink {
	background: url(../images/img05.gif) no-repeat left 80%;
	padding: 5px 30px 5px 15px;
}

.post .comments {
	background: url(../images/img04.gif) no-repeat left 87%;
	padding: 5px 30px 5px 20px;
}

.post .permalink {
}

.post .entry {
	margin-bottom: 10px;
	padding-bottom: 15px;
}

#recent-posts {
	float: right;
	width: 250px;
	padding: 0px 0px 30px 0px;
}

#recent-posts .entry {
	background: #96A96F url(../images/blumenwiese5.webp) no-repeat right bottom;
	padding: 0px 19px 30px 19px;
}

#recent-posts .entry h2 {
	margin: 0;
	padding: 0px 19px 0px 0px;
	background: url(../images/img07.gif) repeat-x left bottom;
	/*text-transform: uppercase; */
	font-family: Verdana,Arial, Times, serif;
	font-size: 1.4em;
	color: #FFFFFF;
}

/* Sidebar */
#sidebar 
{
  	-moz-border-radius:7px;    /* Firefox */               /*runde ecken*/
    -webkit-border-radius:7px; /* Safari, Chrome */
    -khtml-border-radius:7px;  /* Konqueror */
    border-radius:7px;         /* CSS3 */
    behavior:url(border-radius.htc);
    /*background: #96A96F url(../images/img03.gif) no-repeat right bottom;*/  
	padding: 0px 0px 2px 0px;
	color: #DFE6D1;
	text-align:center;
    /*background: #96A96F;*/
	border:0px solid #96A96F; 
}

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

#sidebar li {
	display: block;
	float: left;
	width: 220px;
	padding: 5px;
}

#sidebar li ul {
	line-height: 1.0em;
	margin: 0px;
}

#sidebar li li {
	width: 220px;
	display: list-item;
	float: none;
	padding: 0;
}

#sidebar h2 {
	width: 220px;
	margin: 0 0 5px 0;
	padding: 0 50px 0px 0;
	background: url(../images/img07.gif) repeat-x left bottom;
	/*text-transform: uppercase;*/
	font-family: Verdana,Arial, Times, serif;
	color: #FFFFFF;
}

/*Fußzeile*/
#sidebar p 
{
	color: #96A96F;
}

#sidebar a {
	text-decoration: none;
	color: #96A96F;
}

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

/* Sidebar1 */
/* Sidebar */
.navirechts li
{
	list-style: disc;
	color:white;
	margin-left:20px;
}

/*seitliche boxen*/
#sidebar1 
{
	float: right;
	width: 200px;
	margin-top:40px;
	margin-right:0px;
	opacity:0.8;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

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

#sidebar1 li {
	background: #96A96F;
    -moz-border-radius:15px;    /* Firefox */               /*runde ecken*/
    -webkit-border-radius:15px; /* Safari, Chrome */
    -khtml-border-radius:15px;  /* Konqueror */
    border-radius:15px;         /* CSS3 */
    behavior:url(border-radius.htc);   
    border:1px solid #96A96F;
    list-style-type:none;
}

#sidebar1 li ul {
	
    line-height: 25px;
	padding: 15px 20px 0px 20px; /*oben links unten rechts*/
	/*background: #ffffff url(../images/img03.gif) no-repeat right bottom;*/
	margin-bottom: 20px;
    /*-moz-border-radius:15px;    /* Firefox */
    /*-webkit-border-radius:15px; /* Safari, Chrome */
    /*-khtml-border-radius:15px;  /* Konqueror */
    /*border-radius:15px;         /* CSS3 */
    /*behavior:url(border-radius.htc);*/
}

#sidebar1 li li {
	padding: 0;
	/*background: #96A96F;*/
	color: #DFE6D1;
	border:0;
}

#sidebar1 h2 {
	width: 190px;
	margin: 0 0 15px 20px;
	padding: 20px 0 7px 0;
	/*background: url(../images/img07.gif) repeat-x left bottom;*/
	/*text-transform: uppercase; */
	font-family: Verdana,Arial, Times, serif;
	color: #fff;
}

#sidebar1 a {
	color: #fff;
	text-decoration: none;
	padding: 15px 20px 20px 60px;
}

#sidebar1 a:hover {
	color: #fff;
	text-decoration: underline;
}

/*ende seitliche boxen*/

.tablepreis
{
	width: 500px;
}

.thpreis
{
	background: #F1F6E8;
    -moz-border-radius:7px;    /* Firefox */
    -webkit-border-radius:7px; /* Safari, Chrome */
    -khtml-border-radius:7px;  /* Konqueror */
    border-radius:7px;         /* CSS3 */
    behavior:url(border-radius.htc);
}

.tdpreis
{
    text-align:center;
}

.startseite
{
	float:right;
	margin-left:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	behavior:url(border-radius.htc);
}

.tablebach
{
	width: 500px;
}

.thbach
{
	background: #F1F6E8;
    -moz-border-radius:7px;    /* Firefox */
    -webkit-border-radius:7px; /* Safari, Chrome */
    -khtml-border-radius:7px;  /* Konqueror */
    border-radius:7px;         /* CSS3 */
    behavior:url(border-radius.htc);
}

.tdbach
{
    text-align:left;
    padding-left:15px;
    padding-top:0px;
    padding-bottom:0px;
    margin:0;
    border-spacing: 0px;
}

.tableimpressum
{
	width: 400px;
}

.tdimpressum
{
    text-align:left;
    padding-left:0px;
    padding-top:0px;
    padding-bottom:0px;
    margin:0;
    border-spacing: 0px;
    line-height:16px;
}

.tableneuigkeiten
{
    width:500px;
}

.thneuigkeiten
{
    border:1px solid;
    text-align:center;
    -moz-border-radius:8px;    /* Firefox */
    -webkit-border-radius:8px; /* Safari, Chrome */
    -khtml-border-radius:8px;  /* Konqueror */
    border-radius:8px;         /* CSS3 */
    behavior:url(border-radius.htc);
}

.tdneuigkeiten
{
	text-align: center;
}

.radiusrechts
{
	float:right;
	margin-left:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	behavior:url(border-radius.htc);
}

.radiuslinks
{
	float:left;
	margin-right:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	behavior:url(border-radius.htc);
}

.radius
{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	behavior:url(border-radius.htc);
}

.tablepartner
{
	width: 200px;
	margin-left:10px;
	border:1px;
}

.thpartner
{
	background: #F1F6E8;
	width:200px;
}

.tdpartner
{
    text-align:left;
    width:200px;
}

.divpartner
{
	position:absolute;
	width:250px;
	top:314px;
	margin-left:300px;
	border:0px solid black;
}

.tablenewsletter
{
	width: 400px;
	margin-left:10px;
	border:1px;
}

.thnewsletterleft
{
	background: #F1F6E8;
}
.tdnewsletterright
{
    text-align:center;
}

.partner
{
	line-height: 5px;
}

.navirechts
{
  
}

.thdownloads
{
	font-size:12px;
	text-align:left;
	font-weight:normal;
	border: 1px solid #E4E4E4;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	width:500px;
}

/* Footer */

#footer {
	width: 800px;
	height: 15px;
	margin: 0 auto;
	padding: 0 50px 0 50px;
	background: #FFFFFF;
	-moz-border-radius:0px 0px 20px 20px;    /* Firefox */           /*link unten und rechts oben runde ecken */
	-webkit-border-radius:0px 0px 20px 20px; /* Safari, Chrome */
	-khtml-border-radius:0px 0px 20px 20px;  /* Konqueror */
	border-radius:0px 0px 20px 20px;         /* CSS3 */
	behavior:url(border-radius.htc);
}

#footerunten 
{
	font-size:11px;
	margin:0px;
  	-moz-border-radius:7px;    /* Firefox */               /*runde ecken*/
    -webkit-border-radius:7px; /* Safari, Chrome */
    -khtml-border-radius:7px;  /* Konqueror */
    border-radius:7px;         /* CSS3 */
    behavior:url(border-radius.htc);
    /*background: #96A96F url(../images/img03.gif) no-repeat right bottom;*/  
	padding: 0px 0px 2px 0px;
	color: #616B4F;
	text-align:center;
    /*background: #96A96F;*/
	border:0px solid #96A96F;
}

#footer p {
	margin: 0;
	padding: 15px;
	text-align: center;
	font-size: 11px;
	color: #909B78;
}

#footer a {
	color: #909B78;
}


