html, body				{ 
						margin:0; 
						padding:0; 
						text-align:center;
                        background-color: rgb(234,234,234);
                        font-family: Verdana;
						}

 
#pagewidth				{ 
						width:1000px;
						text-align:left;  
						margin-left:auto; 
						margin-right:auto;  
						} 
 
#oben					{
						position:relative; 
						height:165px;
						background: url(images/oben.gif) no-repeat;
						width:100%;
                        text-align: right;
						}
#oben TD                 {
                        position: relative;
                        padding: 0px;
                        margin: 0px;
                        height: 19px;
                        }
#oben TD A               {
                        color: #000000;
                        text-decoration: none;
                        font-size: 11px;
                        margin: 5px;
                        padding: 5px; 
                        }
#oben TD.menue1aktiv     {
                        background-color: rgb(144,160,175);
                        }

#mitte					{
						position:relative;
						background: url(images/mitte.gif) repeat-y;
						width:1000px;
						}

#unten					{
						position:relative; 
						height:57px; 
						background: url(images/unten.gif) no-repeat; 
						width:100%;
						}




#rahmen                 {
						display:inline; 
                        width:133px; /* 158-25*/
						float:left; 
						position:relative; 
						margin-left: 25px;
						}
 
#twocols				{
                        display:inline;
						width:817px; /* 842-25px */
						float:right; 
						position:relative;
                        margin-right: 25px;
                        }
 
#menue2                 {
                        display:inline;
						width:295px;
						float:right; 
						position:relative;

						}
#menue2 P                 {
						margin:0;
						padding-left:20px;
                        padding-top:5px;
						background-color: rgb(12,45,80);
                        margin-top: 10px;
                        height: 20px;
						}
#menue2 P A             {
                        font-size: 12px;
                        text-decoration: none;
                        color: #FFFFFF;
                        }
#menue2 P.menue2aktiv            {
                        font-weight: bold;
                        background-color: rgb(190,190,190);
                        }

#main                   {
						
						float: left; 
						display:inline; 
						position: relative; 
						width:470px; 
                        margin-left: 30px;
                        font-size: 12px;
                        color: #333333;
						}

IMG.foto                {
                        border: 5px solid rgb(230,230,230)
                        }

H1                      {
                        margin 0px; padding: 0px;
                        font-size: 20px;
                        color: rgb(12,45,80);
                        }

UL                      {
                        padding: 0;
                        margin: 0;
                        padding-left:15px;
                        }
.blau                   {
                        color: rgb(144,160,175);
                        }

Table.links             {
                        width: 100%;
                        vertical-align: top;
}
Table.links TD            {
                        width: 50%;
                        vertical-align: top;
                        padding-right: 20px;
}




.clearfix:after {content: ".";  display: block; height: 0;  clear: both;  visibility: hidden; }
 .clearfix		{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix		{display: block;}
/* End hide from IE-mac */  

/*printer styles*/ 
@media print	{ 
/*hide the left column when printing*/ 
#rahmen		{display:none;}

/*hide Beim Druck die rechte Spalte ausblenden*/ 
#rightcol{display:none;} 
#twocols, #main{width:100%; float:none;}
}