/* @group Resetter */

* { margin: 0; padding: 0; }
html {
	font: 62.5%/1.5 Georgia, serif;
	color: #444;
	text-align: center;
	background: #fff;
}

li, dt, dd, p { font-size: 1.2em; }
ul, ol, dl { margin-bottom: 1.8em; }
p { margin-bottom: 1.5em; }
li { margin-bottom: .5em; }
dt { margin: .75em 0 0 0; font-weight: bold; }
dd { padding: 0 0 0 15px; }
td p, td li, li li { font-size: 1em; }

/* @end */

/* @group Basics */

body {
	background: url(/images/main/body_bg.jpg) repeat-x 0 32px;
}

a:link, a:active { text-decoration: underline; color: #a74b6c; }
a:visited { text-decoration: underline; color: #00136e; }
a:hover, a:focus { text-decoration: none; color: #fff; background-color: #a74b6c; }
a img { border: 0; }

abbr { border-bottom: 1px dotted black; }

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #a74b6c;
}
h1 {
	margin: .75em 0;
	font-size: 2.4em;
	line-height: 1.2em;
	border-bottom: 1px dotted #d6d4ce;
}
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; color: #4f7d97; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.2em; }

p { margin: .75em 0; font-size: 1.2em; }
pre { font-size: 11px; }

/* @group Forms */

input[type=text], input[type=password], input[type=file], textarea, select {
	padding: 2px 3px;
	font-size: 1em;
	background: #fff url(/images/main/input_txt_bg.gif);
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #e3e3e3;
}
select { padding: 2px 0; }

input[type=text]:hover,
input[type=password]:hover,
input:hover[type=file],
textarea:hover,
select:hover
{ background: #fffdd1 url(/images/main/input_txt_hover_bg.gif); }

input[type=text]:focus,
input[type=password]:focus,
input:focus[type=file], textarea:focus,
select:focus
{ background: #fffdd1 url(/images/main/input_txt_focus_bg.gif); }

input[disabled=disabled], input:hover[disabled=disabled]
{ color: #000; background: #ccc url(/images/main/input_txt_disabled_bg.gif); }

input[type=submit], input[type=button] { padding: 2px 10px; font-size: 1.2em; }

/* @end */
/* @end */

/* @group Reusable */



.hidden { display: none; }

.center { text-align: center; }

.clear { clear: both; }

.lFloat {
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.lFloat2 {
	float: left;
	margin: 0 3em 1.5em 0;
}

.rFloat {
	float: right;
	margin: 0 0 1.5em 1.5em;
}
.rFloat2 {
	float: right;
	margin: 0 0 1.5em 3em;
}

a.pdf {
	padding: 0 0 0 24px;
	background: transparent url(/images/css/acrobat.png) no-repeat;
}
a:hover.pdf,
a:focus.pdf {
	padding: 0 0 0 24px;
	background: #e67926 url(/images/css/acrobat.png) no-repeat;
}

.important {
	color: #c43e27;
	font-weight: bold;
}

ul.album {
	overflow: hidden;
	margin: 10px 0 !important; padding: 0;
	list-style: none;
}
ul.album li {
	float: left;
	margin: 5px; padding: 0;
}
ul.album li a {
	display: block;
	background: transparent;
}
ul.album li a img {
	border: 4px solid #eee;
}
ul.album li a:hover img,
ul.album li a:focus img,
ul.album li a:active img {
 	border: 4px solid #6dcff6;
}

.box {
	margin: 20px 0;
	background: #f1f1e9;
	border: 3px solid #d3d3d1; border-width: 1px 1px 3px 1px;
}

/* @end */

/* glavni stilovi */

/* @group Layout */

#wrapper {
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 30px;
	overflow: hidden;
	background-image: url(/images/main/head_bg.gif);
}
#headerContent {
	width: 760px;
	overflow: hidden;
	margin: 0 auto;
}
#header #langSelekta { float: right; }
#header #langSelekta a {
	padding: 4px 3px 1px 3px;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}
#header #langSelekta a img {
	position: relative; top: 1px;
	padding: 0 5px 0 0;
}
#header p {
	float: left;
	margin: 0; padding: 5px 0 0 0;
	line-height: 25px;
	text-align: left;
	color: #aaa;
}
#header p span { margin: 0 0 0 235px; }

#sidebar {
	float: left;
	width: 210px;
}

