@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFFF;
}
h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #737373;
	padding: 4px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;

}
a {
	font-weight: bold;
	text-decoration: none;
	color: #737373;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #B8B8B8;
}



div#top_line

 {
	width: 950px;
	margin: 0 auto;
	border: 1px solid;
	background-color: #767776;
	height: 24px;
	position: relative;
}
div#header {
	margin: 0 auto;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	width: 950px;
	position: relative;
}
div#ticker {
	margin: 0 auto;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	width: 950px;
	background-image: url(images/ticker_back.gif);
	background-repeat: repeat-x;
	height: 32px;
	position: relative;
	padding-top: 15px;
	font-size: 12px;
	color: #CCCCCC;
}
div#main {
	margin: 0 auto;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	width: 950px;
	background-image: url(images/kruzici.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	border-top: 1px solid;
	position: relative;
}

ul#navigacija {
	margin: 5px;
	padding: 0;
	list-style-type: none;
	margin-top: 0;
}
ul#navigacija li {
	list-style-type: none;
	margin-top: 0px;
	float: right;
	width: 108px;
	margin-right: 5px;
}

ul#navigacija a {
	text-align: center;
	text-decoration: none;
	display: block;
	margin: 10px;
	width: 108px;
	height: 27px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 50px;
	color: #FFFFFF;
	font-weight: bold;

}
ul#navigacija a:hover {
	text-align: center;
	text-decoration: none;
	display: block;
	margin: 10px;
	width: 108px;
	height: 27px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 50px;
	color: #737373;
	font-weight: bold;
}
.left_side {
	position: relative;
	width: 237px;
	height: 540px;
	float: left;
	margin-left: 25px;
	margin-top: 85px;
	border: 1px solid #e0e0e0;
	background-repeat: repeat;
	background-color: #F6F6F6;
	padding: 0px;
}

ul#navigacija_left {
	padding: 0px;
	list-style-type: none;
	margin-top: 20px;
	margin-left: 15px;
}
ul#navigacija_left li {
	list-style-type: none;
	float: left;
	width: 208px;
	margin-right: 0px;
	height: 30px;
	margin-bottom: 60px;
	vertical-align: middle;
}
.navigacija_left_okvir {
	position: relative;
	width: 208px;
	height: 54px;
	float: left;
	border: 1px solid #e0e0e0;
	margin: 0px;
	vertical-align: middle;
	background-image: url(images/link_back.png);
	background-repeat: repeat-x;
}

ul#navigacija_left a {
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 10;
	vertical-align: middle;
	height: 54px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #737373;
	font-size: 14px;

}
ul#navigacija_left a:hover {
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 10;
	vertical-align: middle;
	height: 54px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #B8B8B8;
	font-size: 14px;
}
.content_head {
	margin-top: 90px;
	width: 645px;
	margin-left: 290px;
	position: relative;
	background-color: #eceaea;
	height: 30px;
	border: 1px solid #e0e0e0;
}

.content_text {
	margin-top: 0px;
	width: 645px;
	margin-left: 290px;
	position: relative;
	background-color: #f6f5f5;
	border: 1px solid #e0e0e0;
	height: auto;
}
.content_news_head {
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	background-color: #eceaea;
	height: 18px;
	border: 1px solid #e0e0e0;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #737373;
	width: 633px;
}
.contetn_news_text1 {
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	background-color: #F6F5F5;
	border: 1px solid #e0e0e0;
	width: 318px;
	float: left;
	padding: 1px;
	height: 195px;
}
.contetn_news_text2 {
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	background-color: #F6F5F5;
	border: 1px solid #e0e0e0;
	width: 319px;
	float: left;
	padding: 1px;
	height: 195px;
}
.contetn_news a {
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	float: right;
	text-align: right;
	font-weight: bold;
	color: #737373;
}
.contetn_news a:hover {
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	float: right;
	text-align: right;
	font-weight: bold;
	color: #B8B8B8;
}
div#bottom_line {
	width: 946px;
	margin: 0 auto;
	background-color: #767776;
	height: 24px;
	position: relative;
	border-top: 1px solid;
	display: block;
	padding: 2px;
}
.left_side_de {
	position: relative;
	width: 237px;
	height: 470px;
	float: left;
	margin-left: 25px;
	margin-top: 85px;
	border: 1px solid #e0e0e0;
	background-repeat: repeat;
	background-color: #F6F6F6;
	padding: 0px;
}
.uvodna {
	height: 550px;
	width: 100%;
	text-align: center;
	margin-top: 100px;
	font-size: 18px;
}
#jezik {
	margin-left: 10px;
	width: 230px;
	margin-top: 5px;
	margin-bottom: 0px;
}
