* { 
margin: 0; 
padding: 0;
}

html {
	height:100%; 
}

body { 
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px; 
	color: #2e3639;
	background: #eaeaea;
	text-align: center;
  min-width: 895px;
	height:100%; 
}

#container { 
	width: 895px;
  margin: 30px auto 0 auto;
  text-align: left;
}
	
#a { 
	width: 895px;
	height: 673px;
	background: url(../image_layout/start.jpg) top left no-repeat;	
}
	
#a1 { 
	width: 895px;
	height: 465px;
}

        #logo { 
          padding: 111px 0 0 111px;
        }	

        #logo a { 
          outline: 0;
        }	        
        
        
#a2 { 
	width: 895px;
	height: 208px;
}


        #link { 
          padding: 0 0 0 285px;
        	font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 12px; 
          font-weight: bold; 
          color: #009ee1;		
        }
        
        #link a:link, #link a:visited { 
          background: url(../image_layout/link.gif) no-repeat center right;
          color: #009ee1;
          font-size: 18px;
          font-weight: bold;
          padding: 0 25px 0 0;
          text-decoration: none;		
        }        

        #link a:hover { 
          color: #0074a5;		
        }           


#b { 
	width: 895px;
	/* background: #; */
	float:left;
  overflow: hidden;		
}

  #inhalt {	
  	margin: 175px 20px 10px 30px ;
  	font-size: 12px;
    min-height: 450px;
    height: auto !important;
    height: 450px;	
  }

/* ---------------------------------------------------------------------------------------------------------- */

#c {	
	width: 895px;
	height: 76px;
	/* background: url(../image_layout/d.jpg) no-repeat top left; */
	padding: 0 0 20px 0 ;
  float:left;	
}


img {
border: 0;
}


a:link, a:visited { 
	text-decoration: none; 
	color: #009de0;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #009de0;
}

#inhalt h2 {
	margin: 0 0 15px 0 ;
  font-size: 20px;
  color: #009de0;
  font-weight: normal;
}

#inhalt h3 {
	margin: 0 0 10px 0 ;
  font-size: 13px;
  color: #009de0;
  font-weight: bold;
}

#inhalt h4 {
	margin: 0 0 4px 0 ;
  font-size: 12px;
  color: #009de0;
  font-weight: bold;
}

#inhalt p {
	margin: 0 0 12px 0 ;
  color: #2e3639;
  line-height: 16px;
  text-align: justify;
}


#inhalt ul {
	margin: 0 0 15px 5px ;
  color: #2e3639;
  line-height: 16px;
  list-style: none;
}

#inhalt ul li{
	padding: 0 0 0 15px ;
  line-height: 16px;
  background: url(../image_layout/li.gif) no-repeat top left;
}

#inhalt ul li, #inhalt ul li a:link, #inhalt ul li a:visited {
  color: #2e3639;
}

#inhalt ul li a:link, #inhalt ul li a:visited {
  color: #2e3639;
  text-decoration: underline;
}

#inhalt ul li a:hover {
	color: #009de0;
}


hr {
	height: 0;
	color: #deefff;
	border-bottom: 1px dashed #deefff;
	border-top: 0;
	border-left:0;
}     

