html, body          
                    {
                    width:980px;
                    margin:0px;
                    padding:0px;
                    background-color:white;
					
                    
                    font-family:centurygothic,verdana, arial, sans-serif;
                    font-size:12px;
					color:rgb(0,0,0);
                    text-align:center;
                    margin:auto;
                    }
                    
html>body html, body
                    {
                    }                   
                   
#graustreifen       
                    {
                    width:980px;
                    height:20px;
                   /* background-color:#AEC1D8;
                    border-bottom:1px solid white;
                    */
                    background-image:url(../images/graurundoben.jpg);
                    background-repeat:no-repeat;
                    margin:0 0 0 0;
                    padding:0 0 0 0;
                    color:rgb(244,244,244);
                    }
                    
#header              
                    {
                    
                    float:left;
                    background-color:rgb(255,0,0);
                    width:797px;
                    height:78px;
                    background-image:url(../images/hintergrundheader.jpg);
                    background-repeat:no-repeat;
                    margin:0 0 2 0;
                    }

html>body #header
                    {
                    float:left;
                    width:803px;
				            height:78px;
                    margin:0 0 2 0;
                    }                    
                    
/*Login*/
#loginstatus 
                    {
                    float:right;
                    margin:0px;
                    height:78px;
                    background-color:rgb(255,0,0);
                    top:27px;
                    width:172px;
                    font-weight:bold;
                    padding:0px;
                    background-image:url(../images/hintergrundlogin.jpg);
                    background-repeat:no-repeat;
                    background-position:right;
                    }
                    
html>body #loginstatus
                    {
                    height:78px;
                    width:177px;
                    border-bottom:2px solid white;
                    }                 
                    

legend.loginstatus 
                    {
                    font-size:14px;
                    background-color:transparent;
                    color:white;
                    padding-bottom:0px; 
                    margin-bottom:0px;
                    margin:0px;
                    }


fieldset.loginstatus 
                    {
                    padding:0px; 
                    width:172px;
                    border-left:0px;
                    border-right:0px;
                    margin-right:8px; 
                    margin-top:0px;
                    margin-bottom:0px;
                    border:0px solid black;
                    }
                    
html>body fieldset.loginstatus
                    {
                    width:148px;
                    }                    

#login_form 
                    {
                    position:absolute;
                    top:147px;
                    left:823px;
                    right:0px;
                    width:172px;
                    height:78px;
                    padding:0px;
                    margin:0px;
                    }	

html>body #login_form
                    {
                     width:150px;
                     height:120px;
                    }                    	
                   
#top_navigation     
                    {
                    margin:0 0 0 0;
                    padding:0 0 0 0;
                    height:34px;			
                    float:left;
                    border-top:0px solid white;
                    border-bottom:0px solid white;
                     border:none;
                    width:980px;
                    background-image:url(../images/hintergrundtopnavi.jpg);
                    background-repeat:no-repeat;
                                        
                    }

html>body #top_navigation
                    {
                    margin:0 0 2 0;
                    }
                    
/*TOPNAVIGATION*/
a.top_link 
                    {
                    height:35px;
                    border: 0px solid #fff;
                    text-align:center;
                    font-size:14px;
                    font-weight:bold;
                    padding:10 0 0 0;
                    margin:0 0 0 0;
                    text-decoration:none;	
                    
                    }	
					
html>body a.top_link	{
					          height:24px;
          					}					
								 
a.top_link:link, a.top_link:visited 
                    {
                    color:white;
                    }	
                    		        
a.top_link:hover, a.top_link:active 
                    {
                    color:red;
                    /*
                    background-repeat:no-repeat;
                    background-color:rgb(81,145,183);
                     height:100%;
                     */
                   
                    border-top:0px solid rgb(10,101,154);
                    border-bottom:0px solid rgb(10,101,154);
                    }

a#lefttop1 
                    { 
                    float:left;
					          z-index:4;
                    border-right:1px solid white;
                    border-left:0px solid white;
                    width:169px;
                    }			

a#lefttop 
                    {
                    float:left;
                    z-index:4;
                    border-right:1px solid white;
                    border-left:0px solid white;
                    width:321px;	
                    }	

html>body a#lefttop          
                    {
                    width:320px;	
                    } 			   
	                    
a#righttop 
                    {
                    float:left;

                    z-index:4;
                    border-right:1px solid white;
                    border-left:0px solid white;
                    width:321px;
                    }
                    
