body {
	/*background-color: #483D8B;*/
	background-image: url(../img/images/background.jpg);
	background-repeat: no-repeat;
	background-color: #517EA8;
}

a:link {
	color: Blue;
}
a:visited {
	color: Blue;
}

#content {
	position: absolute;
	left: 100px;
	font-family: Verdana, Arial;
	font-size: 10pt;
	width: 800px;	
}

#top {
	/*background-color: #483D8B;*/
	border-top-width: 1px;
  	border-top-style: solid;
	border-left-width: 1px;
  	border-left-style: solid;
	border-right-width: 1px;
  	border-right-style: solid;
  	border-color: Black;
	height: 100px;
}

#headline {   
	float: left;
	width: 500px;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: White; /*background-color: #483D8B;*/
}

#logo {
	margin-left: 100px;
	margin-right: 5px;
	text-align: right;
}

#image {
	clear: both;
	/*padding-top: 20px;*/
	/*background-color: #483D8B;	*/
	border-left-width: 1px;
  	border-left-style: solid;
	border-right-width: 1px;
  	border-right-style: solid;
  	border-color: Black;
}

#bottom {	
	background-color: White;
	padding-top: 10px;
	height: 500px;
}

#menu {
	float: left;
	width: 120px;
	font-weight: bold;
}

#menu a:link {
	color: Black;
	text-decoration: none;
}

#menu a:visited {
	color: Black;
	text-decoration: none;
}

#menu2 {
	float: left;
	width: 120px;
	font-weight: normal;
}

#menu2 a:link {
	color: Black;
	text-decoration: none;
}

#menu2 a:visited {
	color: Black;
	text-decoration: none;
}

#text {
	margin-left: 120px;
}

#teaserTop {
	background-color: #EBEEF7;
	padding: 5px 5px 5px 5px;
	margin-right: 10px;
	height: 275px;
}

#teaserBottom {
	/*clear: both;*/
	padding-top: 20px;
}

#news {
	float: left;
	width: 450px;
	background-color: #EBEEF7;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
}

#links {
	margin: 0px 10px 10px 475px;
	background-color: #EBEEF7;
	padding: 5px 5px 5px 5px;
}

td.menu {
  font-family: Verdana, Arial;
  font-size: 10pt;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: Black;
}