 
		html { 
			background: url(../img/background.jpg) no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			background-color:#11111;
			}
			
		body
			{
			}
			
		div#wrapper
			{
			position:relative;
			padding:0px 0px 0px 0px;
        	width:1140px;
        	margin-left:auto;
        	margin-right:auto;		
			}
				
		div#page
			{
			position:relative;
			padding:0px 0px 0px 0px;
        	width:1138px;
        	margin-left:auto;
        	margin-right:auto;
			background-color:#fff;
			}	
					
		
			
	a
			{
			color:#445801;
			text-decoration:none;
			}
			
					
			
	a:hover
			{
			color:#000;
			text-decoration:underline;
			}	
	
	
				
   	div#footer
				{
				position:relative;
				padding:0px 0px 0px 0px;
				width:1138px;
				margin-left:auto;
				margin-right:auto;
				height:180px;
				background-color:#8f8f8f;
				color:#fff;
				overflow:hidden;
				margin-bottom:100px;
				}
					
	div#footer_contact
				{
				font-family: 'Source Sans Pro', sans-serif;
				font-size:14px;
				text-align:left;
				padding-top:20px;
				margin-left:60px;
				margin-bottom:15px;
				float:left;
				}
				
	div#footer_contact2
				{
				font-family: 'Source Sans Pro', sans-serif;
				font-size:14px;
				text-align:left;
				padding-top:20px;
				margin-left:-200px;
				margin-bottom:15px;
				float:left;
				}
				
	
	.reset {
		padding:0px;margin:0px;
		}
	
	
	div#footer_impressum
		{
		position:relative;
		top:-78px;
		left:860px;
		height:40px;
		font-family:'Source Sans Pro', sans-serif;
		font-size:12px;
		line-height:18px;
		width:440px;
		}	
		
	div#skg-logo
		{
		position:relative;
		top:-82px;
		left:470px;
		width:70px;
		}	
	
	div#siegel
		{
		position:relative;
		top:-128px;
		left:530px;
		height:40px;
		font-family:'Source Sans Pro', sans-serif;
		font-size:12px;
		line-height:18px;
		width:280px;
		}	
	
	div#footer a
		{
		color:#fff;
		}
							
	div#footer a:hover
		{
		color:#fff;
		text-decoration:underline;
		}		
 	