	  body{
			  font-family: Arial, Helvetica, sans-serif;
				margin:0px;
				background-color:#A1C177;
			  font-size:12px;
			}

			a{
			  font-size:12px;
				text-decoration:none;
			  color:#0E5897;
				font-weight:bold;
			}
			a:hover{
			  font-size:12px;
				text-decoration:none;
			  color:#E40101;
				font-weight:bold;
			}
			
			h2.startseite{
				font-size: 26px;
				font-weight:none;
				color:white;
				margin-bottom: 10px;
			}
			
			div.header{
				background-color:#C5E2E9;
				padding-bottom:10px;
			}
			div.content{
		  	-moz-box-sizing:border-box;
		    width:715px;
				background-color:#A1C177;
				padding-top: 20px;
				padding-left: 410px;
			}
			
			.teasertext {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				line-height: 17px;
				color: white;
				margin-top: 3px;
				margin-bottom: 17px;	
				width: 305px;	
			}
			
			div.allerradeln{
		  	-moz-box-sizing:border-box;	
				position:absolute;
				left:208px;
				top:400px;
				width:167px;
				background-color:#A1C177;
				height: 173px;
				line-height:16px;
			}
			
			div#banner{
				background-color:#C5E2E9;
				background-image:url(./gfx/banner.background.gif);
				height:198px;
				width:100%;					
				min-width:976px;
			}

			div#bannerImgLeft{
				
				background-image:url(./gfx/banner.Img.left.jpg);
				height:100%;	
				width:100%;					
				background-repeat:no-repeat;
			  background-position:left;
			}			

			div#bannerImgRight{

				background-image:url(./gfx/banner.Img.right.jpg);
				height:100%;
				width:100%;									
				background-repeat:no-repeat;
			 background-position:right;
			
			}
			
 
