BODY {
  margin: 0em;
}

/* elements - start */
#top {
  position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 98px;
	background-color: #333333;
	border-bottom: #97d045 2px solid;
}
#top_pos {
	position: absolute;
	top: 0px;
	left: 50%;
}
#logo {
	position: absolute;
	top: 30px;
	left: -360px;
	width: 180px;
	height: 41px;
	border: 0px;
}
#synergy_growth {
	position: absolute;
	top: 5px;
	left: 88px;
	width: 260px;
	height: 26px;
	border: 0px;
}
#top_menu {
	position: absolute;
	top: 66px;
	left: -123px;
	width: 480px;
	height: 40px;
}
#page {
	position: absolute;
	top: 110px;
	left: 50%;
}
#content {
  position: relative;
	top: 10px;
	left: -370px;
	width: 720px;
	background-color: #FFFFFF;
}
#content_margin {
  position: relative;
	top: 5px;
	left: 10px;
	width: 700px;
}
#sidebar {
  position: absolute;
	top: 53px;
	left: 460px;
}
#footer {
  position: relative;
	top: 6px;
	left: -360px;
	width: 720px;
	margin-top: 30px;
}
/* elements - end */


/* boxes etc. - start */
.sidebar_box {
  width: 250px;
	background-color: #E0F0F0;
	padding: 0px;
	margin: 0 0 20 0;
}
#sidebar img {
	margin: 0 0 20 0;
	padding: 0px;
	border: 0px;
}
/* boxes etc. - end */


/* typography - start */
BODY, P, H3 {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#top_menu A {
  position: relative;
	top: 2px;
  font-family: "Bitstream Vera Sans", Verdana, Sans-Serif, Arial;
  font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	color: #A0A0A0;
	margin: 2px;
	padding: 2 4 3 4;
}
#top_menu A:hover {
	color: #FFFFFF;
}
H1 {
  font-size: 17.5pt;
	font-family: Arial;
	letter-spacing:-1px;
	font-weight: normal;
}
H2 {
  font-family: Verdana;
}
H1 {
  border-bottom: #0ba1b8 2px solid;
}
#content P {
	margin-left: 1px;
	width: 420px;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height:1.6;
}
/*#content P:first-letter {
  font-weight: bold;
}*/
H2 {
  font-size: 100%;
}
H3 {
  margin-top: 28px;
	font-size: 80%;
}
.sidebar_box {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height:1.6;
	color: #555555;
}
#footer {
  font-size: 64%;
	color: #666666;
	line-height: 16px;
}
#footer A {
  font-size: 100%;
	color: #666666;
}
/* typography - end */

