/* Hintergrundfarbe und Standart Schrift */
body { background-color: #DDDDDD; 
       font-weight: normal; 
       font-family: Verdana; 
       font-size: 12px; }

/* Hyperlinks */


/* Texte */
.normal{ font-family: Verdana;
         font-size: 11px; 
         color: #000000;
         text-decoration: none; 
 
         }
         
.small{ font-family: Verdana;
        font-size: 10px;
        color: #000000;
        text-decoration: none; }
        
.notice{ font-family: Verdana;
         font-size: 11px;
         color: #FEC254;
         font-weight: bold;
         text-decoration: none; }
         
.comment{ font-family: Verdana;
          font-size: 11px;
          color: #FF0000;
          text-decoration: none; }         
       
h2.headline { 
            font-weight: bold;
            font-size: 16px;
            color: #795339; 
            text-decoration: none;


			}

#gb{
	text-align: center;
	}

#gb[id]{
	padding-top: 60px;
	}

/* Tabellen */
.tbl_admin { border-collapse:collapse;
            background-image: none;
            border-left-width: 1px;
            border-left-color: #000000; 
            border-left-style: solid; 
            
            border-right-width: 1px;
            border-right-color: #000000; 
            border-right-style: solid;
            
            border-top-width: 1px;
            border-top-color: #000000; 
            border-top-style: solid; 
            
            border-bottom-width: 1px;
            border-bottom-color: #000000; 
            border-bottom-style: solid; 
            margin: 0 auto;
            }
            
.tbl_admin td.td1 { background-color: #EEE; 
       border-style: solid;
       border-width: 1px;
       border-color: #000000;
       background-image: none; 

}

.tbl_admin td.td2 { background-color: #AAA; 
       border-style: solid;
       border-width: 1px;
       border-color: #000000; 
       background-image: none;

}

.tbl_main { 

            border-collapse:collapse;

            border-left-width: 0px;
            border-left-color: #000000; 
            border-left-style: solid; 
            
            border-right-width: 0px;
            border-right-color: #000000; 
            border-right-style: solid;
            
            border-top-width: 0px;
            border-top-color: #000000; 
            border-top-style: solid; 
            
            border-bottom-width: 0px;
            border-bottom-color: #000000; 
            border-bottom-style: solid; 
            margin: 20px auto;
            }

.tbl_main tr.top{
	background-image: url(author-bg.gif);
		background-repeat: repeat-x;
		height: 40px;
		border-bottom: 1px #eee solid;
}

.tbl_main tr.bottom{
	background-image: url(unten.gif);
		background-repeat: repeat-x;
		height: 40px;
}



.name{
padding-left: 50px;
text-align: left;
color: #BB0606;
		font-family: Verdana, Helvetica, sans-serif;
		font-size:14px;

}

.datum{
text-align: right;
font-size:10px;
font-weight: bold;
color: #000;
}

.td0 { border-style: solid;
       border-width: 1px;
       border-color: #000000; 
}            
            
.td1 { background-color: #fff; 
       border-style: solid;
       border-width: 0px;
       border-color: #000000; 
       padding-left:10px;
       padding-top:5px;
       background-image: url(mitte.gif);
		   background-repeat: repeat-y;

       overflow: hidden;
       }

.td2 { background-color: #fff; 
       border-style: solid;
       border-width: 0px;
       border-color: #000000; 
       padding-left:10px;
       padding-top:5px;
       background-image: url(mitte2.gif);
		   background-repeat: repeat-y;
  /*     max-width: 580px;*/
       overflow: hidden;
       }
 
.td1 img, .td2 img{max-width: 500px;}
       
.td3 { background-color: transparent; 
       border-style: solid;
       border-width: 1px;
       border-color: #000000;
       color: #FF6B33}
       
.td4 { background-color: #AAAAAA;        
       border-width: 0px;
       border-color: #000000; }     
       
.td5 { background-color: #EFEFEF;        
       border-width: 0px;
       border-color: #000000; }         
       
/* Formulare */
input { font-family: Verdana;
        font-size: 10px;
        color: #000000;
        background-color: #DEDEDE;
        border-style: solid;
        border-width: 1px;
        border-color: #000000; }
        
textarea { font-family: Verdana;
           font-size: 10px;
           color: #000000;
           background-color: #DEDEDE;
           border-style: solid;
           border-width: 1px;
           border-color: #000000; }

select { font-family: Verdana;
         font-size: 10px;
         color: #000000;
         background-color: #DEDEDE;
         border-style: solid;
         border-width: 1px;
         border-color: #000000; }           
