﻿html, body {
	margin: 0; 
	padding: 0;
}

.wrapper_background {
	background-image: url('/images/logo_left.png');
	background-repeat: no-repeat;
	height: 395px;
	margin: 1em 0em 0em 1.5em;
	position: relative;
}

.header_wrapper {
	background: url('/images/top_line.png') repeat-x;
	margin-left: 260px;
	height: 130px;
	position:relative;
}

.logo_link {
	position:absolute;
	left: -220px;
	top: 28px;
}

.kist {
	position: absolute;
	top: 160px;
	left: -10px;
	width: 90px;
	height: 210px;
}

.kist_crveni { background: url('/images/crvena_v.png') no-repeat; }
.kist_ljubicasti { background: url('/images/ljubicasta_v.png') no-repeat; }
.kist_zuti { background: url('/images/zuta_v.png') no-repeat; }
.kist_zeleni { background: url('/images/zelena_v.png') no-repeat; }

.contents {
	margin-left: 150px;
	margin-right: 1em;
	color: #C7B299;
	font-family: Arial, sans-serif;
	line-height: 1.38em;
	font-size: 14px;
}

.heading {
	color: #9e005d;
	font-style: italic;
	font-size: 24pt;
	font-weight: bold;
	padding: 0em 0em 0.1em 2em;
	margin: 0;
	position: absolute;
	top: 90px;

}

.separator {
	background: url('/images/hr_separator.png') no-repeat;
	margin-left: 170px;
	padding: 10px 0px 10px 10px;
	position:relative;
}

.separator_fill {
	background: url('/images/hr_separator_c.png') repeat-x;
	position:absolute;
	top: 0;
	right: 0;
	left: 290px;
}
.top_menu {
	padding: 20px 0 0 0;
	margin: 0 0 0 -20px;
	width: 500px;
}

.top_menu li {
	display:inline;
}

.top_menu li a {
	color: #C7B299;
	text-decoration: none;
	font-style:italic;
	font-size: 12pt;
	font-weight: bold;
}

.top_menu span, .top_menu a {
	float:left;
	line-height:65px;
}

.ml { width: 35px; margin-left: 20px; }
.mr { width: 35px; }

.menu_crveni .ml { background: url('/images/menu_crveni_l.png') no-repeat; }
.menu_crveni .mr { background: url('/images/menu_crveni_r.png') no-repeat; }

.menu_ljubicasti .ml { background: url('/images/menu_ljubicasti_l.png') no-repeat; }
.menu_ljubicasti .mr { background: url('/images/menu_ljubicasti_r.png') no-repeat; }

.menu_zuti .ml { background: url('/images/menu_zuti_l.png') no-repeat; }
.menu_zuti .mr { background: url('/images/menu_zuti_r.png') no-repeat; }


.box9 { position: relative; min-width: 65px; min-height: 95px; width: 795px;}
.box9tl { position:absolute; top:0; left:0; background: url('/images/box_tl.png'); width: 30px; height: 45px;}
.box9tr { position:absolute; top:0; right:0; background: url('/images/box_tr.png'); width: 30px; height: 45px;}
.box9t { position:absolute; top:0; right:30px; left: 30px; background: url('/images/box_t.png'); height: 45px; }
.box9l { position:absolute; top:45px; left:0; bottom:45px; background: url('/images/box_l.png'); width: 30px;}
.box9r { position:absolute; top:45px; right:0; bottom:45px; background: url('/images/box_r.png'); width: 30px;}
.box9bl { position:absolute; bottom:0; left:0; background: url('/images/box_bl.png'); width: 30px; height: 45px;}
.box9br { position:absolute; bottom:0; right:0; background: url('/images/box_br.png'); width: 30px; height: 45px;}
.box9b { position:absolute; bottom:0; right:30px; left: 30px; background: url('/images/box_b.png'); height: 45px; }
.box9c { position:relative; padding: 25px;}
.box9d { background: black; margin: -20px 0 -20px 0;}

.footnote {
	text-align: right;
	clear:both;
	padding: 8px 5px 0 0;
	font-size: 7pt;
	color: #AAA;
}
.footnote a {
	text-decoration: none;
	color: #AAA;
}
.footnote a:hover, .footnote a:visited:hover {
	color: #000;
} 
img {
	border: none;
}

.datum {
	color: #C69C6D;
	font-size: 10pt;
	font-style:italic;
}

.box9 a, .box9 a:visited {
	text-decoration: none;
	color: #fbb03b;
}

.box9 a:hover {
	border-bottom: 1px dotted #fbb03b;
}