#logo {
	margin: 20px 0;
	text-align: center;
}
#logo h1,
#logo p { margin: 0; border: none; }
#logo a {
	background: transparent !important;
	border-bottom: 1px dotted #fff;
}
#logo a:hover, #logo a:focus {
	border-bottom: 1px solid #a74b6c;
}

#nav {
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
}
#nav li { margin: 5px 15px; border: 1px solid white; }
ul[id=nav] li { border: none; }
#nav li a {
	display: block;
	padding: 3px 7px;
	text-decoration: none;
	background: #f4f4f4;
	border-left: 5px solid #ccc;
}
#nav li a:hover, #nav li a:focus {
	color: #000;
	background: #ddd;
	border-left: 5px solid #286ea0;
}
#nav li.selected a {
	background: #ddd;	
}
#subnav {
	height: 30px;
	overflow: hidden;
	margin: -5px 0 1.5em 0 !important;
	list-style: none;
	background: #d7d8d7 url(/images/main/subnav_bg.gif) repeat-x;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
}
ul[id=subnav] { height: auto; }
#subnav li { display: inline; }
#subnav a, #subnav li.selected strong {
	display: block;
	float: left;
	margin: 5px 0 5px 12px; padding: 2px 1px 0 1px;
	font-family: Helvetica, Arial, sans-serif;
}

#sidebar h4 {
	margin: 2.5em 0 1em 0;
	text-align: center;
}

#content {
	float: left;
	width: 480px;
	margin: 0px; padding: 15px 25px;
}
#content ul,
#content ol,
#content dl { margin: 1em 20px; }

#organizatoriWrap {
	float: left;
	width: 140px;
	margin: 25px 0 0 0;
	text-align: center;
}
#organizatori {
	list-style: none;
	text-align: center;
}
#organizatori li {
	margin: 4px 0;
}
#organizatori li a img {
	padding: 4px;
}
#organizatori li a:hover, #organizatori li a:focus {
	background: transparent;
}
#organizatori li a:hover img, #organizatori li a:focus img {
	padding: 3px;
	border: 1px solid #88ACEA;
}
#organizatori li a { text-decoration: none; }
#organizatori li a:hover { text-decoration: underline; }



#footer {
	clear: both;
	margin: 0 0 0 210px; padding: 10px 25px;
}

.splash h2, .splash h3, .splash h4 {
	margin: .25em;
	color: #333;
}
.splash h1 {
	border: none;
}

img.splash {
	padding: 9px;
	border: 1px solid #ccc;
}

/* @end */

/* @group Tabele */

caption {
	margin: .75em 0;
	font-size: 1.4em;
}
table {
	margin: 0 0 10px 0;
	clear: both;
	color: #333;
	border-collapse: collapse;
}
th {
	padding: 3px 5px;
	font-size: 1.2em;
	text-align: center;
	background-color: #cac6bb;
	border: 1px solid #a19d93; border-width: 0 0 1px 0;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
td {
	padding: 3px 5px;
	font-size: 1.2em;
	border: 1px solid #ddd; border-width: 1px;
}
tr.nepar td { background: #fff; }
tr.par td {	background: #f2ede2; }
tr:hover td { background: #d8e4ee; }

/* @end */


#sc_mapa #content a img {
	padding: 1px;
	border: 1px solid #eee;
}
#sc_mapa #content a:hover img,
#sc_mapa #content a:focus img {
	padding: 1px;
	border: 1px solid #a74b6c;
}