/*
hellgrün: #58A038
dunkelgrün: #008000
gelb: #FFC808
*/

#rahmen {
         /*background-image: url("../gif/background/bg-linie-schmal.jpg");
         background-repeat: repeat-y;
         background-position: top left;*/
         margin: 0 5%;
         /*width: 900px;*/
         height: 100%;
         border-style: solid;
         border-width: 3px 1px 2px;
         border-color: #58A038;
         border-top: solid #FFC808;
         border-bottom: solid #FFC808;
         background-color: white;
         }

#banner {
         color: #0a9b69;
         text-align: center;
         padding-top: 3px;
         padding-bottom: 3px;
         height: 100px;
         overflow: hidden;
         line-height:30px;
         }

#brand  {
         color: #4C9A7C;
         margin-top: 1px;
         padding-bottom: 3px;
         height: auto;
         border-top: 1px solid #58A038;
         }

#inhalt {
         margin-top: 15px;
         color: #375253
         height: 100%;
         clear: left;
         border: 0 solid #58A038;
         }

#content        {
         margin-left: 180px;
         padding-top: 0px;
         padding-right: 2em;
         padding-left: 2em;
         height: 100%;
         border solid 0px #58A038;
         }

#abschluss {
         color: silver;
         font-size: 0.9em;
         background-color: #58A038;
         text-align: right;
         padding-right: 20px;
         height: auto;
         clear: both;
         border-top: 1px solid #fff;
         border-bottom: 1px solid #618b56
         }

#abschluss a:link, #abschluss a:visited, #abschluss a:hover, #abschluss a:active {
        color: #c0c0c0;
         font-style: italic;
         font-size: 0.9em;
         font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
         text-decoration: none;
         background-color: transparent
         }
#abschluss a:hover {
        color: #fff;
         font-variant: small-caps;
         font-weight: bolder;
         text-decoration: underline
         }
