/* (c) 2005 Pablo Hoch, melaxis.com */

body {
	font-family: "Bitstream Vera Sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	background: #FFF;
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 0.8em;
}

p, th, td, ul, ol, ul, li, dl, dt, dd{
	font-family: "Bitstream Vera Sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}

a, a:link, a:visited {
	color: #0A79A4;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #0AA1DB;
}

a img {
	border: 0;
}

abbr, acronym, span.abbr {
	cursor: help;
	border-bottom: 1px dotted black;
}

#container {
	width: 800px;
	text-align: left;
	margin: auto;
}

#header{
	margin: 10px 0 0 0;
}

#footer {
	margin: 20px 0;
	text-align: center;
}

#menu {
	background: #618A3C;
	color: #E4962A;
	padding: 0;
	margin: 0;
	height: 2em;
	text-align: center;
	border-bottom: 1px solid black;
	border-top: 1px solid #486B2E;
	border-right: 1px solid #486B2E;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	display: block;
	list-style: none;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#menu a {
	width: 93px;
	height: 2em;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	cursor: pointer;
	color: #E4962A;
	display: block;
	line-height: 2em;
	border-left: 1px solid #486B2E;
}

#menu a:hover {
	color: #EFF2E1;
	text-decoration: underline;
}

#menu a.active {
	background: #E4962A;
	color: #486B2E;
	cursor: default;
}

#menu a.active:hover {
	text-decoration: none;
}

table.listtable {
	font-size: 0.9em;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

table.listtable th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid black;
}

table.listtable td {
	padding-top: 3px;
}

div.blumenbild {
	text-align: center;
}

.copyright {
	margin-top: 30px;
	border-top: 1px solid #777;
	padding-top: 5px;
	color: #777;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
}

#listleft {
	float: left;
	margin-right: 180px;
}

#listright {
	float: right;
	width: 170px;
	margin-left: -170px;
	margin-top: 17px;
}