html>body a#righttop          
                    {
                    width:320px;	
                    } 	
                    
a#righttop1 
                    { 
                    float:left;
                    z-index:4;
                    border-right:0px solid white;
                    border-left:0px solid white;
                    width:168px;
                    padding-bottom:0px;
                    }


/*Linke Navigation*/	 

#leftnavigation 
                    {
                    float:left;
                    top:146px;
                    background-image:url(../images/leftrightn.jpg);
                    background-repeat:repeat-x;
                    background-color:transparent;
                    color:white;
                    width:168px;
                    padding:0px;
                    height:1010px; 
                    text-align:left;
                    left:0px;
                    margin:0px;
                    border-top:2px solid white;
                    
                    }
                    
html>body #leftnavigation          
                    {
                    border-top:0px solid white;
                    } 	


/*aktivEltern*/
#leftnavigation #current
                    {
                    border-top:1px solid white;
                    width:164px;
                    text-align:left;
                    font-size:13px;
                    background-color:#1D4F91;
                    }
                    		
#leftnavigation #current:hover
                    {
                    border-top:2px solid white;
                    width:165px;
                    color:white;
                    font-size:12px;
                    }
                    
                    
html>body #leftnavigation #current:hover       
                    {
                    width:164px;
                    } 
                    

/*UnterbindungAuflistungszeichen*/				
#leftnavigation ul
                    {
                    margin: 0px;
                    padding: 0px;
                    list-style-type: none;
                    
                    }			
#leftnavigation li 
                    { 	
                    padding:0px;		
                    margin: 0px; 
                    }


/*Erklaerungsleiste*/				
#leftnavigation #explain
                    {
                    margin-top:30px;
                    display:block;
                    width: 167px;
                    height:50px;
                    color: white;
                    text-decoration: none;
                    border-top: 0px solid #333;
                    border-bottom: 0px solid #333;
                    border-right: 1px solid #333;
                    /*font-weight: bold;*/
                    font-size:12px;
                    }


/*nichtaktivierteltern*/				
#leftnavigation a
                    {
                    display:block;
                    width: 167px;
                    height:15px;
                    color: white;
                    text-decoration: none;
                    border-top: 0px solid rgb(181,181,181);
                    border-bottom: 1px solid rgb(181,181,181);
                    border-right: 0px solid rgb(181,181,181);
                    font-weight: bold;
                    font-size:13px;
                    padding:11px 0px 10px 0px;
                    
                    }		
                    		
/*nichtaktiveelternhover*/				
#leftnavigation a:hover
                    {
                    color:white;
                    background-color:rgb(81,145,183);
                    text-decoration: none;
                    border-top: 1px solid white;
                    border-left: 1px solid white;
                    border-bottom: 1px solid #fff;
                    border-right: 1px solid rgb(10,101,154);
                    font-size:13.5px;
                    width:168px;				
                    }	
                    
html>body #leftnavigation a:hover         
                    {
                    font-size:13px;
					 width:165px;	
                    }       		

/*eingerueckte aktive unterverzeichnisse*/						
#leftnavigation ul ul a
                    {
                    text-align:center;
                    display:block;
                    padding:11px 0px 10px 9px;
                    width:164px;
                    height:15px;
                    color:white;
                    text-decoration: none;
                    font-weight: bold;
                    font-size:11px;
                    text-align:left;
                    background-color:transparent;
                    }			

html>body #leftnavigation ul ul a
                    {
                    width:156px;
                    }		
					                  	
/*eingerueckte aktive unterverzeichnisse hover*/			
#leftnavigation ul ul a:hover
                    {
                    color:white;
                    
                    text-decoration: none;
                    height:15px;
                    font-size:11px;
                    width:165px;
                    font-weight:bold;
                    }
                  
                    
html>body #leftnavigation ul ul a:hover        
                    {
                    width:154px;
                    }           


/*eingerueckte aktive unterverzeichnisse + eltern*/			
#leftnavigation #active
                    {			
                    border-left:0px solid white;
                    width: 163px;
                    border-bottom:0px solid white;
                    border-left:3px solid white;
                    background-color:#345E94;
                    }                    
                    
html>body #leftnavigation #active        
                    {
                    border-bottom:3px solid white;
                    }    
                                    
