body
		{ 
			position:absolute;
			background: #B3B3B3;
			text-align: center;
			height: 100%;
			
		}
html, body
		{  position:absolute;
		   height: 100%;
			top:0; left:0; right:0;
			min-height:100%;
			margin:0;
			padding:0;
			width:100%;
			overflow: hidden
	}  
		
.subtitle{ font-weight: normal;
    font-size: 12px;
    margin: 7px 0 5px;
    font-weight: normal;
    color: #821C34;
    line-height: 110%;
    padding: 0 0 4px 0;
    border-bottom: 1px solid #821C34
    }

b { color: #821C34;
    }
    

.img_left {padding:0; margin: 0 15px 0 0}
.img_right {padding:0; margin: 0 0 0 15px}
.img_center {display: block; text-align:center}
    
.imagetitle {font-size: 9px;display:none;
                   line-height: 120%}
/***********************************************************
 Alles was nicht explizit definiert ist   
************************************************************/
 * { margin: 0pt;
    padding: 0pt;
    color: rgb(83, 89, 97);
    font-size: 11px;
    font-family: verdana,"sans serif";
    text-align: left;
    background: transparent
    }
a img {border: 0}

ol,ul {margin:7px 0}
li {margin: 0 0 0 30px}
blockquote {margin-left: 16px}



/***********************************************************
 Layout:
************************************************************/


.layout { margin: 0 auto;
    position: relative;
    padding: 0px 0 0 0;
    border-top: 7px solid white;
    z-index: 3;
    top: 0px;
    height:100%;
    width: 932px;
    background: white;
    z-index: 2
    
    }

.banner { height: 182px;
    width: 917px;
    overflow: hidden;
    margin: 0px 7px;
    position: relative;
    z-index: 30;
    }

.logo { 
    /*background:  url(img/logo) no-repeat ;*/
    width: 0px;
    height: 0px;
    overflow: hidden;
    float: left;
    position: relative;
    z-index: 3000;
    margin: -80px 0 0 5px;
    border: 0px solid red
    }
/*--------------------- Linke Navigation ----------------*/
.navi { background: #dadada;
    clear: both;
    position:absolute;
    z-index: 1;
    height: 80%; 
    top: 185px;
    left: 7px;
    width: 160px;
    
  
    }

  .navi a { border-bottom: 3px solid white;
    padding: 6px 4px 6px 10px;
    color: white;
    text-decoration: none;
    display: block;
    background: #C0C0C0;
    color: #8B0000;
    font-size: 12px;
    }

  .navi a:hover { color: white;
    background-color: #8B0000;
    }

  .navi .checked { color: white;
    background-color: #8B0000;
    }

/*  --------------- Obere Navigation ----------------*/
 
 .topnavi { padding: 0px;
    background: transparent;
    clear: both;
    position: relative;
    height: 27px;
  }
 
 
 .topnavi_box{ 
    clear: both;
    position: absolute;
    top: 149px;
    left: 187px;
    height: 28px;
    overflow: hidden;
    width:740px;
    z-index: 100;
    
    }
  

  .topnavi a { 
    border: 0;
    padding: 6px 9px;
    color: #8B0000;
    background: #C0C0C0;
    text-decoration: none;
    float: left;
    margin: 0 3px 0 0;
    display: block;
    font-size: 12px;
    }

  .topnavi a:hover { color: white;
                           background-color: #8B0000;
    }

  .topnavi .checked { color: white;
                            background-color: #8B0000;
    }


/*  --------------- Content ----------------*/
.content { 
            position: absolute;
            top: 0;
            left: 187px;
            margin:0;
			padding: 0px;
			z-index:2;
			height: 94%;
			overflow: auto;
			width: 767px;
			border: 0px solid red;
			z-index: 2;
  }

 
 .content_box { border:0px solid green;
    margin-top: 190px;
    padding-bottom: 30px;
    width: 508px;
    overflow: hidden; 
    z-index: 4;
    
    }

  .content_box h1 { font-weight: normal;
    font-size: 18px;
    margin-bottom: 10px;
    color: #821C34;
    line-height: 120%;
    }

 
  
  .content_box td{background: #f2f2f2;
     padding: 4px 7px;
     border-width: 0px 0px 0 0;
     border-style: solid; 
     border-color: #821C34}
  
  
/*  --------------- Infos ----------------*/
 .infos { border: 0px solid red;
          margin: 0px;
          top: 188px;
          position: absolute;
          left: 532px;
          padding-left: 14px;
          border: 0px solid red;
    }

  .info_box { border: 0;
    padding: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    width: 195px;
    overflow: hidden;
    clear: both;
    }

  .info_box h1 { 
    margin: 0pt 0 0px 0;
    font-size: 12px;
    padding: 0px;
    color: #8B0000;
    font-weight: normal;
     }

  .inner_info_box { padding: 7px 5px;
    line-height: 17px;
    font-size: 11px;
    background-color:#dadada;
    margin-top: 0px;
    width: 180px;
    overflow: hidden;
    border: 0px solid #CC6600;
   }

   .inner_info_box li {margin : 0 0 0 15px}
   .inner_info_box .img_center {margin: -7px 0 0 0 }
  .inner_info_box p a, .inner_info_box a { color: rgb(0, 84, 155);
    }

  .info_box img { border: 0px none ;
    margin: 7px 0;
    }

  .inner_info_box form { margin: -5px;
    padding: 10px 15px 3px 5px;
    background-color: white;
    width: 140%;
    }
  
/*  --------------- Footer ----------------*/
  .footer { 
             z-index: 400;
            position:fixed;
			bottom: 0px; 
			left:0; 
			right:0;
			text-align:center;
			margin:0 auto 0 auto;
			z-index:3;
			width: 100%;
			overflow: hidden;
			}
    

 .footer div { z-index: 400;
                  position:relative;
                  margin: 0 auto 0px auto; 
                  padding: 4px 0px;
                  border-bottom: 5px solid white;
			      border-top: 3px solid white;
                  overflow: hidden;
                  text-align: center;
                  width: 918px; 
                  background:#C0C0C0;
                  
                   }
                  
.footer * {    color:#8B0000;
                  font-size: 9px;
                  text-decoration: none
                   }

 * html .footer
		{
			position:absolute;
			width:100%;
			text-align: center;
			background: transparent;
			margin-bottom: 7px;
			
		}

   

 

 
 

 
  

 

  
 
