body {
	background-color: white;
	border: none;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-color: #474646;
}

a {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #474646;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #474646;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #474646;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #474646;
}

* {
	border: 0px;
	padding: 0px;
	margin: 0px;
	spacing: 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	spacing: 0px;
}



#topl {
	height: 25px;
	max-height: 25px;
	min-height: 25px;
	background-color: white;
	position: fixed;
	top: 50%;
	margin-top: -250px;
	left: 10px;
}

#pflicht {
	height: 8px;
	max-height: 8px;
	min-height: 8px;
	width: 137px;
	max-width: 137px;
	min-width: 137px;
	background-color: red;
	position: fixed;
	top: 50%;
	margin-top: -250px;
	right: 10px;
}

#leftnav {
	height: 410px;
	max-height: 410px;
	min-height: 410px;
	width: 200px;
	max-width: 200px;
	min-width: 200px;
	background-color: #cbc6c6;
	position: fixed;
	left: 0px;
	top: 50%;
	margin-top: -205px;
	z-index: 3;
}

#rightblock {
	height: 410px;
	max-height: 410px;
	min-height: 410px;
	width: 200px;
	max-width: 200px;
	min-width: 200px;
	background-color: #cbc6c6;
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -205px;
	z-index: 3;
}

#imgtable {
	table-layout: fixed;
	border-collapse: collapse;
}

#bottom {
	position: fixed;
	top: 50%;
	width: 120px;
	margin-top: 250px;
	left: 50%;
	margin-left: -60px;
}

#show {
	margin-top: -205;
	margin-left: 200px;
	margin-right: 200px;
	padding-right: 200px;
	height: 410px;
	position: absolute;
	top: 50%;
	margin-top: -205px;
}

#form {
	margin-top: -305;
	margin-left: 200px;
	margin-right: 200px;
	padding-right: 200px;
	height: 310px;
	position: absolute;
	top: 50%;
	margin-top: -205px;
	z-index:4;
}

#menupic {
	margin-top: 10px;
	margin-left: 10px;
}