#leftnavigation a.leftadv	
                    {
                    border:0px solid yellow;
                    color: white;
                    text-decoration: none;
                    border-top: 0px solid #fff;
                    border-bottom: 0px solid #333;
                    border-right: 0px solid #333;
                    padding:6 0 0 2;
                    margin:0 0 0 0;
                    }


#leftnavigation a.leftadv:hover	
                    {
                    border:0px solid green;
                    padding:6 0 0 2;
                    margin:0 0 0 0;
                    
                    color: white;
                    text-decoration: none;
                    background-color:transparent;
                    }                                

                    
html>body #leftnavigation a.leftadv:hover	          
                    {
                    width: 168px;
                    }                    
#right_navigation 
                    {   
                    background-image:url(../images/leftrightn.jpg);
                    background-repeat:repeat-x;
                    float:right;
                    background-color:transparent;
                    border-top:2px solid white;
                    width:168px;
                    padding:0px;
                    height:1010px;
                    
                    }

                    
html>body #right_navigation          
                    {
                    border-top:0px solid white;
                    } 	
                    	
#content 
                    { 
					z-index:1;
                    border: 0px solid red;
                    width:638px;
                    padding-left:20px;
                    padding-right:20px;
                    padding-top:30px;   
                    background-color:#AEC1D8;
                    line-height: 21px;
                    margin:0px;
                    margin-top:2px;
                    min-height:600px;
                    background-image:url(../images/fussunter.png); 
                    background-repeat:repeat-x;
                    background-position:bottom;
                    }
                    
html>body #content  
                    {
                    margin-left:168px;
                    margin-top:116px;
                    width:604px;
                    padding-top:20px;	
                    }                    

#content2
                    {  
                    border: 0px solid red;    
                    line-height: 21px;
                    }
					
#content3
                    {  
                    border: 0px solid red;    
                    line-height: 21px;
					          float:left;
                    }
                    
                    
					
#contentleft 
                    {
                    border:0px solid green; 
                    margin-top:0px;
                    float:left;
                    width:287px;
                    padding-left:0px;
                    padding-top:0px;
                    margin-right:0px;
                    
                    }
                    
html>body #contentleft
                    {
                    width:292px;
                    padding-top:1px;
                   
                    }

#contentright 
                    {
                    border: 0px solid blue;
                    margin:0px;
                    padding:0px;
                    width:287px;
                    margin-left:306px;
                    }	

html>body #contentright
                    {
                    width:290px;
                    margin-left:316px;
                    padding-top:1px;
                    }
#fussleiste 
                    {
                   
                    font-size:4px;
                    bottom:2px;
                    padding-top:120px;
                    padding-left:0px;
                    padding-right:0px;
                    }
                    
html>body #fussleiste
                    {
                    margin:0px;
					padding:0px;
					padding-top:100px;
                    }                 
                    
                    
/*verschiedene divs*/

#breadcrump 
                    {
					border-bottom:1px solid rgb(255,0,0);
					font-size:4px;
					bottom:2px;
                    }
                    
#bord 
                    {
                    height:20px;
                    } 		
                    		    								
#dsuche 
                    {

                    text-align:center;	
                    font-size:15px;
                    font-weight:bold;

                    }
                  
#menu a 
                    {
                    background-color:transparent;
                    height:29px;
                    color:black;
                    font-size:15px;
                    padding-top:3px;
                    display:block;         
                    }
					
.branchen			{
					background-image:url(../images/branchenhintergrund.jpg);
					background-repeat:repeat-x;
					
					}


  
/*normale Tags*/

a:visited
                    {
                    color:black;
                    }	
                    
fieldset 
                    {  
                    margin:0px;
                    margin-top:10px;
                    padding:3px;
                    padding-top:10px;
                    border:0px;
                    border-top:1px solid white;
                    }
                    
h1 
                    {
                    font-family:verdana, arial, sans-serif;
                    font-weight:bold;
                    text-align:center;
					          color:rgb(10,101,154);
					          font-size:17px
                    }
        
h2
                    {
                    font-size:15px;
                    font-weight:bold;
                    text-align:center;
                    }

h3 
                    {
                    font-size:13px;
                    font-weight:normal;
                    }

h4 
                    {
                    font-size:15px;
                    font-weight:bold;
					color:red;
                    text-align:center;
					
					}

h6 
                    {
                    padding-top:0px;
                    margin-top:0px;
                    font-family:arial, sans-serif;
                    text-align:center;
                    font-size:11px;
                    }
