#Box {
	margin:0;
	padding:0;
	width: 600px;
	background-color: #FFFFFF;
}

a:active {
  text-decoration:none;
  color: #666666
}

a, a:visited {
  text-decoration:none;
  color: #666666
}

a:focus {
  text-decoration:none;
  color: #666666
}

a:link {
  text-decoration:none;
  color: #666666
}
a:hover {
  text-decoration:underline;
  color: #666666
}

#apDiv1 {
	position:absolute;
	width:100%;
	height:160px;
	z-index:5;
	left: 0px;
	top: 53px;
	background-color: #000000
}
#topcontainer {
	position:absolute;
	width:100%;
	height:auto;
	z-index:100;
	top: 8px;
	left: 0px

}
#topbox {
	margin:auto;
	width:900px;
	height:140px;
	z-index:100;
	top: 8px;
	left: 0px;
	overflow:hidden

}
#maincontainer {
	position:absolute;
	width:100%;
	height:auto;
	z-index:2;
	top: 160px;
	left: 0px

}
#mainbox {
	margin:auto;
	width:900px;
	height:500px;
	z-index:50;
	top: 50px;
	left: 0px
}

#footerbox {
	margin:auto;
	width:900px;
	height:25px;
	z-index:50;
	top: 505px;
	left: 0px
}

#menubox {
	margin:auto;
	width:900px;
	height:40px;
	z-index:150;
	left: 0px;
	top: 0px
}
#mainpicbox {
	border-bottom:1px solid #CC0033;
	posistion:absolute;
	margin:auto;
	width:900px;
	z-index:7;
	top: 208px;
	right: 0px;
	background-image:url('../pic/main.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	visibility: hidden;
	min-height: 350px;
	height: auto;
	vertical-align: middle;
	text-align: left;

}

.menutext {

}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #AAAAAA
}

.topTextschwarz {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold
}
.topTextweiss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7F7F7F;
	font-size: 12px;
	line-height: 1.9em;
}

