	html {
		background: #629fda url(img/geb_bgmain2.png) no-repeat center center fixed; 
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
			}
			
			#logo{
		text-align:center;
		padding-top:100px;
		padding-bottom:40px;
	}
	
	ul {
		list-style:none;
		margin:0px;
		padding:0px;
	}
	
	li {
		background: url(img/st_bullet.png) left center no-repeat; 
	
		/** move the text to the right **/
		padding-left: 30px; 
		margin:16px 0px 16px 0px;
		min-height:32px;
	}
	
	h1{
		line-height:42px;
	}
	
	.contentLeft_st{
		margin-left:120px;
		width:300px;
	}
	
	.contentRight_st{
		width:400px;
	}
	
	h2{
		font-size: 24px;
		font-weight:400;
		margin:0px 0px 4px 0px;
		line-height:32px;
	}
	
	#stoerer2{
		top:160px;
		
	}
	
	#claimContainer{
		background: url(img/st_bg_content.jpg) no-repeat;
		width:900px;
		height:573px;
	}
	
	#claimContent{
		width:360px;
		margin:20px;
	}
	
	#claim{
		padding:0px;
		margin:0px;
	}
	
	#claim img{
		width:600px;
		margin-left:260px;
		margin-top:20px;
	}
	
	.geb_ameldung{
		display:inline-block;
		padding:10px;
		background:#275c60;
		text-decoration:none;
		font-weight: bold;
		transition: background-color 0.4s ease;
	}
	
	.geb_ameldung:hover{
		display:inline-block;
		padding:10px;
		background:#fff;
		text-decoration:none;
		font-weight: bold;
		color:#275c60;
		transition: background-color 0.4s ease;
	}
	
