@charset "UTF-8";

* {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100.05%;
}

body {
  background: #FFFFFF url("../img/blackline.gif") repeat-x 0px 119px;
  height: 99.99%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  line-height: 15px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover, a:active {
	color: #919191;
}

div#team a:link, div#team a:visited {
  text-decoration: none;
}

div#team a:active, div#team a:hover {
  text-decoration: underline;
}

div#team a:link.aktiv, div#team a:visited.aktiv {
  color: #919191;
}
  
div#team a:active.aktiv, div#team a:hover.aktiv {
  text-decoration: none;
}

div#maincontainer {
	position: relative;
	top: 0px;
	background-color:#FFFFFF;
  margin:0px auto 0px;
  text-align:left;
  width:1000px;
  height:700px;
}

div#header {
  width: 100%;
  height: 120px;
  background: #FFFFFF url("../img/blackline.gif") repeat-x bottom;
	background-color: transparent;
  color: #FFFFFF;
}

div#logo {
	position: absolute;
	top: 120px;
	left: 640px;
	z-index: 10;
}

div#toplevelnavigation {
	position: absolute;
	top: 553px;
  left: 702px;
  line-height: 10px;
  padding-bottom: 20px;
  background-color: #FFFFFF;
  z-index: 9;
}


div#subnavigation {
  position: absolute;
  top: 276px;
  left: 702px;
  line-height: 10px;
  background-color: #FFFFFF;
  z-index: 10;
}
	
	
div#graphicalcontent {
  background-color: #FFFFFF;
  width: 1000px;
  padding-bottom: 20px;
}

div#content {
	position: relative;
  background-color: #FFFFFF;
	width: 585px;
  padding: 65px 341px 20px 74px;
  z-index: 0;
}

div#contentoverlay {
  position: absolute;
  background-color: transparent;	
}

div#content img {
  border: none;
  margin-bottom: 5px;
}


