body {
	color: #666666;
	font-size: 80%;
	font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
	margin: 0; padding: 0;
}

h1 {
	font-family: 'Times New Roman CE', 'Times New CE', 'Times CE', 'Times New Roman', times, serif;
	font-weight: normal;
	font-size: 210%;
	width: 280px; height: 150px;
	text-align: center;
	margin: 0; padding: 10px;
	color: white;
	background-color: #87a5d6;
	background-image: url(index_logo.gif);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 10px; left: 245px;
}
h2 {
	font-family: 'Times New Roman CE', 'Times New CE', 'Times CE', 'Times New Roman', times, serif;
	font-size: 160%;
	font-weight: normal;
	margin: 0 0 0.5em;
}
address {
	font-style: normal;
	margin: 0 0 0.5em;
}
a {
	color: #728db8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
td {
	padding: 0 0.5em 0.2em 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: disc inside;
}
li {
	padding: 0 0 0.5em;
}
img {
	border: none;
}

#container {
	width: 790px;
	margin: auto;
	position: relative;
	background-color: white;
}

#slideshow {
	width: 300px; height: 400px;
	position: absolute;
	top: 180px; left: 245px;
}

#leftbox {
	width: 18em; height: 200px;
	padding: 10px 1em;
	overflow: auto;
	color: white;
	background-color: #637797;
	background-image: url(index_knez.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	top: 180px; right: 545px;
}
#leftbox p {
	text-align: right;
}

#rightbox {
	width: 18em; height: 200px;
	padding: 10px 1em;
	overflow: auto;
	color: white;
	background-color: #728db8;
	background-image: url(index_maria.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	top: 180px; left: 545px;
}
#rightbox a, #leftbox a {
	color: white;
}
#rightbox .tellmemore {
	text-align: left;
}

#leftcol {
	width: 18em; height: 13em;
	padding: 1em;
	overflow: auto;
	position: absolute;
	top: 400px; right: 545px;
}
#rightcol {
	width: 18em; height: 13em;
	padding: 1em;
	overflow: auto;
	position: absolute;
	top: 400px; left: 545px;
}
#leftcol h2, #rightcol h2 {
	color: #728db8;
}

#submenu {
	position: absolute;
	top: 10px; left: 545px;
	width: 19em;
	padding: 0.5em;
	text-align: right;
}
#submenu a{
	color: #666666;
}

#menu1 {
	font-size: 133%;
	color: #728db8;
	width: 14em;
	padding: 0 0.5em;
	text-align: center;
	position: absolute;
	top: 140px; right: 545px;
}
#menu2 {
	font-size: 133%;
	color: #728db8;
	width: 14em;
	padding: 0 0.5em;
	text-align: center;
	position: absolute;
	top: 140px; left: 545px;
}
#menu1 a, #menu2 a {
	font-weight: bold;
	text-decoration: none;
}
#menu1 a:hover, #menu2 a:hover {
	color: #637797;
}

#footer {
	font-size: 90%;
	width: 100%;
	text-align: center;
	border-top: solid 1px #728db8;
	padding: 0.5em;
	position: absolute;
	top: 600px; left: 0;
}

#hot_news {
	width: 150px;
	position: absolute;
	top: 10px; left: 0;
	z-index: 10;
}

.hidden {
	display: none;
}
.tellmemore {
	font-style: italic;
	text-align: right;
	display: block;
}
.small {
	font-size: 90%;
}