html, body {
	margin: 0;
	padding: 0;
	background: url(../bilder/back-fill.png);
	text-align: center;
}

#box {
	background: url(../bilder/top-stretch.png) repeat-x;
}

#centerbox {
	margin: 0 auto 0 auto;
	width: 670px;
	text-align: left;
}

#top {
	background: url(../bilder/kopf-gespr.png);
	width: 670px;
	height: 200px;
}

#menu {
	background: url(../bilder/menu.png) no-repeat;
	width: 670px;
	height: 50px;
}

#textbody {
	background: url(../bilder/body-fill.png);
	width: 670px;
}

#bodyoverlay {
	background: url(../bilder/body-top.png) no-repeat;
	width: 670px;
}

#footer {
	position: relative;
	margin: 0 0 0 29px;
	background: url(../bilder/footer.png) no-repeat top;
	width: 611px;
	height: 4px;
}

#copy {
	text-align: right;
	height: 40px;
	width: 670px;
	background: url(../bilder/spacer.gif);
}

#copy p {
	margin: 0.5em 40px 0 0;
}

#text {
	position: relative;
	float: left;
	top: 30px;
	left: 70px;
	padding-bottom: 80px;
	width: 300px;
}

#text p.bild img {
	background-color: #000;
	padding: 0 0 0 0;
	float: right;
	margin: 0 -225px 0 30px;
}

#preload {
	display: none;
	visibility: hidden;
}

.clearit{
	clear: both;
}



/* =================== STS- Dropdownmenu ============================ */

#menubt {
	padding: 13px 0 0 0;
}

.drop,.drop ul {
	padding:0;
	margin: 0px 0px;
	z-index: 195;
}

.drop {
	margin: 0 0 0 60px;
	z-index: 195;
}

.drop li ul a {
	padding-left: 10px;
	margin: 0 0 0 0;
	z-index:99;
}

.drop li {
	float:left;
	width:134px;
	position:relative;
	list-style-type:none;
	font-weight: normal;
	line-height: 28px;
	z-index:99;
}

/* Top Level */
.drop li a {
	margin-left: 5px;
	padding-left: 10px;
	display: block;
	color: #000;
	background: url(../bilder/button-na.png) no-repeat;
	text-decoration: none;
}

/* Top Level Hover */
.drop li a:hover {
	color: #FFF;
	background: url(../bilder/button-a.png) no-repeat;
}

.drop li ul a {
	width: 118px;
	color: #fff;
	background: #939393 none;
	line-height: 20px;
	font-weight:normal;
}

.drop li ul a:hover {
	margin-left: 0px;
	width: 118px;
	background: #bbb none;
	color: #333;
}

.drop li li ul a {
	width:118px;
	color: #333;
	background-color: #ddd;
	line-height: 20px;
	font-weight:normal;

}

.drop li ul li {
	background-color: transparent;
	width: 118px;
	margin-left: 0px;

}

.drop li ul li ul {
	visibility:hidden;
	position: absolute;
	top: 0px;
	background-color: transparent;
	width: 123px;
	margin-left: 116px;

}


.drop li ul {
	visibility:hidden;
	position:absolute;
	width:128px;
	margin: 0 0 0 9px;
	border: 1px solid black;
}

.drop ul ul li {
	visibility:hidden;
	position:absolute;
	width:129px;
}


.drop li:hover ul,.drop li.msieFix ul {
	visibility:visible;
	background-color:transparent;

}

.drop li li:hover li,.drop li li.msieFix li{
	visibility:visible;
	position:relative;
	background-color:transparent;

}

* html .drop li:hover ul,* html .drop li.msieFix ul {
	top:2em;
	left:0em;

}

* html .drop li li:hover li,* html .drop li li.msieFix li {
	top:-2em;
	left:0em;

}

.barrow {
	margin: 0px;
	background-color: transparent;
	z-index:99;
}

h1 a {
	clear:left;
}

.drop li ul li a.backarrow {
	background-color: #eee;
	font-weight: bold;
	color: #333;
}

/* -===================== IE 6.0 Hacks =====================- */

*html #footer{
	margin: 0 0 0 29px;
	position: relative;
	top: 11px;
}


