/* *** Andreas Öttl, 2012 *** */

body {
background-color: white;
font-family: Tahoma;
font-size: 12px;
padding:0px;
margin:0px;
}

p {
font-family: Tahoma;
font-size: 12px;
color: #000000;
}

/* ----------container zentriert das layout-------------- */
#container {
background-image: url(images/background_neu.jpg);
width: 1200px;
height: 1050px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 


/* ----------outer und inner----------------- */

#outer{ 
border-left: 400px solid rgba(255, 255, 255, .01);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */; /* linke Menue Spalten Farbe  */ 
border-right: 400px solid rgba(255, 255, 255, .01);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */; 
} 

#inner{margin:0; width:100%; }

/* --------------left und right navigavtion------------- */
#left {
 width:340px; 
 float:left; 
 position:relative; 
 margin-left:-390px; 
 margin-right:1px;
 padding-left: 20px;
 }
 #right {
 width:360px; 
 float:right; 
 position:relative; 
 margin-right:-360px; 
 margin-left:1px;
 }

/* -----------------Inhalt--------------------- */ 
#content{ 
position: relative; 
margin: 0px;
width: 370px; 
}
p {
padding: 5px 10px;
margin:0px; }

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:0px;
margin:0px;
text-align: right; } 

/*  -------------- FONT ----------------------- */
.gruenerText {
        font-family: Tahoma;
        font-size: 14px;
        color: #7fa928;
       line-height: 16px;
}

.schwarzerText {
        font-family: Tahoma;
        font-size: 14px;
       color: #000000;
       line-height: 16px;
       }

.gruenerTextgross {
         font-family: Tahoma;
         font-size: 16px;
        color: #7fa928;
      line-height: 20px;
        font-weight: bold; 
       }

.gruenerTextklein {
           font-family: Tahoma;
          font-size: 14px;
          color: #558624;
        line-height: 14px;
       font-weight: bold; 
       }

.grueneHeadline {
          font-family: Tahoma;
          font-size: 28px;
          color: #7fa928;
          line-height: 16px;
          }

.graueHeadline {
          font-family: Tahoma;
          font-size: 28px;
          color: #9c9d9d;
          line-height: 16px;
          }
           
ul, li {     
color: #000000; 
font-family: Tahoma; 
font-size: 13px; 
line-height: 16px;  
list-style-type: square;
}

a.link:link    { font-weight: bold; font-size: 12px; font-family: Tahoma; color: #000000; text-decoration: none;}

a.link:visited { font-weight: bold; font-size: 12px; font-family: Tahoma; color: #000000; text-decoration: none;}

a.link:hover   { font-weight: bold; font-size: 12px; font-family: Tahoma; color: #000000; text-decoration: underline;}

a.link:active  { font-weight: bold; font-size: 12px; font-family: Tahoma; color: #000000; text-decoration: underline;}
