body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/bg-rep.jpg);
	background-repeat:repeat;
	
}

/* Osnovni raspored elemenata */

#containerwide {
	margin:0 auto;
	width:950px;
	background-image:url(images/bg.png);
	background-repeat:repeat-y;
	top:auto;
	height: auto;
}

#container {
	margin:0 auto;
	width:900px;
	border: 1px solid #000;
	top: auto;
	height: auto;
}

#header {
	position: relative;
	background-image:url(images/header.jpg);
	height: 600px;
	z-index: 10;
}
#contentwrap {
	background-image:url(images/repeat.jpg);
	background-repeat:repeat-y;
	height:auto;
}

#fullcontent {
	position: relative;
	margin-top: -380px;
	margin-bottom: auto;
	z-index: 11;
	margin-left: 10px;
	float: left;
}

#leftsidebar {
	width: 200px;
	vertical-align: top;
}

#rightsidebar {
	width: 200px;
	vertical-align: top;
	padding-left: 5px;
}
#maincontent {
	vertical-align: top;
	padding-left: 5px;
	width: 468px;
}

#content {
	position: relative;
	margin-top: -380px;
	z-index: 11;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Live stream */

#live_stream{
	position:absolute;
	margin-top: 40px;
	margin-left: 443px;
	height: 102px;
	width: 197px;

}
#live_stream:hover {
	background-image: url(images/stream.jpg);
	height: 102px;
	width: 197px;
	cursor: pointer;
}


/* Horizontalni izbornik */

/* Glavni izbornik */

#mainmenu {
	position:absolute;
	margin-top: 157px;
	margin-left: 0px;
	margin-right: 20px;
	height: 27px;
	padding:0px;
	left: 0;

}
.horizontal_menu {
	display:inline;
	padding-top:5px;
	width: 50px;
	height: 27px;
	vertical-align:middle;
}
.horizontal_menu a{
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	float: left;
	color: #FFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-image: url(images/menu-bg.jpg);
	width: 45px;
}

.horizontal_menu a:hover{
	color: #FAC15A;
	background-image: url(images/menu-bghover.jpg);
}

/*--------------*/
/* Sekcije*/
/*--------------*/

.section_box {
	margin-bottom: 4px;
	font-size: 11px;	
}
/* link,opcenito */
.section_box a img{
	border: none;
}

/* Tekstualni sadržaj*/
.section_box .section_content_text {
	padding: 6px;
	font-size: 11px;	
}
.section_box .section_content_text p{

	font-size: 11px;	
}

.section_box .section_content_text p a{
	color:  #C00;;
	text-decoration: none;
	font-weight: bold;
}

.section_box .section_content_text p a:hover{
	color: #009;
	text-decoration: none;
	font-weight: bold;	
}

/* Sadržaj sa naslovom */
.section_box .section_content {
	text-align:justify;
	color: #000;
	background-image: url(images/section-bg.png);
	background-position:bottom;
	font-size: 11px;
	padding-bottom: 4px;
}

.section_box p{
	margin: 0px;
	padding: 0px;
}

/* Sadržaj bez naslova*/
.section_box .section_content_solo {
	text-align:justify;
	color: #000;
	background-color: #FFF;
	border: 1px dashed #fac15a;		
	font-size: 11px;
}
/* Tabela */
.section_box .section_content_text table, tr, td {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}

