body { 
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	height:100%;
	min-height:100%;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

html body #page {
	width:800px;
	height:100%;
	background-image:url('mid.png');
	position:absolute;
}
html>body #page {
	min-height:100%;
	height:auto;
}

#header {
	width:800px;
	height:103px;
	text-align:left;
	background-color:#ffffff;
}
#menubar {
	text-align:center;
	color:#404040;
	position:relative;
	top:78px;
	width:550px;
}
#menubar .active {
	font-size:130%;
	font-weight:bold;
}
#menubar a {
	color:#404040;
	text-decoration:none;
	padding:1px;
}
#menubar a:hover {
	padding-bottom:0px;
	padding-top:0px;
	border-bottom:1px solid #404040;
	border-top:1px solid #404040;
}

#titlebar {
	width:800px;
	height:90px;
	background-image:url('top.png');
	text-align:left;
}
#title {
	position:relative;
	top:40px;
	left:80px;
	width:640px;
	font-size:200%;
	font-weight:bold;
	color:#990000;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}

#content {
	margin:0px;
	padding:0px;
	margin-left:80px;
	margin-right:80px;
	width:640px;
	height:340px;
	padding-bottom:50px;
	text-align:justify;
	line-height:125%;
}
html>body #content {
	min-height:340px;
	height:auto;
}

#content p {
	padding:0px;
	margin:0px;
	margin-bottom:15px;
}
#content p.pbox1 {
	padding:5px;
	background-color:#e9e9c1;
}
#content p.pbox2 {
	padding:5px;
	background-color:#dadab2;
}
#content a {
	color:#990000;
}
#content a.top_link {
	color:#d0d0d0;
	font-size:80%;
	line-height:125%;
	text-decoration:none;
}
#content a:hover.top_link {
	border-top:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
}
#content h3 {
	margin-top:30px;
	text-align:center;
	line-height:125%;
}
#content h3.first_headline {
	margin-top:0px;
}

#menu {
	position:relative;
	float:left;
	width:210px;
	height:340px;
	max-height:340px;
	left:-80px;
	margin-right:-63px;
	background-image:url('menu_tafel.png');
	background-color:#c4c496;
	text-align:left;
	color:#000000;
}
html>body #menu {
	margin-right:-60px;
}
#menu .item {
	padding-top:20px;
	padding-left:30px;
	padding-right:20px;
	font-size:130%;
	font-weight:bold;
	line-height:125%;
}
#menu .sub {
	padding-left:30px;
	padding-right:15px;
	font-size:100%;
	line-height:125%;
}
#menu a {
	text-decoration:none;
	color:#000000;
}
#menu a:hover {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
#menu .sub .active {
	font-size:105%;
	font-weight:bold;
	line-height:125%;
}
#menu #special {
	position:absolute;
	left:24px;
	top:182px;
	border:0px;
}
#menu #special img {
	border:0px;
}
#menu #special a:hover {
	border:0px;
}

#footer {
	width:800px;
	height:50px;
	position:absolute;
	bottom:-1px;
	left:0px;
	background-image:url('bottom.png');
	background-position:bottom;
	text-align:center;
	color:#404040;
	background-color:#ffffff;
	font-size:80%;
}
#footer a {
	color:#404040;
	text-decoration:none;
	padding:1px;
}
#footer a:hover {
	padding-bottom:0px;
	padding-top:0px;
	border-bottom:1px solid #404040;
	border-top:1px solid #404040;
}
#footerlinks {
	position:relative;
	top:16px;
}
#footerlinks img {
	border:0px;
	padding-bottom:1px;
	vertical-align:bottom;
}
#footerlinks a:hover.flagge {
	border:0px;
}
#copyright {
	color:#808080;
}

img.image {
	position:relative;
	margin-bottom:15px;
	top:5px;
}
img.border {
	border:1px solid #000000;
}
img.left {
	margin-right:20px;
	float:left;
}
img.right {
	margin-left:20px;
	float:right;
}
img.high {
	width:300px;
	height:400px;
}
img.wide {
	width:400px;
	height:300px;
}

table {
	width:100%;
	border:0px;
	margin-top:0px;
	margin-bottom:15px;
}
table td {
	padding:0px;
	margin:0px;
	border:0px;
}