input 
                    {
                    font-family:arial, sans-serif;
                    font-size:13px;
                    }  
                                      
legend 
                    {
                    color:rgb(70,70,70);
                    font-family:arial, arial, sans-serif;
                    padding-right:6px;
                    padding-left:6px;
                    vertical-align:middle;                
                    font-size:14px;
                    color:black;
                    font-weight:bold;
                    padding-bottom:3px;
                    padding-top:2px;
                    background-color:rgb(255,165,0);
                    border-left: 1px solid white;
                    border-top: 1px solid white;
                    margin-bottom:16px;
                    }
                    
html>body legend    
                    {
                    margin-bottom:0px;
                    }        

p 
                    {
                    font-family:arial, arial, sans-serif;
                    font-size:13px;
                    }
                    
select 
                    {
                    font-family:arial, sans-serif;
                    font-size:13px;
                    }

table 
                    {
                    width:100%;
                    }
                    
tr,td  
                    {
                    padding-top:2px;
                    padding-left:3px;
                    padding-bottom:5px;
                    }
					                    
td 
                    {
                    width:100%;
                    font-family:arial, sans-serif;
                    font-size:13px;
                    }

textarea 
                    {
                    font-family:arial, sans-serif;
                    font-size:13px;
                    }

ul, li 
                    {
                    font-size:13px;
                    padding-top:5px;
                    padding-bottom:5px;
                    }

/*Klassen*/

.graumarkiert1 
                    {
                    font-weight:bold;
                    width:100%;
                    background-color:rgb(205,205,215);
                    color:rgb(75,75,75);
                    
                    }

.graumarkiert2 
                    {
                    width:100%;
                    background-color:rgb(220,220,230);
                    color:rgb(75,75,75);
                    }

.hintergrundgrau
                    {
                    width:100%;
                    font-size:12px;
                    background-color:white;
                    height:24px;
                    }
                    
.paddingtop	
                    {
                    margin-top:0px;
                    }

html>body .paddingtop
                    {
                    margin-top:10px;
                    }
.zeile1			
                    {
                    width:100%; 
                    padding-bottom:9px;	
                    }

.zeile2			
                    {
                    width:100%; 
                    padding-bottom:9px;	
                    padding-top:9px;
                    border-top:1px solid rgb(10,101,154);
                    }

.zeile3			
                    {
                    width:100%; 
                    padding-bottom:8px;	
                    padding-top:9px;
                    border-top:1px solid rgb(10,101,154);
                    }

.zeile4			
                    {
					padding-top:9px;
                    width:100%; 
                    border-top:1px solid rgb(10,101,154);
					padding-bottom:0px;	
                    }
					                    
html>body .zeile3
                    {
                    padding-bottom:9px;	
                    }
					
				
.bilderrahmen	{
				 border-top:0px solid white;
				 border-left:0px solid white;
				 border-right:0px solid black;
				 border-bottom:0px solid black;
				 }
				 
.thumb			{
				padding:0px;
				margin:0px;
				width:136px;
				padding-right:5px;
				}				  
				
.bigpreview		{
				width:580px;
				}
				
				
				
/* Nachfolgende Klassen bestimmen die Farben und Hintergruende von Ueberschriften
ublau = weisse schrift auf blauem Balken zwei spaltig
uorange= weisse schrift auf orangem Balken 2 spaltig
tblauw= blaue Schrift auf weissem Hintergrund 1 spaltig
trotw= rote Schrift auf weissem Hintergrund 1 spaltig						
tblau= blaue Schrift
*/

.ublau {
				text-align:center;
				width:100%;
				font-size:14px;
				font-weight:bold;
				color:white;
				background-color:rgb(10,101,154);
				padding-top:4px;
				}
.ublau1 {
				text-align:left;
				width:100%;
				font-size:14px;
				font-weight:bold;
				color:white;
				background-color:rgb(10,101,154);
				padding-top:4px;
				}
				
.uorange	{
				width:100%;
				text-align:center;
				background-color:rgb(255,165,0);
				color:rgb(70,70,70);
				font-weight:bold;
				font-size:14px;
				padding-top:4px;
				}
.uorange13	{
				width:100%;
				text-align:center;
				background-color:rgb(255,165,0);
				color:rgb(70,70,70);
				font-weight:bold;
				font-size:13px;
				padding-top:4px;
				}                
