img, div, a, input { behavior: url(iepngfix.htc) }
a:link {
	color: #009900;
}
a:visited {
	color: #009900;
}
a:hover {
	color: #168606;
}
a:active {
	color: #009900;
}
#main {
	height: 550px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/hintergrund.jpg);
	background-repeat: no-repeat;
}
#header {
	background-image: url(images/image_01.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 103px;
	width: 925px;
	padding-right: 45px;
}
#left {
	background-image: url(images/image_02.jpg);
	float: left;
	height: 409px;
	width: 53px;
}
#image {
	background-image: url(images/image_03.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 409px;
	width: 409px;
}
#content {
	height: 267px;
	width: 450px;
	margin-left: 263px;
	padding-top: 161px;
}
.button {
	height: 33px;
	margin-left: 15px;
	margin-top: 52px;
}

.text {
	font-style: normal;
	padding-top: 80px;
	padding-right: 30px;
	padding-left: 30px;
	color: #656565;
}

#right {
	background-image: url(images/image_05.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 409px;
	width: 50px;
}
#footer {
	background-image: url(images/image_06.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 38px;
	width: 865px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #148006;
	padding-left: 55px;
	padding-right: 50px;
}
#footer a {
	color: #148006;
	text-decoration: none;
}
#footer a:hover {
	color: #fcffe7;
}
.left {
	width: auto;
	float: left;
}

.right {
	width: auto;
	float: right;
}
.menu {
	margin-top: 77px;
	height: auto;
	width: auto;
	float: left;
	padding-left: 53px;
	font-weight: bold;
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index:999;
	font-weight: bolder;
}
.link {
	background-color: #0C5B02;
	color: #FFFFFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #118103;
	display: block;
	width: 170px;
}


/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
	display:block;
	font-size:1.0em;
	width:auto;
	color:#fff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 10px;
}
/* style the links hover */
.menu :hover{
	color:#fff;
	background: #094400;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
	font-weight: bold;
}
#navigation {
	float: left;
	width: 590px;
	margin-top: 78px;
	padding-left: 53px;
}

#nav, #nav ul{
	margin:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	width: auto;
	float: left;
	font-weight: bold;
	font-size: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#nav a{
	display:block;
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
}

#nav a:hover{
	background-color:#094400;
	color:#fff;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
	position:absolute;
	display:none;
	width:13em;
	top:25px;
}

#nav li ul a{
	width:13em;
	height:auto;
	float:left;
	background: #0C5B02;
	border-bottom: 1px solid #118103;
}

#nav ul ul{
	top:auto;
	width: 30px;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}