@charset "ISO-8859-1";

html, body {
  margin: 0px;
  height: 100%;
  width: 100%;
  background-color: #666666;
}
#header {
  margin: 0px auto 40px;
  height: 178px;
  width: 950px;
}
#header table {
  border: none;
  width: 100%;
  height: 178px;
  border-collapse: collapse;
}
#header td.left {
  text-align: left;
  width: 154px;
  vertical-align: top;
  height: 179px;
}
#header td.right {
  text-align: right;
  width: 154px;
  height: 179px;
}
#header td.center {
  text-align: center;
}
#header h1 {
  font-family: "Trebuchet MS",Arial,Geneva;
  font-size: 1.4em;
  color: #cccccc;
}
#content {
  margin: 0px auto;
  padding: 0px;
  width: 760px;
}
#content p {
  font-family: "Trebuchet MS",Arial,Geneva;
  font-size: 0.9em;
  color: #cccccc;
  line-height: 1.3em;
}
#content h2 {
  font-family: "Trebuchet MS",Arial,Geneva;
  font-size: 1.2em;
  color: #cccccc;
}
#content table {
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  border-collapse: collapse;
}
#content td.left {
  margin: 0px;
  padding: 0px;
  text-align: left;
  width: 200px;
  vertical-align: top;
}
#content td.left p {
  font-family: "Trebuchet MS",Arial,Geneva;
  font-size: 0.9em;
  color: #cccccc;
  line-height: 1.3em;
}
#content td.left h1 {
  font-family: "Trebuchet MS",Arial,Geneva;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: bold;
  color: #ffffff;
}
#content td.right {
  margin: 0px;
  padding: 0px;
  text-align: left;
  width: 560px;
  vertical-align: top;
}
#footer {
  margin: 40px auto 0px;
  padding: 0px;
  width: 950px;
}
#footer table {
  border: none;
  width: 100%;
  height: 178px;
  border-collapse: collapse;
}
#footer td.left {
  text-align: left;
  width: 250px;
  vertical-align: bottom;
  height: 203px;
}
#footer td.right {
  text-align: right;
  width: 248px;
  height: 203px;
}
#footer td.center {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Geneva;
	font-size: 1.2em;
	color: #000000;
}


#linktable {
	font-family: "Trebuchet MS", Arial, Geneva;	
	border-collapse:collapse;
	width: 100%;
	border: 1px solid #000;
	margin-bottom: 15px;
	margin-top: 5px;
}
#linktable th, td {
	font-family: "Trebuchet MS", Arial, Geneva;
	color: #A1A1A1;
	padding: 0.5em 1em;
}
#linktable a:link {
	font-size: 0.8em;
}
#linktable a:visited{
	font-size: 0.8em;
}

col {
	border: none;
	text-align: left;
}
col#news_datum_col{
	border: none;
}
thead {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.odd {
	background-color: #222;
	color: #fff;
}
#linktable tr:hover {
	color: #fff;
}
thead tr:hover{
	background-color: transparent;
	color: inherit;
}