.uorange1	{
				width:100%;
				text-align:center;
				background-color:rgb(255,165,0);
				color:rgb(70,70,70);
				
				font-size:14px;
				padding-top:4px;
				}
.ugrey1	    {
				width:100%;
				text-align:center;
				background-color:rgb(140,140,140);
				color:rgb(235,235,235);
				font-weight:bold;
				font-size:14px;
				padding-top:4px;
				}
.ugrey11	    {
				width:100%;
				text-align:center;
				background-color:rgb(140,140,140);
				color:rgb(235,235,235);
				font-weight:bold;
				font-size:11px;
				padding-top:4px;
				}
.ugrey2	    {
				width:100%;
				text-align:center;
				color:rgb(30,30,30);
				          
                font-weight:bold;
				font-size:13px;
				padding-top:4px;
				}  
.ugreyr	    {
				width:100%;
				text-align:center;
				background-color:rgb(140,140,140);
				color:rgb(0,0,128);
				font-weight:bold;
				font-size:14px;
				padding-top:4px;
				}
.urot1	    {
				width:100%;
				text-align:center;
				background-color:red;
				color:rgb(235,235,235);
				font-weight:bold;
				font-size:14px;
				padding-top:4px;
				}
						
.tblauw	{
				
				width:100%;
				vertical-align:top;
				background-color:Ivory;
				color:rgb(0,0,128);
				font-size:12px;
				
				}
.tblauw1	{
				width:100%;
				vertical-align:top;
				background-color:Ivory;
				color:rgb(0,0,128);
				font-weight:bold;
				font-size:12px;
				
				} 
.tblauw2	{
				width:100%;
                padding-right:100px;
                text-align:right;
				vertical-align:top;
				background-color:Ivory;
				color:rgb(0,0,128);
				font-weight:bold;
				font-size:12px;
				
				} 
.tblauw3	{
				width:100%;
                padding-right:100px;
               
                text-align:right;
				vertical-align:top;
				background-color:Ivory;
				color:rgb(0,0,128);
				font-size:12px;
				
				}                                               
.tblauwc	{
				width:100%;
				vertical-align:middle;
				background-color:white;
				color:rgb(10,101,154);
				font-weight:bold;
				font-size:13px;
				
				}	
.tblauneutc	{
				width:100%;
				text-align:center;
				color:rgb(10,101,154);
				font-weight:bold;
				font-size:13px;
				
				}	
.tblauneutl	{
				width:100%;
				text-align:left;
				color:rgb(10,101,154);
				font-weight:bold;
				font-size:13px;
				
				}		
.tblc1	{
				width:100%;
				vertical-align:middle;
				background-color:white;
				color:rgb(10,101,154);
				font-weight:bold;
				font-size:12px;
				text-align:center;
				}
.tblc4	{
				width:100%;
				vertical-align:middle;
				background-color:white;
				color:rgb(10,101,154);
				font-weight:bold;
				font-size:10px;
				}
.tblc11	{
				width:100%;
				vertical-align:middle;
				background-color:white;
				color:rgb(10,101,154);
				font-weight:bold;
				font-size:11px;
				}
.tblc2	{
				width:100%;
				vertical-align:middle;
				
				color:rgb(10,101,154);
				font-weight:bold;
				font-size:12px;
				text-align:center;
				} 
.tblc5	{
				width:100%;
				vertical-align:middle;
				
				color:rgb(10,101,154);
				font-weight:bold;
				font-size:12px;
				text-align:left;
				} 
.tblc3	{
				width:100%;
				vertical-align:middle;
				
				color:rgb(10,101,154);
				font-weight:bold;
				font-size:15px;
				text-align:center;
				background-color:ivory;
				}  
.tblc7	{
				width:100%;
				vertical-align:middle;
				
				color:rgb(10,101,154);
				font-weight:bold;
				font-size:12px;
				text-align:center;
				background-color:ivory;
				}   				       					
.trotw			{
				width:100%;
				vertical-align:middle;
				background-color:white;
				color:red;
				font-weight:bold;
				font-size:13px;
				}
.trotwi			{
				width:100%;
				vertical-align:middle;
				background-color:ivory;
				color:red;
				font-weight:bold;
				font-size:12px;
				}
.trotw4			{
				width:100%;
				vertical-align:top;
				background-color:white;
				color:red;
				font-weight:bold;
				font-size:11px;
				}
