@charset "UTF-8";

body, html{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #EEEEEE;
	font-family: 'Headland One', serif;
	color: #00446A;
}

h1{
	margin: 0 0 16px 0;
	padding: 0 0 0 0;
	font-size: 16px;
	font-weight: 400;
}

h2{
	font-size: 1px;
	color: #00446a;
	position: absolute;
}

#maincontentwrapper{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: auto;
	height: auto;
}

#logoheadwrapper{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 80px;
	background-color: #00446A;
}

#mainnavigation{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 32px;
	background-color: #7EB0CC;
}

#navigationswrapper{
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 800px;
	height: 32px;
	line-height: 32px;
}

#mainheader{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 256px;
	background-image: url(bilder/header.jpg);
	
	-moz-box-shadow:inset 0 1px 3px #000000;
    -webkit-box-shadow:inset 0 1px 3px #000000;
    box-shadow:inset 0 1px 3px #000000;
}

#contentwrapper{
	margin: 16px auto 96px auto;
	padding: 0 0 0 0;
	width: 800px;
	height: auto;
}

#boxone{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 800px;
	height: auto;
	background-color: #FFFFFF;
}

#textone{
	margin: 0 0 0 0;
	padding: 16px;
	width: 570px;
	height: auto;
	font-size: 12px;
}

#boxtwo{
	margin: 8px 0 0 0;
	padding: 0 0 0 0;
	width: 800px;
	height: auto;
	background-color: #fff;
}

#ourteam{
	padding: 16px;
}

#mainfooter{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 32px;
	background-color: #00446A;
	position: fixed;
	bottom: 0px;
	
	-moz-box-shadow: 0 -1px 1.5px #333;
    -webkit-box-shadow: 0 -1px 1.5px #333;
    box-shadow: 0 -1px 1.5px #333;
}

#footerwrapper{
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 800px;
	height: 32px;
}

#footernav{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 400px;
	height: 32px;
	float: left;
	line-height: 32px;
	font-size: 12px;
}

a:link{
	margin: 0 0 0 0;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #7EB0CC;
}

#footercopy{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 400px;
	height: 32px;
	float: right;
}

.copy{
	color: #FFFFFF;
	font-size: 12px;
	line-height: 32px;
	font-weight: normal;
	text-align: right;
}

#logoheader{
	margin: 0 auto;
	padding: 12px 0 0 0;
	width: 800px;
	height: 80px;
}

/* ------------------------------------------- */

ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	list-style-type: none;
	font-size: 16px;
}

ul li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

.navbutton{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 200px;
	height: 32px;
	float: left;
}

ul li a:link{
	width: 200px;
	height: 32px;
	color: #FFFFFF;
	text-decoration: none;
}

ul li a:hover{
	background-color: #6597B3;
	font-weight: 400;
}

ul li a:visited{
	color: #FFFFFF;
}

/* ------------------------------------------- */

#visited{
	line-height: 32px;
	float: left;
	color: #FFFFFF;
	width: 200px;
	background-color: #97C9E5;
}

.footerlink{
	color: #fff;
}

.footerlink:visited{
	color: #fff;
}

.footerlink:hover{
	color: #7EB0CC;
}

#profile{
	margin: 0 0 16px 0;
	padding: 0 0 0 0;
	width: 768px;
	height: auto;
}

#profiletext{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 468px;
	height: auto;
}

#profileimage{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 240px;
	height: 160px;
}

.maillink:link{
	color:  #7EB0CC;
}

.maillink:visited{
	color:  #7EB0CC;
}

.maillink:hover{
	color:  #6597B3;
}























