* {
	border: 0;
	margin: 0;
	padding: 0;
	color: #736855;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
}
body {
	background-color: white;
	font-size: small;
}
h1, h2, h3, h4, p {
}
h1 {
}
h2 {
}
h3 {
}
ul {
}
a {
	text-decoration: none;
}
a.active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.centered {
	text-align: center;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatnone {
	float: none;
}
.clear {
	overflow: hidden;
}
.clearboth {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
div.wrap {
	margin: auto;
	min-width: 800px;
	max-width: 1000px;
	position: relative;
	width: 80%;
}
/*
	Header
*/
div#header {
	background: #a59e88 url(../img/headerbg.gif) repeat-x ;
	background-color: #a59e88;
	height: 96px;
}
/*
	Toplevel-Menü
*/
div#topmenu {
	background: #767262 url(../img/darkbrownround.png) no-repeat right bottom;
	padding: 0.3em 1em;
	position: relative;
}
div#topmenu a {
	color: white;
}
div#topmenu span.vbar {
	color: #99c48f;
	padding-left: 0.4em;
	padding-right: 0.4em;
}
img#logobott {
	position: absolute;
	top: 96px;
	left: 85px;
}
img#schattenuebergangweiss {
	position: absolute;
	top: 0;
	right: 0;
}
/*
	Footer
*/
div#footer {
	margin-top: 13px;
	position: relative;
}
p#copyright {
	font-weight: bold;
}
p#footermenu {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
p#footermenu a {
	font-weight: normal;
	padding-left: 0.75em;
}

