@charset "utf-8";
/* CSS Document */

* {
  		    	margin: 0;
          		padding: 0;
        	}
      
      		a {color: white; text-decoration: none; font-size: 8pt;}
      		a:hover { color: #FF9900; text-decoration: underline; font-size: 8pt;}
			a:active {color: #FF9900; font-weight: bolder;}
			
			b.aktiv {color: #FF9900;}
      
		  	body,html {
	        background: #7e0001;
          	font-family: Georgia, "Times New Roman", Times, serif;
          	font-size: 9pt;
          	color: white;
			height: 100%;
        	}
       
       		#a {
         	background: #aa0d0d;
          	margin: 0;
		  	height: 264px;
          	width: 100%;
        	}
		
			#ab {
				margin: 0 auto;
				width: 900px;
				text-align: center;				
			}
			
			#abc {
				background: url(../img/topleft.jpg) no-repeat;
				height: 264px;
				width: 240px;
				float: left;				
			}
			
			#abd {
				background: url(../img/logo.jpg) center no-repeat;
				height: 264px;
				width: 420px;
				float: left;				
			}
			
			#abe {
				background: url(../img/topright.jpg) no-repeat;
				height: 264px;
				width: 240px;
				float: left;				
			}
		
	  		#z {
		  		background: #7e0001;
				width: 100%;
				clear: both;
	  		}
			
			#zb {
				margin: 0 auto;
				width: 900px;
				text-align: center;				
			}
			
			#zbc {
				width: 240px;
				float: left;			
			}
			
			#zbd {
				background: #ab0b0b;	
				width: 420px;
				float: left;		
			}
        
			#zbe {
				width: 240px;
				float: left;			
			}
			
		li {
				background: #aa0d0d;
				list-style: none; 
				padding: 5px; 
				margin-top: 1px;
				text-align: left;
			}
			
	  .step {background: #aa0d0d; height: 370px; width: 228px; margin-top: 10px;}
	  
      .float {float: left;}
      .clear {clear: both;}
	  
	  .title {background: #ab0b0b; margin-top: 1px; color: orange; padding: 10px; width: 210px; height: 5px;}
	  .desc {background: #990000; border-bottom: 2px solid orange; margin-top: 1px; color: white; width: 220px; padding: 0px 5px; font-size: x-small;}
	  
	  .picture {width: 420px; height: 261px;}
	  .picture img {border: 1px solid #ab0b0b;}
	  .text {width: 400px; padding: 10px; text-align:left; line-height:1.5em;}
	  .text img {margin: 5px; border: 1px solid orange;}
	  .headline {margin-top: 230px; font-size: 14pt; font-weight: bolder;}
