         body
{
	background: url('images/background.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:			0px;
	margin:				0px;
	font-family:		'Open sans', arial;
}

#content-holder
{
	position:			relative;
	width:				100%;
	border-top:			10px solid #016C70;
}
#content
{
	position:			relative;
	width:				1100px;
	margin-left:		auto;
	margin-right:		auto;
	text-align:			left;
}
.large-titel
{
	position:			relative;
	color:				#016C70;
	font-size:			40px;
	font-weight:		normal;
	margin-top:			80px;
	letter-spacing:		2px;
}
.small-titel
{
	font-size:			40px;
	color:				#016C70;
	margin-left:		330px;
	margin-top:			20px;
	letter-spacing:		4px;
}
.content
{
	position:			relative;
	margin-top:			-150px;
	margin-left:		330px;
	padding:			10px;
	color:				#fff;
	font-size:			18px;
	font-weight:		normal;
	letter-spacing:		2px;
	background:			#016C70;
	width:				300px;
}
.content-bottom1
{
	position:			relative;
	margin-top:			80px;
	margin-left:		303px;
	color:				#000;
	font-size:			28px;
	font-weight:		normal;
}
.content-bottom1 a
{
	padding:			5px;
	margin:				5px;
	color:				black;
	text-decoration:	none;
	font-size:			25px;
}
.content-bottom1 a:hover
{
	background:			#d0d0d0;
}
.box
{
	position:			relative;
	margin-right:		100px;
	float:				left;
}
.content-bottom2
{
	position:			relative;
	margin-top:			200px;
	width:				100%;
	height:				100px;
	border-top:			1px solid #000;
	border-bottom:		1px solid #000;
	font-size:			14px;
}
.little-box
{
	float:				left;
	padding-left:		40px;
	margin-top:			30px;
	width:				20%;
	height:				40%;
	text-align:			left;
}
.little-box a
{
	color:				#000;
	text-decoration:	none;
}
.little-box a:hover
{
	color:				#016C70;
}
.small-footer
{
	text-align:			center;
	font-size:			12px;
}
.small-footer a
{
	color:				black;
	font-size:			12px;
}
.small-footer a:hover
{
	background:			#d0d0d0;
}
.image
{
	position:			relative;
	margin-left:		60px;
	top:				-65px;
}