/** Typographie für den Content **/
#content p {
   padding: 0;
   margin : 0 0 1em 0;
}
#content h1,
#content h2 {
   font-size: 150%;
   text-transform: none;
   margin: 0 0 12px;
   color: #444444;
   line-height: 150%;
}
#content h3,
#content h4 {
   font-size: 100%;
   font-weight: bold;
   color: #7BA912;
   line-height: 130%;
   margin: 10px 0 8px;
}
#content h5,
#content h6 {
   font-size: 120%;
   line-height: 130%;
   color: #444;
   margin: 7px 0 5px;
   font-weight: bold;
}
/** Linkzustand normal **/
#content a,
#content a:link,
#content a:visited {
   color: #7BA912;
   font-weight: bold;
   text-decoration: none;
}
/** Linkzustand im Hover **/

#content a:focus,
#content a:hover,
#content a:active,
#content a.selected,
#content a.selected:link,
#content a.selected:visited,
#content a.selected:focus,
#content a.selected:hover,
#content a.selected:active {
   background-color: #7BA912;
   color: #fff;
}
strong{font-weight:bold;}

/* Bannerbk */

#bannerbk p{
    margin-bottom: 14px;
    background-color: transparent;
    font-size: 92%;
}

#bannerbk h1 {
    font-size: 130%;
    line-height: 120%;
    margin: 15px 0 5px 0;
    font-weight: normal;
    color: #444444;
}

#bannerbk h3 {
    font-size: 110%;
    line-height: 120%;
    margin: 10px 0 2px 0;
    font-weight: bold;
    color: #7BA912;
}

#bannerbk h5 {
   font-size: 100%;
   line-height: 120%;
   margin: 8px 0 5px 0;
   padding:  0 0 4px 0;
   font-weight: bold;
   color: #444444;
}   

#bannerbk a,
#bannerbk a:link,
#bannerbk a:visited {
   color: #7BA912;
   text-decoration: none;
   font-weight : bold;
}

#bannerbk a:focus,
#bannerbk a:hover,
#bannerbk a:active {
   color: #Fff;
   background-color: #7BA912;
}



/** Bei der HR bitte immer darauf achten, dass color und background-color gleich sind **/
hr {
   border: 0 none;
   height: 1px;
   background-color: #464646;
   color: #464646;
}
/** Styling der Listen **/
#content ul{
   margin: 1em 0;
   list-style-type: square;
   margin-left: 10px;
   padding-left: 10px;
}
#content ul ul {
   list-style-type: disc;
}
#content ul ul ul {
   list-style-type: circle;
}
#content ul ol,
#content ol ul,
#content ul ul,
#content ol ol{
   margin: 0.5em 0;
   padding-left: 20px;
}
#content ol{
   margin: 1em 0;
   list-style-type: decimal;
   margin-left: 10px;
   padding-left: 10px;
}
#content li{
   margin-bottom: 0.5em;
   line-height: 1.2;
   margin-left: 10px;
}
/** Hoch- und Tiefgestellt **/
#content sup,
#content sub {
   font-size: 72%;
}
/** Inhaltstabellen des Contents **/
#content .tabrowheader td,
#content .tabrowgerade td,
#content .tabrowungerade td {
   padding: 3px;
}
#content .tabrowheader {
   color:#fff;
   background-color: #0058A4;
   font-weight: bold;
}
#content .tabrowgerade {
   background-color: #c4c5c8;
}
#content .tabrowungerade {
   background-color: #fcfcfc;
}
#content table{margin-bottom: 10px;}
#content td{vertical-align: top;}
/* Input Felder */
#content input,
#content select,
#content textarea {
   border: 1px solid #aaa;
   background-color: #FFF;
   color: #000;
   padding: 3px;
   margin: 1px;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 100%;
}
#content input:focus,
#content textarea:focus,
#content input:hover,
#content textarea:hover,
#content input:active,
#content textarea:active{
   border-color: #88ba14;
}
/** Kontaktformular **/
.KontaktForm .innercontact p {
   position: relative;
   float: left;
   padding: 10px 0;
   width: 309px;
   z-index: 2;
}
.KontaktForm .innercontact p.text {
   position: relative;
   padding: 10px 0;
   width: 309px;
}
.KontaktForm p.button {
   float: none;
   position: relative;
   z-index: 1;
}
.KontaktForm .innercontact p.text textarea {
   width: 490px;
}
.KontaktForm .innercontact p label {
   display: block;
}
.KontaktForm .innercontact p input {
   width: 180px;
}
