/* css-file by wonders and sign */
/* Stand 03.2007 */
/* Colors: */
/* dunkelgruen: #5d7608; */
/* hellgruen: #769900; */
/* dunkelgrau: #333; */
/* hellgrau: #777; */


/* Basics */
* {
	margin: 0;
	padding:0;
}
body {
	height: 100%;
	min-height:100%;
	min-width:760px;
	font-family: Arial, Verdana, sans-serif;
	background: #fff url(schatten_r.gif) repeat-y  950px top;
	font-size: 82%;
	line-height: 1.4em;
}
ul, li {
	list-style: none;
}
img {
	border:0;
}




/* Klassen */
.noe {
	display: none;
}
.hg {
	margin: 0;
	float:left;
	width: 100%;
}
.spalte {
	margin-top:32px;
	float:left;
}




/* text */
p, table {
	padding:0em 1em 1em 1em;
	text-align: justify;
	font-size: 1em;
	color: #777;
}
span {
	color:#769900;
}
a {
	font-weight: normal;
	text-decoration: underline;
	color: #333;
}
a:hover {
	color: #769900;
	text-decoration: underline;
}
h2, h3, h5 {
	padding: 1em 0 0 1em;
	margin:0;
	color: #333;
}
h1 {
	font-family: Georgia, Times, serif;
	font-size: 1.4em;
	padding: 1em 0 0.4em 0.7em;
	text-align: left;
	color: #5d7608;
}
h2 {

	font-family: Arial;
	font-size: 1em;
	line-height: 18px;
	text-align: left;
	padding-top: 0em;
	padding-left: 1em;
	padding-bottom: 0.8em;
	color: #777777;
}
h3 {
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	text-align: left;
	padding: 0em 0 0.4em 0.85em;
	color: #5d7608;
	width: 95%;
}
h3.main {
	padding: 0em 0 0 0.8em;
}
h4 {
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	text-align: left;
	padding: 1em 0 0.8em 0.85em;
	color: #5d7608;
	width: 95%;
}
h5 {
	padding: 0.3em 0 0.3em 0.9em;
	font-size: 1.1em;
	text-align: left;
	color: #5d7608;
}




/* ids */
#alles1{
width:950px;
background: transparent url(bg.jpg) repeat-x;
}
#head {
  width:950px;
	height: 152px;
	background: transparent url(head.jpg) no-repeat top left;
}
#inhalt {
	float:left;
	width:100%;

	background: transparent url(bgbox.jpg) no-repeat top left;
}
#mitte {
	width:51.9%;
}
#mitte img{
  float:left;
	margin: 0em 1em 0.2em 1em;
}

#mitte ul {

width: 95%;
}

#mitte li {
	margin-left: 55px;
	padding:0em 1em 1em 0.0em;
  color: #777;
  list-style-image: url(li.gif);
}

#links {
	margin-top: 40px;
	width: 200px;
}
#rechts {
	width: 26%;
}
#links ul{
	margin: 0 1em 0 0;
}
#links li {
	padding: 0.9em 0 0.9em 20px;
	border-bottom: 1px dotted #ccc;
}
#links a {
	color: #333;
	text-decoration: none;
	text-align: left;
	border: 0;
}
#links a:hover, #links a.asub:hover {
	color: #5d7608;
}
#topnav a:hover {
	font-weight: bold;
}
#links a.asub {
	margin:0;
	padding-left:10px;
	color: #777;
	text-decoration: none;
	border: 0;
}
#links li.sub {
	margin: 0;
	padding: 0.9em 0 0.3em 0;
	border: 0;
	list-style-type: none;
	list-style-image: none;
	list-style:none;
}
#links li.last {
	border: 0;
}
#rechts p{
	margin: 0;
}
#topnav {
	float:right;
	top:0;
	right:1%;
	height:52px;
	width:685px;
}
#topnav li{
	float:left;
	width:130px;
	height:20px;
	margin: 0 0 0 5px;
	text-align:center;
	background: transparent url(navi.gif) no-repeat bottom center;
}
#topnav a{
	text-decoration:none;
	color:#fff;
}

body#start a#startnav, body#leist a#leistungnav, body#berat a#beratnav, body#prog a#prognav, body#kontakt a#kontaktnav, body#impressum a#impressumnav, body#nochwas a#nochwasnav {
	text-decoration: none;
	color: #5d7608;
	font-weight: bold;
}


a.current {
	text-decoration: underline;
	font-weight: bold;
}

body#start a#starttopnav, body#leist a#leistungtopnav, body#berat a#leistungtopnav, body#prog a#leistungtopnav {
	text-decoration: none;
	color: #fff;
}

#footer{
	border-top: 1px solid #ccc;
	clear: both;
	position: relative;
	bottom: 0;
	background: #fff;
}
#footer p{
	font-size: 0.85em;
	margin:0;
	padding: 0.7em;
	text-align: center;
	color: #777;
}

.flLeft {float:left; padding-right: 10px; padding-bottom: 10px;}
.flRight {float:right; padding-left: 10px; padding-bottom: 10px;}


/* Form */
input, option
{
font-family: Arial, Verdana, sans-serif;
color:#000000;
}

input.text
{
height:16px;
background-color:#ffffff;
color:#000000;
padding: 2px;
width: 200px;
border: 1px solid #a9a9a9;
}

.button
{
width:auto;
background-color:#E6E6E6;
color:#000000;
border: 1px solid #a9a9a9;
padding-left: 10px;
padding-right: 10px;
padding-top: 1px;
padding-bottom: 1px;
}


textarea
{
font-family: Arial, Verdana, sans-serif;
font-size: 1em;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
width:100%;
background-color:#ffffff;
color:#000000;
border: 1px solid #a9a9a9;
overflow:auto;
}

/* AJAX Kontaktformular*/

#form_box {
  padding:0em 1em 1em 1em;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	padding: 0.5em;
	margin: 1em;
}

.bigger {
font-family: Georgia, Times, serif;
font-weight: bold;
font-size: 1.3em;
color: #5d7608;
padding-right: 0.04em;
}

.slogan {font-size: 1em;position:absolute;left:365px;top:115px;color: #D1D1D1;}
.hotline {position:absolute;left:710px;top:115px;text-align: justify;font-size: 1em;color: #777777;}
