body {
	margin: 0;
	padding: 0;
	background-color: #d8d8d8;
	color: #000;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	text-align: center;
}

a {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

#current {
	color: #000;
	text-decoration: overline;
}

#nav {
	position: absolute;
 	top: 0; 
 	left: 0;
}

#nav li, #form li {
	display: inline;
}

#form {
	position: absolute;
 	top: 0; 
 	right: 36px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #d8d8d8;
}

select:hover {
	background-color: #fff;
}

option:hover {
	
}


#kont {
	position: absolute;
 	height: 380px; 
 	width: 804px;
 	margin: -190px 0px 0px -402px;
 	top: 50%; 
 	left: 50%;
}

#pres {
	margin: 36px auto;
	padding: 1em;
	width: 804px;
	text-align: justify;
	border: 1px solid #000;
	background-color: #fff;
}

#pres ul {
	margin: 10px 0 32px 0;
}

#pres p, #pres li {
	line-height: 16px;
}

img {
	border: 1px solid #000;
}

.right {
	margin: 6px 0 6px 12px !important;
	float: right;
	clear: both;
}

.left {
	margin: 6px 12px 6px 0 !important;
	float: left;
	clear: both;
}

.center {
	text-align: center;
}

h1 {
	text-align: center;
	font-size: 16px;
}

table {
	border: none;
	margin: 10px 0 32px 0;
}

td {
	border: 1px solid #0000ff;
	padding: 4px;
}