body {
	font-family: Verdana;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #273760;
}

#navigation {
	width: 200px;
	font-size: 11px;
	padding-top: 80px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	height: 15px;
	margin-left: 30px;
	list-style-type: none;
}

#content {
	position: absolute;
	left: 190px;
	top: 0px;
	bottom: 0px;
	right: 0px;
}

#left {
	position: absolute;
	top: 15px;
	bottom: 30px;
	width: 210px;
	background-color: #273760;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #FFFFFF;
	padding-top: 10px;
}

#left .headline {
	font-family: Arial;
	font-size: 18px;
}

#left p {
	margin: 0 0 20px 10px;
}

#left a {
	color: #ffffff;
}

#left div {
	position: absolute;
	bottom: 60px;
	height: 50px;
	left: 0px;
	right: 0px;
	color: #7D87A0;
	font-family: Arial;
	font-size: 18px;
	margin: 0 0 0 10px;
}

#main {
	position: absolute;
	top: 15px;
	bottom: 380px;
	left: 230px;
	right: 0px;
}

#main h1 {
	font-family: Arial;
	font-size: 20px;
	color: #273760;
	margin-bottom: 30px;
}

#main ul {
	padding-left: 15px;
}

#kompass {
	position: relative;
	width:380px;
	margin-top: -110px;
	margin-left: 185px;
}

#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #273760;
  color: white;
  text-align: center;
}

#footer p span {
	display: inline-block;
	width: 100px;
}

#footer a {
	color: white;
	text-decoration: none;
}