html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	line-height: 18px;
	text-decoration: none;
	color: #800000;
	height: 200px;
}
body {
	padding: 0.3em;
	background-color: #FFFFF0;
	background-attachment: fixed;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left top;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #B22222;
}
a:visited {
	color: #B22222;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	background-color: #FFFFE0;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
table {
	margin: 5px 5%;
	padding: 0.3em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	margin-top: 3px;
	margin-bottom: 3px;
}
title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.headlines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 0.3em;
	margin-top: 3px;
	margin-bottom: 3px;
}
.main {
	position: absolute;
	width: 90%;
	left: 5%;
	top: 210px;
	right: 5%;
	bottom: 80px;
	display: block;
}
.main #menu {
	float: left;
	width: 210px;
	padding: 0.3em;
	background-color: #FAFAD2;
	height: 95%;
	overflow: auto;
	position: absolute;
}
.main #menu a {
	display: block;
	text-decoration: none;
	background-color: #FFFFF0;
	padding: 0.3em;
}
.main #content {
	position: absolute;
	left: 200px;
	padding: 0.3em;
	overflow: auto;
	height: 95%;
	margin: 0.5em;
	font-size: 10pt;
}
.footer li {
	display: inline;
	padding: 0.3em;
	margin-right: 10px;
	margin-left: 10px;
}


.main #menu li {
	margin: 3px;
	padding: 0.3em;
	display: block;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #000000;
	border-bottom-color: #000000;
}


.footer {
	position: absolute;
	height: 60px;
	left: 5%;
	right: 5%;
	bottom: 0px;
	padding: 0.3em;
	clear: both;
	margin-top: 10px;
	text-align: right;
}
.header .hnav {
	padding: 0.3em;
	list-style-type: none;
	text-align: right;
}
.header .hnav li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}
.rssbox {
	margin: 1em;
	background-color: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.rssitems {
	margin: 3px 0;
	padding: 0.5em;
	color: #333333;
}

.rssitem  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	list-style: none;
	padding-bottom: 1em;
	line-height: 14px;
	color: #B22222;
	background-color: #FFFFFF;
}

.rssitem a {
	text-decoration: none;
	color: #800000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.rssitem a:visited {
	color:#800000;
}

p.rssitem {
	margin:0 0 0.5em 0.5em;
}
