* { 
	margin: 0; 
	padding: 0; 
	border: 0; 	
	}
	
html {
    height:100%;
}

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #4a4a4a;
	text-align: center;
  min-width: 960px; 
	height: 100%;
  background: url(img/body.jpg) top left repeat-x #e0e0e0;	 
}

#container { 
	width: 960px; 	
  margin: 0 auto;
  text-align: left; 
}	

#a { 	
	width: 960px;
	height: 40px;
	text-align: right;
}

#suche { 
	padding: 10px 0 0 0;
	float: right;	  
}	
 
      #suche input.suchfeld { 
          background: #ffffff;
          border: 1px solid #969697;
          width: 150px;
          height: 19px;
          color: #5f5e5b;
          display: block;
          float: left;
          margin-right: 5px;
      }	        
       
      #suche input.button { 
          background: url(img/button.gif) center left no-repeat;
          width: 76px;
          height: 21px;
          padding: 2px 0 3px 19px;
          color: #ffffff;
          font-weight: bold;
          margin-right: 0;
          border: 0; 
      }

#b { 	
	width: 960px;
	height: 331px;
  background: url(img/b.jpg) top left no-repeat;
}

    #b1 { 	
    	width: 750px;
    	height: 331px;
    	float: left;
    }
      
        #logo { 
        	padding: 222px 0 0 19px;
        }	   
     
    #b2 { 	
    	width: 210px;
    	height: 331px;
    	float: right;    	
    }
      
        #boxoben { 
        	padding: 222px 0 0 0;
        	width: 200px;
        	
        }	   

#c { 
	width: 960px;
	float: left;  
  background: #ffffff;
}

#c1 { 
	float: left;
	width: 183px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#c2 { 
	width: 567px;
	float:left;
}

	.inhalt {
		padding: 0 30px 20px 36px;
		text-align:left;
		min-height:400px;
		height: auto !important;
		height:400px;
	}

#c3 { 

	width: 210px;
	float:right;
		
}

#d { 
	  background: url(img/d.jpg) top left no-repeat;	
		width: 960px;
		height: 46px;	
		float: left;
	}

.sh {
	  width: 200px;
	  
    background: url(img/sh.gif) top left repeat-x #ffffff;	
    margin-bottom: 20px;
}

      .sh h1 { 
          color: #2a467c;
          padding: 1px 5px 160px 17px;
          font-size: 12px;
      }
      	
      .sh p { 
          color: #4c4c4c;
          padding: 0 5px 5px 40px;
          font-size: 11px;
      }
      	 
      .sh p a:link, .sh p a:visited { 
          color: #2a467c;
          font-size: 12px;
          font-weight: bold;
          padding: 3px 5px 3px 25px;
          background: url(img/pfeil_gelb.gif) center left no-repeat;	
      } 
           
.box {
	  width: 200px;
    background: url(img/box.jpg) top left repeat-x #f0eff0;	
    margin-bottom: 20px;
}

      .box h1 { 
          color: #2a467c;
          padding: 10px 5px 10px 17px;
          font-size: 12px;
      }	

      .box p { 
          color: #4c4c4c;
          padding: 0 5px 15px 17px;
          font-size: 11px;
          line-height: 15px;
      }	  

      .box p a:link, .box p a:visited { 
          color: #4c4c4c;
          font-size: 11px;
      }
                 
      .box input.loginfeld { 
          background: #ffffff;
          border: 1px solid #969697;
          width: 150px;
          height: 19px;
          color: #5f5e5b;
          display: block;
          margin: 1px 5px 5px 17px;
      }	        
       
      .box input.button { 
          background: url(img/button.gif) center left no-repeat;
          width: 76px;
          height: 21px;
          padding: 2px 0 3px 19px;
          color: #ffffff;
          font-weight: bold;
          margin-right: 0;
          border: 0;
          margin: 5px 5px 10px 17px; 
      }

.clear {
  clear: both;
}

.inhalt p { 
	font-size: 12px; 
	line-height: 16px;
	margin: 7px 0 7px 0;
	text-align: justify;
}

.inhalt a:link, .inhalt a:visited {
	text-decoration : underline;
	color : #2a467c;	
}

.inhalt a:active, .inhalt a:hover {
	color : #ffb801;
}

.inhalt h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
  font-style: italic;
	font-size: 28px;
	font-weight: bold;
	color: #2a467c;
}

.inhalt h2 {
  margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #2a467c;
}

