/*  Susanne Michels  */
/*  mit ganz besonderem Dank an Kai-Christian Bruhn  */

body {
	margin: 0;
	padding: 0;
	background-color: #EEE8AA;
	font-family: Arial, Helvetica, sans-serif;
}
#links {
	position: absolute;
	top: 10px;
	left: 30px;
	margin: 0;
	padding: 10px 1px 10px 0;
	width: 180px;
	z-index: 5;
}
#titel {
	position: absolute;
	top: 0px;
	left: 200px;
	height: 180px;
	width: 715px;
	z-index: 2;
}
#content {
	position: absolute;
	top: 156px;
	left: 200px;
	width: 693px;
	min-height: 411px;
	padding: 30px 10px 10px;
	z-index: 0;
	background-color: #FFFFCC;
	border-left: 2px solid Green;
	color: #000;
}
#navigation {
	position: absolute;
	left: 5px;
	top: 4px;
	width: 705px;
	font-size: 12px;
	font-variant: normal;
	font-weight: bolder;
	color: Green;
	border-bottom: 1px solid Green;
	padding-bottom: 2px;
}
.logo {
	margin: 0px;
	vertical-align: top;
	position: fixed;
}
.schriftzug {
	position: absolute;
	left: 160px;
	top: 7px;
	width: 600px;
}
.bild {
	position: absolute;
	left: 590px;
	top: 10px;
}
.anmerkung {
	margin: 10px 10px 0px 10px;
	color: #000;
	font-size: xx-small;
	text-align: right;
}
a {
	text-decoration: none;
	color: Green;
}
#content h1 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 30px 10px 20px 10px;
	color: Green;
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 10px 10px 10px;
	color: Green;
}
#content h3 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 5px 5px 5px 10px;
	color: Red;
}
#content p {
	font-size: 14px;
	margin: 10px 10px 0px 10px;
	line-height: 18px;
	color: #000;
}
#content td {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 10px 0px 10px;
	line-height: 22px;
	color: #000;
}
#content a {
	font-size: 14px;
	text-decoration: underline;
	color: #000;
}
#content ol li {
	font-size: 14px;
	margin: 8px 10px 0px 0px;
	line-height: 18px;
	color: #000;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

.vmenu {
	width: 150px;
	top: 200px;
	left: 30px;
	font-size: 11px;
	position: fixed;
	z-index: 20;
}
.vmenu ul li a, .vmenu ul li a:visited {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: Black;
	width: 170px;
	text-align: center;
	border: 1px solid Green;
	background: url(../img/vmenu_bg.png);
	line-height: 17px;
	padding: 5px;
	font-size: 11px;
	margin-bottom: 1px;
}
.vmenu ul {
	padding : 0;
	margin : 0;
	list-style-type : none;
}
.vmenu ul li {
	float : left;
	margin-right : 1px;
	position : relative;
}
.vmenu ul li ul {
	display : none;
}
/* specific to non IE browsers */
.vmenu ul li:hover a {
	color: Black;
	border: thin solid Green;
	width: 170px;
	line-height: 17px;
	background: url(../img/vmenu_bgng.png);
}
.vmenu ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	margin: 0px;
	left:182px;
	width:170px;
	}
.vmenu ul li:hover ul li a.hide {
	background: url(../img/vmenu_bg.png);
	color: Green;
	margin-top: 0px;
}
.vmenu ul li:hover ul li:hover a.hide {
	width:150px;
	}
.vmenu ul li:hover ul li ul {
	display: none;
	}
.vmenu ul li:hover ul li a {
	display: block;
	background: #fff;
	color: Green;
	width: 150px;
}
.vmenu ul li:hover ul li a:hover {
	background: url(../img/vmenu_bg.png);
	color: Green;
}
.vmenu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:182px;
	top:0;
	color:#000;
	}
.vmenu ul li:hover ul li:hover ul li a {
	display: block;
	width: 170px;
	background: #fff;
	color: Green;
}
.vmenu ul li:hover ul li:hover ul li a:hover {
	background: url(../img/vmenu_bg.png);
	color: Green;
}
	/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.hmenu {
	position: absolute;
	left: 195px;
	top: 139px;
	width: 720px;
	font-size: 10px;
	margin: 0px 5px 50px 5px;
	border-left: 1px solid Green;
	z-index: 20;
}
.hmenu var, .hmenu ul li a, .hmenu ul li a:visited {
	display: block;
	text-decoration: none;
	width: 140px;
	text-align: center;
	height: 17px;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	border: 1px solid Green;
	background: Green;
	line-height: 17px;
	overflow: hidden;
}
.hmenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.hmenu ul li {
	float: left;
	margin-right: 1px;
	position: relative;
}
.hmenu ul li ul {
	display: none;
}

/* specific to non IE browsers */

.hmenu ul li:hover a {
	color: Green;
	background: url(../img/hmenu_bg.png);
}
.hmenu ul li:hover ul {
	display: block;
	position: absolute;
	top: 19px;
	left: 0;
}
.hmenu ul li:hover ul li a.hide {
	font-weight: bold;
	background: Green;
	color: #fff;
}
.hmenu ul li:hover ul li:hover a.hide {
	font-weight: bold;
	background: Green;
	color: #fff;
}
.hmenu ul li:hover ul li ul {
	display: none;
}
.hmenu ul li:hover ul li a {
	font-size: 10px;
	font-weight: normal;
	margin-top: 1px;
	height: auto;
	display: block;
	background: #98FB98;
	color: Green;
}
.hmenu ul li:hover ul li a:hover {
	background: Green;
	color: #fff;
}
.hmenu ul li:hover ul li:hover ul {
	font-size: 10px;
	font-weight: normal;
	display: block;
	position: absolute;
	left: 149px;
	top: 0;
}

