body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #fff7b2;
}

.main {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 719px;
	height: 478px;
	margin-top: -239px; /*set to a negative number 1/2 of your height*/
	margin-left: -360px; /*set to a negative number 1/2 of your width*/
	background-color: #e3dcb9;
}

.kontakt {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-115px;
	margin-left:110px;
	background-color: #fffff0;
}

.person {font-family:sans-serif; font-size: 12pt; font-weight:bold; color:#901010;}

.adm {font-family:sans-serif; font-size: 11pt; font-weight:bold; color:#901010;}