.trotw1			{
				width:100%;
				vertical-align:middle;
                text-align:center;
				background-color:white;
				color:red;
				font-weight:bold;
				font-size:13px;
				}
.trot5			{
				width:100%;
				vertical-align:middle;
                text-align:center;
				color:red;
				font-weight:bold;
				font-size:12px;
				}

.trotw2			{
				width:100%;
				vertical-align:top;
                text-align:left;
				background-color:white;
				color:red;
				font-weight:bold;
				font-size:13px;
				}
.trotwr			{
				width:100%;
				vertical-align:middle;
				background-color:white;
				color:red;
				font-weight:bold;
				font-size:13px;
				text-align:right
				}			
.tblau			{
				 width:100%;
				 text-align:left;
				 color:rgb(10,101,154);
				 font-weight:bold;
				 font-size:14px;
				}		
.tblauk			{
				 width:100%;
				 text-align:left;
				 color:rgb(10,101,154);
				 font-weight:bold;
				 font-size:13px;
				}

.tredk			{
				 width:100%;
				 text-align:left;
				 color:red;
				 font-weight:bold;
				 font-size:13px;
				}			
.tblauk2		{
				 width:100%;
				 text-align:right;
				 color:rgb(10,101,154);
				 font-weight:bold;
				 font-size:13px;
				}
.tblauk4		{
				 width:100%;
				 text-align:left;
				 color:rgb(10,101,154);
				 font-size:13px;
				}                
.tblauk1			{
				 width:100%;
				 text-align:left;
				 color:rgb(10,101,154);
				 font-weight:bold;
				 font-size:12px;
				}				
.tblaukc			{
				 width:100%;
				 text-align:center;
				 color:rgb(10,101,154);
				 font-weight:bold;
				 font-size:13px;
				}				
.tblauk11			{
				 width:100%;
				 text-align:left;
				 color:rgb(10,101,154);
				 font-weight:bold;
				 font-size:11px;
				}

.tblue1			{
				 width:100%;
				 text-align:left;
				 color:rgb(10,101,154);
				 font-size:12px;
				
				
				}	
.tkblue2			{
				padding-top:6px;
                padding-bottom:6px;
                
                width:100%;
				text-align:left;
				color:rgb(10,101,154);
				background-color:rgb(220,220,230);
                
                font-size:12px;
				font-weight:bold;
				
                }                									
 
.tblue5			{
				 width:100%;
				 text-align:left;
				 color:rgb(10,101,154);
				 font-size:11px;
				 font-weight:bold;
				
				
				}
.tblue4			{
				 width:100%;
				 text-align:left;
				 color:rgb(10,101,154);
				 font-size:12px;
				font-weight:bold;
				
				}	
									
.tblue3			{
				width:100%;
				text-align:center;
				color:rgb(10,101,154);
				font-size:12px;
				background-color:white;
				font-weight:bold;
				}	
.tkblue1			{
				padding-top:8px;
                padding-bottom:8px;
                
                width:100%;
				text-align:left;
				color:rgb(0,0,128);
				font-size:13px;
				background-color:ivory;
				font-weight:bold;
				}  									
.tblagb	{
				width:100%;
				vertical-align:top;
				background-color:white;
				color:rgb(10,101,154);
				padding-left:10px;
				padding-right:5px;
				
				font-size:12px;
				
				}
.tbutton1   	{
				width:100%;
				text-align:center;
				color:rgb(10,101,154);
				font-weight:bold;
				font-size:12px;
				}
.tbutton2   	{
				width:100%;
				text-align:center;
				color:rgb(10,101,154);
				font-weight:bold;
				font-size:13px;
					
				}	
.tbutton3   	{
				width:99%;
				text-align:center;
				color:rgb(10,101,154);
				font-weight:bold;
				font-size:15px;
				}                	
			
.left			{
				float:left;				
				}
.tzwischen	{
				width:100%;
				height:10px;
				font-size:3px;
				
				}
.tzwischen1	{
				width:100%;
				height:5px;
				font-size:3px;
				
				}				
.tbeispg	{
				
				width:100%;
				text-align:left;
				background-color:rgb(205,205,215);
				color:rgb(10,101,154);
				font-size:12px;
				font-weight:bold;
				}
.tbeispung	{
				
				width:100%;
				text-align:left;
				color:rgb(10,101,154);
				font-size:12px;
				font-weight:bold;
				}		
