body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	background-color:#ffffff;
}
#logo {
  position: absolute;
  top: 57px;
  left: 70px;
  padding-top: 4px;
  
  border-bottom: 1px solid grey;
  width: 1074px;
}
#navigation {
  position: absolute;
  top: 97px;
  left: 498px;
  width: 647px;
}
#navigationbottom {
  position: absolute;
  top: 718px;
  left: 70px;
  height: 50px;
}
#links {
  position: absolute;
  right: 0px;
  /*font-weight: bold;*/
}
#linksbottom {
  position: absolute;
  left: 0px;
  /*font-weight: bold;*/
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  width: 1074px;
  padding-top: 4px;
  padding-bottom: 4px;
}
#linksbottom a{
  margin-right:8px;
}
#links a{
  margin-left:8px;
}

.navi {
  color: #323232;
  text-decoration: none; 
}

.navi:hover {
  color: #e50202;
  text-decoration: none; 
}

.naviactive {
  color: #e50202;
  text-decoration: none; 
}

#content {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
	font-style: normal;  
  color: #7d7d7d;
  position: absolute;
  left: 497px;
  top: 183px;
  width: 445px;
}

#content a{
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  color: #7d7d7d;
}