body {
	margin: 0px;
	padding: 0px;
	background-color: #FED312;
	background-position: center;
	background-repeat: repeat-y;
}

div#main {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 759px;
	margin-left: -380px;
}

div#header {
	position: absolute;
	top: 0px;
	left: 381px;
	width: 378px;
	height: 190px;
	overflow: hidden;
	border-bottom: 1px dashed #BBBBBB;
	background-color: #FFFFFF;
}

div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 190px;
	width: 190px;
	border-bottom: 1px dashed #BBBBBB;
}

div#nav {
	position: absolute;
	top: 190px;
	left: 0px;
	height: 190px;
	width: 190px;
	padding-top: 15px;
}

.cel {
	border-bottom: 1px dashed #BBBBBB;
}

img {
	border: 0px;
}

p,li,td,th,textarea,div,input,select {
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p,li,td,th,textarea,div {
	line-height: 160%;
}


A {
	color: #639A13;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

.logo {
	padding-top: 10px;
	text-align: center
}

.adres {
	padding-top: 10px;
	padding-left: 30px;
	font-size: 7pt;
	font-style: normal;
}

.adres a {
	color: #000000;
	text-decoration: none;
}

.item {
	padding: 10px;
}

.titel {
	font-size: 9pt;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.item .subtitel {
	font-weight: bold;
}

.header {
	padding: 10px;
	font-size: 11pt;
	line-height: 140%
}

.objectitem {
	border-top: 1px dashed #BBBBBB;
}