body {
	scrollbar-base-color:#ece8dd;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f5f3ed;
}

#container1 {
	position: relative;
	width: 924px;
	margin: 0px auto;
	padding: 0px;
}

#container2 {
	position: relative;
	width: 900px;
	margin: 0px auto;
	height: auto;
	padding: 0px;
}

#header {
	position: relative;
	top: 0px;
	width: 900px;
	height: 108px;
	margin: 0px;
	padding: 0px;
}

#menuebg {
	position: relative;
	top: 0px;
	width: 900px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	overflow: hidden;
}

#menue {
	position: absolute;
	top: 4px;
	left: 273px;
	width: 626px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	z-index: 4;
	overflow: hidden;
}

#content {
	background: url(../images/content_bg.jpg) repeat-y top left;
	position: absolute;
	padding: 0px;
	padding-top: 5px;
	padding-right: 20px;
	margin: 0px;
	margin-right: 20px;
	left: 272px;
	height: 481px;
	width: 607px;
	border-right: solid 1px #9d8872;

}

#left {
	position: absolute;
	padding: 0px;
	margin: 0px;
	left: 0px;
	width: 270px;
	border-left: solid 1px #9d8872;
}

#footer {
	background-color: #ece8dd;
	position: absolute;
	padding: 0px;
	margin: 0px;
	padding-top: 3px;
	top: 615px;
	left: 0px;
	width: 898px;
	height: 17px;
	border-left: solid 1px #9d8872;
	border-right: solid 1px #9d8872;
	border-bottom: solid 1px #9d8872;
	text-align: right;
	z-index: 4;
	overflow: hidden;
}


#beispiel {
	background-color: #626262;
	color: #808080;
	width: 780px;
	height: 29px;
	padding: 0px;
	padding-top: 7px;
	margin: 0px;
	text-align: center;
}

.nav { 
	margin: 0px; 
	padding: 0px; 
	list-style: none; 
	display: inline; 
} 

.nav li { 
    padding: 0px; 
    list-style: none; 
    display: inline;
} 

.navfirst {
	padding-right: 10px;
	border-right: 1px solid #fff;
	margin-right: 6px;
	text-align:left;

} 

.navmiddle { 
	padding-right: 10px; 
	border-right: 1px solid #fff; 
	margin-right: 6px; 
} 

.navlast { 
	padding-right: 6px; 
	margin-right: 2px;
} 
 
a:link {
	text-decoration: none;
	color:#9d8872;
	font-weight: bold;
}
a:visited { 
	text-decoration: none;
	color: #9d8872;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #9d8872;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #9d8872;
}

.headline {
	color: #321b05;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.subline {
	color: #321b05;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.copybold {
	color: #321b05;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.copy {
	color: #321b05;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.agb {
	color: #321b05;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.agbhead {
	color: #321b05;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

Dropdown Menue

.dropmenudiv {
position:relative;
font: bold Arial, Helvetica, sans-serif;
line-height:10px;
z-index:100;
background-color:#c5ac93;
}

.dropmenup {
	position:absolute;
	font: bold Arial, Helvetica, sans-serif;
	padding: 6px;
	margin: 0px;
	padding-top: 0px;
	top: -3px;
	left: 142px;
	width: 120px;
	height: 140px;
	margin: 5px 0 0 0;
	border:1px solid #625649;
	background-color:#c5ac93;
	z-index:100;	
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

.dropmenudiv a:hover{ 
/*hover background color*/
background-color: #f5f3ed;
}

.menu1-level2-no {
}

.menu1-level2-act {
color: black;
}

