body {
  background-color: #FFFFFF;
  color: #000000 !important;
  font-family: tahoma, verdana, sans-serif;
  font-size: 10pt;
  margin: 0;
  padding: 0;
  text-align: center;
}
img {
	border: 0;
}

#page {
  margin: 80px auto 0px;
  text-align: left;
  width: 960px;
  height: 580px;
  /* border: 1px solid green; */
}
#squares {
  position: absolute;
  width: 960px;
  height: 560px;
}
#logo {
  background-image: url("images/logo.png");
  position: absolute;
  width: 320px;
  height: 160px;
  float: left;
}
#menue {
	width: 283px;
	height: 20px;
	padding-right: 37px;
	margin: 0;
	text-align: right;
}
#menue a {
	color: #000000;
	text-decoration: none;
	font-size: 11pt;
}
#menuetitle {
	position: absolute;
	height: 20px;
	width: 155px;
	background-color: #5493C9;
	color: #FFFFFF;
	font-size: 11pt;
/*	font-weight: bold; */
	letter-spacing: 1px;
	text-align: right;
	margin: 40px 0px 0px 0px;
}
#submenue {
	position: absolute;
	height: 80px;
	float: left;
}
ul.submenue {
	width: 160px;
	margin: 0;
	padding: 0;
}
ul.submenue li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 5px;
	width: 150px;
}
ul.submenue li a, ul.submenue li a.active {
/*	color: #A9C9E4; */
	color: darkgrey;
	display: block;
/*	overflow: hidden; */
	text-decoration: none;
	font-size: 11pt;
	letter-spacing: 1px;
	text-align: right;
}
ul.submenue li a.active {
/*	color: #3787C8; */
	color: #3787C8;
}
#content {
/*	text-align: justify; */
	font-size: 11pt;
	position: absolute;
	left: 160px;
	top: 240px;
	width: 590px;
	float: left;
	overflow: hidden;
	padding: 0px 15px 0px 35px;
}
#content a {
	text-decoration: none;
	color: #76A9D4;
	letter-spacing: 1px;
}
#content ul {
	border: 0px;
}

#contenttitle {
	color: black;
	font-size: 11pt;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
#footer {
	text-align: right;
	color: #76A9D4;
	position: absolute;
	top: 640px;
	width: 880px;
	height: 20px;
	padding-right: 80px;
}
#footer a {
	text-decoration: none;
	color: #76A9D4;
	letter-spacing: 1px;
/*	font-weight: bold; */
}

div.squareeven, div.squareodd, div.square, div.squareddblue, div.squaredblue, div.squareblue, div.squarelblue, div.squarellblue {
	position: absolute;
	display: block;
	float: left;
	width: 80px;
	height: 80px;
}
div.squareodd {
	background-color: lightgray;
}
div.squareddblue {
	background-color: #5493C9;
}
div.squaredblue {
	background-color: #76A9D4;
}
div.squareblue {
	background-color: #90B9DC;
}
div.squarelblue {
	background-color: #A9C9E4;
}
div.squarellblue {
	background-color: #B2C7E4;
}
div.square img {
	width: 80px;
	height: 80px;
}
div.detailimg {
	position: absolute;
	display: block;
	float: left;
	left: 560px;
	top: 80px;
	width: 320px;
	height: 240px;
}
div.detailimg img {
	width: 320px;
	height: 240px;
}
div.detailtitle {
	position: absolute;
	display: block;
	float: left;
	left: 560px;
	top: 320px;
	width: 234px;
	height: 74px;
	background-color: #B2C7E4;
	color: white;
	padding: 3px;
	letter-spacing: 1px;
}
div.detailtitle a {
	text-decoration: none;
	color: #5493C9;
	letter-spacing: 1px;
}
div.detailcontent {
/*	text-align: justify; */
	font-size: 10pt;
	position: absolute;
	left: 160px;
	top: 240px;
	width: 350px;
	height: 160px;
	float: left;
	overflow: hidden;
	padding: 0px 15px 0px 35px;
	color: #888888;
}

#page br {
	clear: both;
}