.inhalt h3 {
  margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #4c4c4c;
}

.inhalt h3 a:link, .inhalt h3 a:visited,
.inhalt h3 a:active, .inhalt h3 a:hover {
	text-decoration : none;
	color : #2a467c;	
}

/* aktuelles */
.inhalt h5 {
  margin-bottom: 15px;
	font-size: 24px;
  font-style: italic;
	font-weight: bold;
	color: #7f7e7c;
	border-bottom: 1px solid #7f7e7c;
}

.inhalt ul {
	line-height:12px;
	padding-left:20px;
	margin-bottom: 20px;
	}
	
.inhalt ul li {
	padding-left:5px;
	padding-bottom:7px;
	list-style-image:url(img/li.gif)
	}	


.inhalt table tr td { 
	font-size: 12px; 
	padding: 2px 10px 10px 2px;
}

p.light {
  text-align: right;
  color: #d8d8d8;
  padding: 0px 0px 2px 0px;
  margin: 1px 0 1px 0;
  font-size: 10px;
}

p.warning {
  text-align: right;
  color: #ffb801;
  padding: 0px 0px 2px 0px;
  font-size: 12px;
  font-weight: bold;
}
 
      .inhalt input.suchfeld { 
          background: #ffffff;
          border: 1px solid #969697;
          width: 150px;
          height: 19px;
          color: #5f5e5b;
          display: block;
          float: left;
          margin-right: 5px;
      }	        
       
      .inhalt input.button { 
          background: url(img/button.gif) center left no-repeat;
          width: 76px;
          height: 21px;
          padding: 2px 0 3px 19px;
          color: #ffffff;
          font-weight: bold;
          margin-right: 0;
          border: 0; 
      }
       
      .inhalt input.buttonlang { 
          background: url(img/buttonlang.gif) center left no-repeat;
          width: 150px;
          height: 21px;
          padding: 2px 0 3px 19px;
          color: #ffffff;
          font-weight: bold;
          margin-right: 0;
          border: 0; 
      } 
           
hr {
	height:0;
	color: #ffb801;
	border-bottom: 1px solid #ffb801;
	margin-top: 10px;
	margin-bottom: 12px;
	border-top: 10px;
	border-left: 10px;	
}      

.imgleft { 
	padding: 0 20px 10px 0;
	float: left;
}

.imgright { 
	padding: 0 0 10px 20px;
	float: right;
}

a.pdf:link, a.pdf:visited {
	text-decoration : none;
	color : #2a467c;
  background: url(img/icon_pdf.gif) center left no-repeat;
  padding: 2px 0 3px 30px;  	
}

a.pdf:hover {
	text-decoration : underline;
	color : #ffb801;	
}

a.www:link, a.www:visited {
	text-decoration : none;
	color : #2a467c;
  background: url(img/icon_www.gif) center left no-repeat;
  padding: 2px 0 3px 30px;  	
}

a.www:hover {
	text-decoration : underline;
	color : #ffb801;	
}

a.int:link, a.int:visited {
	text-decoration : none;
	color : #2a467c;
  background: url(img/icon_int.gif) center left no-repeat;
  padding: 2px 0 3px 30px;  	
}

a.int:hover {
	text-decoration : underline;
	color : #ffb801;	
}

a.doc:link, a.doc:visited {
  text-decoration : none;
	color : #2a467c;
  background: url(img/icon_doc.gif) center left no-repeat;
  padding: 2px 0 3px 30px;  	
}

a.doc:hover {
	text-decoration : underline;
	color : #ffb801;	
}

a.xls:link, a.xls:visited {
  text-decoration : none;
	color : #2a467c;
  background: url(img/icon_xls.gif) center left no-repeat;
  padding: 2px 0 3px 30px;  	
}

a.xls:hover {
	text-decoration : underline;
	color : #ffb801;	
}



big {
	color : #ffb801;  
	font-weight: bold;
	font-size: 12px;	
}

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

input, input.textfield, input.email, input.captcha_expl { 
    background: #ffffff;
    color: #5f5e5b;
    border: 1px solid #969697;
}

              
select {
	background: #ffffff;
	color : #5f5e5b;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 11px;
	width: 150pt;
	height: 15pt;
	border: 1px solid #969697;	
}	

textarea {
	font-family : Verdana,Arial,Helvetica,Sans-serif;
	font-size : 11px;
	color : #5f5e5b;
	width: 150pt;	
	border: 1px solid #969697;
}

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

