/*
////////////////////////////////////////////////////////////////
//
// bereiche_layout.css Stylesheet fuer die Inhaltsseiten
//
// Hofmann PC-Systeme 2005
//
////////////////////////////////////////////////////////////////
*/

/*
////////////////////////////////////////////////////////////////
// Hauptbereich
////////////////////////////////////////////////////////////////
*/


.main                   {
                        width:                  950px;
                        background-color:       #FFFFFF;
                        border-right-style:     solid;
                        border-right-width:     1px;
                        border-right-color:     #336699;
                        border-bottom-style:    solid;
                        border-bottom-width:    1px;
                        border-bottom-color:    #336699;
                        }
                        


/*
////////////////////////////////////////////////////////////////
// Navigation   
////////////////////////////////////////////////////////////////
*/

.navigation             {
                        font-size:              13px;
                        }                       

.navigation a           {
                        font-weight:            bold;
                        margin-left:            5px;
                        margin-right:           10px;   
                        }


/*
////////////////////////////////////////////////////////////////
// inhalt
////////////////////////////////////////////////////////////////
*/
                        
.inhalt                 {
                        padding-left:           10px;
                        width:                  98%;
                        }
                        

/*
////////////////////////////////////////////////////////////////
// Suche
////////////////////////////////////////////////////////////////
*/
                        
.suche                  {
                        padding-left:           10px;
                        color:                  #336699;
                            
                        }
.suche2                 {
                        color:                  #336699;
                            
                        }


.suche td               {
                        color:                  #336699;
                        }
                        
/*
////////////////////////////////////////////////////////////////
// Themengruppen
////////////////////////////////////////////////////////////////
*/
                        
.themengruppen          {
                        width:                  270px;
                        border-right-style:     solid;
                        border-right-width:     3px;
                        border-right-color:     #336699;
                        margin-top:             10px;
                        padding-left:           10px;
                        }
.themengruppen td       {
                        font-size:              12px;
                        }
                        


/*
////////////////////////////////////////////////////////////////
// Bilderliste
////////////////////////////////////////////////////////////////
*/
                        
.bilderliste            {
                        margin-top:             10px;
                        margin-bottom:          10px;
                        margin-left:            10px;
                        padding-left:           10px;
                        }
.bilderliste td         {
                        font-size:              12px;
                        }
                        
/*
////////////////////////////////////////////////////////////////
// Bildanzeige
////////////////////////////////////////////////////////////////
*/
                        
.bildanzeige            {
                        padding:        					4px;
                        border: 									0px solid #C0C0C0; 
                        background-color: 				#F0F5FA;

                        }
.bildanzeigeDiv         {
                        padding:        					4px;
                        border: 									1px solid #C0C0C0;
                        margin-bottom: 						4px;
                        
                        }
.bildanzeige p          {
                        font-size:          			11px;
                        }
.bildanzeigeTable           {
                        display:									block;
                        background-image: 				url('../../bilder/icon_back_180.jpg');
                        text-align:								right;
                        
                        }                                               
                        
                        
/*
////////////////////////////////////////////////////////////////
// Fusszeile
////////////////////////////////////////////////////////////////
*/
                        
.Fusszeile              {
                        background-color:   				#336699;
                        }
												
.fusszeile p            {
                        color:              				#FFFFFF;
                        font-size:          				11px;
                        text-align:         				center;
                        margin-top:         				3px;
                        margin-bottom:      				10px;
                        }
                        
                        /*
////////////////////////////////////////////////////////////////
// Themenbaum
////////////////////////////////////////////////////////////////
*/
                        
.themenbaum             {
                         font-size:										11px;
                         font-weight: 								normal;
                         text-decoration:							none;
                         color: 											#336699;                        }


