/**
ausgelagerte Stylesheets importieren
/*@import url(/source/css/formulare.css);
**/


body,html {width: 100%;height:100%;}

* {margin:0; padding:0; border: 0;}

html {
   overflow-y: scroll;
}

body {
   background: #fff url(../images/body_back.jpg) fixed center top no-repeat;
   font-family: Verdana, Arial,sans-serif;
   font-size: 75%;
   color: #565453;
   line-height: 1.4em;
}

a {
   text-decoration: none;
   color: #6B8F1C;
}

#content a {
   text-decoration: none;
   color: #6B8F1C;
   font-weight: bold;
}

#content a:hover {
   color: red;
}

#wrapper {
   width: 950px;
   margin: 0 auto;
   height: 100%;
}

#header {
   background: url(../images/header_back.png) no-repeat;
   float: left;
   width: 950px;
   height: 145px;
   position: fixed;
}

div #header img {

   float: right;
   margin-top: 70px;
   margin-right: 70px;
}

div #content {
   float: left;
   min-height: 400px;
   padding: 30px 0 30px 40px;
   width: 600px;
   margin: 145px 0 0 219px;
}

div #content ul {
   margin: 20px;

}

.clear {
   clear: both;
}

/* Ueberschriften */

h1,h2 {
   font-weight: normal;
   color: #6B8F1C;
}

h1 {
   font-size: 160%;
   margin-bottom: 0.6em;
}

h2 {
   font-size: 140%;
   margin-bottom: 0.6em;
   margin-top: 1.2em;
   line-height: 130%;
}

h3 {
   font-size: 120%;
   color: #7da721;
   margin-bottom: 0.6em;
   margin-top: 0.6em;
}

h4 {
   font-size: 250%;
   line-height: 35px;
   color: #6B8F1C;
   font-weight: normal;
}

h5 {
   font-size: 250%;
   line-height: 50px;
   margin-left: 130px;
   color: #6B8F1C;
   font-weight: normal;
}

h6 {
   font-size: 90%;
   margin-left: 350px;
   font-weight: normal;
}

h2.starthead {
   font-size: 200%;
   font-weight: normal;
}

h6.startlisthead {
   font-size: 150%;
   margin: 0 0 0 0;
}

/* Hauptnavigation */


div #navi {
   background: url(../images/navi_back.png) no-repeat;
   float: left;
   width: 162px;
   height: 182px;
   margin-left: 57px;
   position: fixed;
   top: 145px;
   font-size: 90%;
   padding-top: 20px;
}

div#navi ul {
   display: block;
   margin-left: 15px;
   list-style-type: none;
   color: #65871A;
}

div #navi ul ul {
   margin-left: 5px;
   font-size: 90%;
}

div#navi ul li{
   margin-top: 7px;
}

div#navi ul li a {
   color: #65871A;
   text-decoration: none;
   font-weight: normal;
}

div#navi ul li a:hover,
div#navi ul li a:active,
ul#countrynav a:hover {
   color: red;
}

#navi ul #active {
   color: red;
}

#navi ul li a.active {
   color: red;
}

/* Sprachnavigation */

div ul#countrynav {
   margin-left: 72px;
   margin-top: 120px;
   font-size: 90%;
   list-style: none;
}


ul#countrynav li {
   float: left;
   color: #7da721;
}

/* Fusszeile */

#footer {
   background: url(../images/footer_back.gif) no-repeat;
   float: left;
   width: 888px;
   height: 100px;
   padding-top: 10px;
   padding-left: 62px;
}

#footer ul li a {
   font-size: 90%;
   font-weight: normal;
   color: #565453;
   margin-left: 15px;
   text-decoration: none;
}

#footer ul li a:hover {
   color: red;
}

#footer ul li a:active,
#footer ul li a:visited {
   text-decoration:none;
}

#footer ul{list-style-type:none;margin:0 auto;}

#footer li{display:inline;}

/* Formular */

div #subtext {
   margin-top: 20px;
}

div.kontaktanfrage fieldset {
   border: 2px solid #E1E3D9;
   margin-top: 20px;
   padding-left: 10px;
   padding-top: 10px;
}

div.kontaktanfrage .flaeche {
   width: 40px;
}

div.kontaktanfrage .ort {
   width: 322px;
}

div.kontaktanfrage p {

}

div.kontaktanfrage textarea,
div.kontaktanfrage input {
   border: 1px solid #E1E3D9;
   border-bottom: 1px solid #E1E3D9;
   margin: 10px 0 10px 0;
   width: 95%;
}

.submit {
   border: 1px solid #C8DCA2;
   width: 100px;
   background-color: #CDE0AC;
   margin-bottom: 10px;
}

.koop-text {
   float: right;
   font-size: 90%;
   margin-right: 125px;
}

ul.startlist {
   list-style-image: url(../images/listenpfeil.png);
}

ul.startlist li {
   margin-top: 5px;
   margin-left: 20px;
}