body {
	margin: 0px 0px 0px 0px;
	background-color: #cccccc;
	background-image: url(images/verlauf.jpg);
	background-repeat: repeat-x;
}
.background {
	width: 780px;
	/*height: 580px;*/
	margin-left: -390px;
	margin-top: -290px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
}
.main {
	width: 780px;
	/*height: 560px;*/
	background-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	border-color: #818286;
}
.footer {
	width: 780px;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.navlink {
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.textlink {
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.text {	
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
.menuback {
	background-image: url(images/menuback.png);
	background-repeat: no-repeat;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #cccccc;
}
.menubackhigh {
	background-image: url(images/menubackhigh.png);
	background-repeat: no-repeat;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #cccccc;
}
.submenuback {
	background-image: url(images/menuback.png);
	background-repeat: no-repeat;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #cccccc;
}
.submenubackhigh {
	background-image: url(images/menubackhigh.png);
	background-repeat: no-repeat;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #cccccc;
}
.content {
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	padding: 10px;
}
.clickimage {
	cursor: pointer;
}
.headline {
	font-family: arial;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
input.text {
	height: 18px;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
input.button {
	height: 22px;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
select {
	height: 18px;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
input.text {
	height: 18px;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
.error {
	height: 160px;
	width: 300px;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #818286;
	background-color: #7BC5D6;
}
#piczoom {
	width: 640px;
	height: 480px;		
	position: absolute;
	text-align: center;
	vertical-align: middle;
	display: none;
	z-index: 4;
	top: 68px;
	left: 110px;	
}