/* Pitanja u anketi */
.section_box .question {
	font-weight: bold;
}
.section_box .pollitems {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
.section_box form {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

/* Pretraga */
.section_content_text .content_search .input_text{
	background-image: url(images/search.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color: #F0F0F0;
	border:1px solid #AAAAAA;	
}
.section_content_text .content_search .input_text:hover {
	background-color:#EEEEEE;
	border-color: #C00;
}
.section_content_text .content_search .input_text:focus {
	background-color:#EEE;
	border-color: #900;
}

/* Link */
.section_box a{
	color: #000;
	text-decoration: none;
}

.section_box .section_title {
	background-image:url(images/section.png);
	background-repeat: no-repeat;
	height:30px;
	color:#FFF;
	line-height: 40px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;	
}

/* Izbornik */
.section_box .section_content li {
	display: block;
	padding: 0px;
	line-height: 25px;
	border-bottom: 1px #dde2d3 solid;
	border-top: 1px solid #f9faf7;
	height: 25px;
	margin-top: 0px; 
	margin-bottom: 0px;	
	color: #000;
	overflow: hidden;
	margin-left: 2px;
	margin-right: 2px;
	list-style: none;
}

.section_box .section_content li a{
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 15px;
	line-height: 25px;
	text-decoration: none;
	font-size: 11px;
	color: 000;
	overflow: hidden;
	margin-left: 2px;
	margin-right: 2px;	
	background: url(images/links_bul.gif) 6px 10px no-repeat;
	list-style: none;
}
.section_box .section_content li a:hover{
	text-decoration: none;
	color: #C00;
	overflow: hidden;	
	margin-left: 2px;
	margin-right: 2px;
	background: url(images/links_bul_hover.gif)6px 10px no-repeat;
	list-style: none;
	list-style-type: none;
}

/*--------------*/
/* Glavni sadržaj*/
/*--------------*/

.main_box {
	position: relative;
	font-size: 11px;
}

.main_box .main_top {
	background-image: url(images/main-top.png);
	height: 9px;
	background-repeat:no-repeat;
	color: #FFF;
}

.main_box .main_bottom {
	background-image: url(images/main-bottom.png);
	height: 9px;
	background-repeat:no-repeat;
	padding-bottom: 5px;
}

.main_box .main_content {
	padding: 0px 8px 5px 8px;
	text-align:justify;
	color: #000;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-y;
	z-index: -1;	
	font-size: 11px;
}

.main_box .main_title{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #000;
	padding-bottom: 8px;
}

.main_box .main_title a{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #000;
	text-decoration: none;
}
.main_box .main_title a:hover {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #C00;
}

.main_box .main_content .main_info {
	color: #999;
	padding-top: 2px;
	margin-bottom: 10px;
}

.main_box .main_content p{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

.main_box .main_content p a{
	color: #C00;
	text-decoration: none;
	font-weight: bold;
}
.main_box .main_content p a:hover{
	color: #009;
	text-decoration: none;
	font-weight: bold;
}

/* Liste i linkovi */
.main_box .main_content li {
	text-decoration: none;
}
.main_box .main_content li a{
	text-decoration: none;
	color: #009;	
}
.main_box .main_content li a:hover{
	text-decoration: none;
	color: #C00;
}

/* Komentari */
.box_comment {
	border: 1px solid #CCC;
	background-color: #FFF;
}
.box_comment .content_comment {
	padding: 4px;
}
.box_comment .comment_form table, tr, td {
	padding-bottom: 4px;
	text-align: left;
}

/*--------------*/
/* Opcenito*/
/*--------------*/
.error {
	background-color: #FFF4F4;
	margin: 10px;
	padding: 10px;
	border: 1px solid #FFB7B7;
}

.info {
	background-color: #ECFFEC;
	margin: 10px;
	padding: 10px;
	border: 1px solid #339900;
}

.section .title {
	font-size: 14px;
}

#main_content .title {
	background-image:url(images/main-title.png);
	height: 16px;
	background-repeat:no-repeat;
	color: #FFF;
}

.gallery {
	width: 90%;
}

.gallery img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.gallery td {
	text-align: center;
	vertical-align: middle;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
}

#footertop {
	position: relative;
	background-image:url(images/footer.jpg);
	height: 68px;
	background-repeat: no-repeat;
	z-index: 10;	
}
#footer {
	position: relative;
	background-image:url(images/footer-repeat.jpg);
	background-repeat: repeat-y;	
}
#footercontent {
	position: relative;
	text-align:center;
	margin-top: -48px;
	z-index: 11;
	margin-left: 10px;
	width: 878px;
}
#footercontent p{
	padding: 2px;
	margin: 0px;
}
#footercontent p span{
	padding: 2px;
	margin: 0px;
	text-align: center;
}
#footercontent p a{
	color: #C00;
	text-decoration: none;
}
#footercontent p a:hover{
	color: #00C;
	text-decoration: none;
}