body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
}

h1, h2, h3, h4, h5, h6, a, a:link, a:hover{
	font-weight: inherit;	
	font-family: inherit;
	text-decoration: inherit;
	padding: 0;
	margin: 0;
	color: inherit;
}








#frontpage{

	position: absolute;
	overflow: hidden;
	z-index: 100;
	width: 100%;
	
	background-color: #fff;
	
	border-bottom: 1px solid #ccc;

	
/*
	background: url('IMG/frontpage.jpg')no-repeat center center;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
	
}
	#frontpage h1,
	#content h1,
	#frontpage h2,
	#content h2{
		
		font-size: 2em;
		
		font-weight: 300;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		padding: 30px 0 30px 0;
		
	}
	
	#frontpage h2{
		border-top: 1px solid #000;
		font-weight: 700;
	}

	#frontpage #gewebe{
		position: absolute;
		bottom: 0px;
		left: 0px;
		height: 476px;
		width: 697px;
		
	}
	
	.more{
		position: absolute;
		width: 200px;
		margin-left: -100px;
		left: 50%;
		bottom: 20px;
		font-size: 0.7em;
		text-align: center;
		text-transform: uppercase;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		font-weight: 500;
		
	}
	
	

#content{
	position: absolute;
	background-color: #fff;
	width: 100%;
	
	
}
	#content h1,
	#content h3{
		text-align: left;
	}
	

	
	#content h3{
		font-size: 1.2em;
		line-height: 1.5em;
		font-weight: 700;
		padding: 0px 0 20px 0;
		
	}
	
	#content p,
	#content li{
		font-weight: 300;
		font-size: 0.8em;
		line-height: 1.6em;
	}
	
	#content ul{
		margin: -15px 0 0 0px;
		padding: 0 0 10px 0;
		list-style: circle;
	}
	
.innercontainter{
	
	position: relative;
	width: 800px;
	margin-left: -400px;
	left: 50%;

}

	.blackbox{
		background-color: black;
		padding: 10px;
		margin: 40px -10px;
		color: #fff;
	}
	.blackbox p{
		font-weight: 500 !important;
		letter-spacing: 0.1em;
		font-size: 0.7em !important;
	}
	
	.threecol,
	.twocol{
		vertical-align: top;
		display: inline-block;
		margin: 10px 0 0 0;
	}
	
	.threecol p,
	.twocol p{
		padding-bottom: 20px;
	}

	.threecol{
		width: 258px;
	}
		
	.twocol{
		width: 361px;
	}
	
	.threecolcontainer,
	.twocolcontainer{
		padding-bottom: 0px;
		
	}

	

#footer{
	background-color:#000; 
	color: #fff;
	margin-top:100px; 
	padding: 50px 0; 
}

#footer p{
		font-size: 0.7em;
		line-height: 1.4em;	
	
}
	

#logopage{
	top:0;
	left:0; 
	right:0;
	bottom:0;
	position: fixed;
	background-color: #ddd;
	color: #aaa;
}
	
	#logo,
	#exklusiv{
		width: 800px;
		height: 89px;
		position: absolute;
		left: 50%;
		margin-left: -400px;
		top: 50%;
		margin-top: -62px;
		text-transform: uppercase;
	}
	
	#exklusiv{
		top: 75%;
		margin-top: -62px;
		text-align: center;
		font-size: 300;
		font-size: 0.8em;
		letter-spacing: 0.15em;		
	}
	
	#menu{
		position: absolute;
		top: 30px;
		right: 30px;
		
	}
	#menu span{
		padding: 0 10px;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		cursor: pointer;
		font-size: 0.8em;
		letter-spacing: 0.15em;	
	}
