body {
	margin-top:0px;
	margin-right : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	font-family : Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

/* STARTSEITE                                            */

.rahmen-blue {border-top: 1px solid #74a3ff; border-bottom: 1px solid #74a3ff; border-left: 1px solid #74a3ff;}
.rahmen-blue-re {border-top: 1px solid #74a3ff; border-bottom: 1px solid #74a3ff; border-right: 1px solid #74a3ff;}
.head {font-size:16px; color:#336699; font-weight: 900; letter-spacing:1pt;}
.headstart {font-size:28px; color:#336699; font-weight: 700; letter-spacing:1pt;}


a.lang {font-size:13px; color:#222222; text-decoration: none;}
a:visited.lang {font-size:13px; color:#222222; text-decoration: none;}
a:active.lang {font-size:13px; color:#222222; text-decoration: none;}
a:hover.lang {font-size:13px; color:#EB1D24; text-decoration: none;}

/* MENÜS                                                 */
/* Hauptmenü		  									 */

a.menue {font-size:12px; color:#222222; text-decoration: none; font-weight: bold;}
a:visited.menue {font-size:12px; color:#222222; text-decoration: none; font-weight: bold;}
a:active.menue {font-size:12px; color:#222222; text-decoration: none; font-weight: bold;}
a:hover.menue {font-size:12px; color:#EB1D24; text-decoration: none; font-weight: bold;}

table.mmenue { background-color: #fff; border-top: solid 1px #222222; border-bottom: solid 1px #222222; border-right: solid 1px #222222;border:0;}
table.mlogo { background-color: #fff; margin-left:36px; border-top: solid 1px #222222; border-bottom: solid 1px #222222; border-left: solid 1px #222222;border:0;}
 									
table.main { background-color: #dddddd; border: solid 1px #222222;}
table.sub { border: solid 1px #222222; }
.rahmen {border: 1px solid #222222; background-color:#ffffff; }
.rechts { border-right-width:1px; border-right-style:solid; border-color:#222222;}
		
.spacer  {font-size:1px;}

/* INHALT                                           */
/* Normal Text										*/
p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,h3,h4,h5,h6     {
	font-family: Arial, Helvetica, sans-serif;
	color:#222222; 
	}
	
p,ul,ol,li,div,td,th,address,nobr,b,i { 
	font-size:12px; 
	}
	
	.bottom {margin-bottom:40px;}
	.startBottom{
      position:absolute;
      
      height: 40px;

      

      display:block;
     bottom:0;
     left: 0px;
     width:100%; 
     z-index:2; 
     border-top:1px solid
  }
  
  *+html .startBottom{
    position:absolute;
   
    height: 43px;
    
    display:block;
   bottom:0;
   left: 0px;
   width:100%; 
   z-index:2; 
   border-top:1px solid
  }
  * html .startBottom{
    position:absolute;
   
    height: 42px !important;
    height: 43px;
    display:block;
   bottom:0;
   left: 0px;
   width:100%; 
   z-index:2; 
   border-top:1px solid
  }
  
  
  .bottom_left {
    border-top: 1px solid black;
    height: 40px !important;

    height: 42px;

    display:block;
    background:white;
    width:300px;
    position:absolute;
    bottom:0;
  }

  * html div.bottom_left {
    border-top: 1px solid black;

    height: 43px;

    display:block;
    background:white;
    width:300px;
  }