/********************************************
!!! IE 6 !!!
********************************************/ 
/*body html #rb .contentMiddle {
_height:280px;
}*/
/********************************************/ 



/********************************************
!!! IE 7 !!!
********************************************/ 
/*html>body html #rb .contentMiddle {
*height:280px;
}*/
/********************************************/ 


/********************************************
HTML ELEMENTS
********************************************/ 


* {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    background-image: url(/img/body_bg.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    min-width:970px;
    background-attachment: fixed;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body #wrap,
body .vitamineMenuList ul li a img,
body #wrapBottom,
body .vitamineMenuTable img,
body .contentTopCenter img,
body .listaVesti,
body span.ordNum
{ 
    _behavior: url(/js/iepngfix.htc)
}

/***** h1 *****/

.contentMiddle h1 {
	font-size: 20px;
	font-weight:normal;
	color: #68704E;
	line-height: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	/*font-style: italic;*/
	padding: 0;
	text-transform: uppercase;
}

/***** h2 *****/

.contentMiddle h2 {
	font-size: 18px;
	font-weight:normal;
	color: #68704E;
	line-height: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 0;
	text-transform: uppercase;
}

/***** h3, h4, h5, h6 *****/

.contentMiddle h3, .contentMiddle h4, .contentMiddle h5, .contentMiddle h6 {
	font-size: 16px;
	font-weight:bold;
	color: #68704E;
	line-height: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	/*font-style: italic;*/
	padding: 0;
	text-transform: uppercase;
}


/* easy clearing */
.fix:after {
    content: '[.]';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.fix {
    display: inline-block;
}
/*\*/
.fix {
    display: block;
}

/********************************************
LAYOUT
********************************************/ 

#wrap {
    width: 1000px;
    min-height:700px;
    height:auto !important;
    height:700px;
    text-align: left;
    background-image: url(/img/wrap_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
#wrapBottom {
    width: 1000px;
    height: 60px;
    text-align: left;
    background-image: url(/img/wrap_bottom.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#wrapFooter {
    width:1000px;	
    text-align:center;
    margin:0 auto;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#999999;
    padding-bottom:10px;
}
#wrapFooter a {
    color:#D8663F;
}

#logo {
    margin: 0;
    padding: 0;
}
#logo a.logo{
    display:block;
    height:148px;
    margin:0 0 0 -65px;
    padding:0;
    width:145px;
    background-image: url(/img/logoNew.gif);
    cursor: pointer;
}

.content {
    width: 760px;
    text-align: left;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
#lb {
    width:240px;
    float: left;
}


#rb {
    float:left;
    margin-top:130px;
    width:520px;
}

#rb .contentTop {
    width: 490px;
    height: 60px;
    background-image: url(/img/donjaOsnova.png);
    background-repeat: no-repeat;
    background-position:bottom;
}
#rb .contentMiddle {
    width: 466px;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    border-left: 2px solid #f0f0f0;
    border-right: 2px solid #f0f0f0;
    background-color: #F5F5F5;	
    min-height:280px;
    background-image:url(/img/bgrdCenterMiddle.png);
    background-position:bottom;
    background-repeat:no-repeat;
    float:left;
}
body html #rb .contentMiddle {
    _height:280px;
}

#rb .contentBottom {
    width: 490px;
    height: 20px;
    background-image: url(/img/bgrdCenterBottom.png);
    background-repeat: no-repeat;
    float:left;
}

.backgroundDiv {
    background-image: url(/img/bgrdBottom.gif);
    background-repeat:no-repeat;
    background-position:bottom;
    height:467px;
    margin: 0 auto;
    position:relative;
    top:0px;
}
.centerBackground {
    position:relative;
    top: 363px;
    background-image: url(/img/bgrdMiddle.gif);
    background-repeat:repeat-y;
    background-position:top;
    height:100px;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #D45225;
}
a:hover {
    text-decoration: none;
}
/*
h1 {
    margin-top:0px;
    padding-top:0px;
    padding-bottom:0px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:20px;
    /*font-style:italic;*/
	font-weight:normal;
    color:#68704E;	
}
*/

ul {
    margin-top:0px;
    list-style-type:none;
}
p {
    color:#454F24;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    line-height:150%;
	margin: 0;
    
}
p.red {
	color:#D45225;
	text-align:center;
	padding-top:10px;
}

/* ------------------- HEADER -------------------- */

#header {
    width: 1000px;
    margin: 0 auto;
    background-color: #e0e0e0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
}
#header a {
    color: #000000;
    text-decoration: none;
}
#header a:hover {
    color: #000000;
    text-decoration: underline;
}

#logo {
    width: 200px;
    float: left;
}
#logo img {
    margin: 5px;
}

#headerRight {
    width: 800px;
    float: right;
    text-align: right;
}

#languages {
	padding: 32px 0 0 0;
	float:right;
	width:110px;
	
}
#languages a{
	
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#D14818;	
}

#loginout {
    margin: 10px 10px 0 0;
}

#search {
    margin: 75px 10px 0 0;
    
}
#search form {
    margin: 0;
}
#search form input {
    border: 1px solid #000000;
    padding: 2px;
    margin: 0;
}
#search form input.btn {
    padding: 0;
    background-color: #999999;
    color: #FFFFFF;
    font-weight: bold;
    height: 21px;
}

/* -------------------  KONTEJNER -------------------- */

#container {
    width: 1000px;
    margin: 0 auto;
    background-color: #f6f6f6;
}

/* -------------------  LEVO -------------------- */

#left {
    width: 200px;
    float: left;
    background-color: #cccccc;
}

/* -------------------  PATH -------------------- */

#path {
    margin: 0;
    padding: 5px;
    padding-left: 205px;
    background-color: #e0e6e0;
}
#path a {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

/* -------------------  CENTAR -------------------- */

#center {
    float: left;
    width: 500px;
    background-color: #f0f0f0;
    padding: 10px;
    padding-top: 0;
}
#center h1 {
    font-size: 24px;
    font-weight: normal;
}
#center h2 {
    font-size: 18px;
    font-weight: normal;
}
#center h3 {
    font-size: 16px;
    font-weight: bold;
}
#center h4 {
    font-size: 14px;
    font-weight: bold;
}
#center p {
    line-height: 140%;
}
#center img {
    margin: 0 10px 10px 0;
}
#center ul, #center ol {
    margin-bottom: 0px;
}
#center ol li {
    margin-left: 0px;
    padding-left: 0px;
}

/* -------------------  DESNO -------------------- */

#right {
    float: left;
    width: 260px;
    background-color: #CCCCCC;
    padding: 10px;
}

/* -------------------  POTPIS -------------------- */

#footer {
    width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 5px 0;
    text-align: right;
}



table.poll_results tr td{
    height: 22px;
}
img.poll_img {
    margin: 0px;
}

table.poll_results tr td.poll_img {
    vertical-align: top;
}

table.poll_results tr td.answer {
    padding-right: 10px;
    text-align: right;
}

.column3 .contentBottom {
    width: 490px;
    height: 20px;
    background-image: url(/img/bgrdCenterBottom.png);
    background-repeat: no-repeat;
}
.logoRight {
    display: block;
    float: left;
    width: 240px;
    height: 148px;
}
.logoRight a img {
    border: none;
}

.contentTopLeft {
    background-image:url(/img/goreLevo.png);
    background-repeat:no-repeat;
    background-position:left;
    height:60px;
    width:10px;
    float:left;
}

.contentTopCenter {
    background-image:url(/img/goreCentar.png);
    background-repeat:no-repeat;
    background-position:left;  
    height:38px;
    float:left;
    background-color:#f5f5f5;
    border-top: 2px solid #f0f0f0;
    padding-left: 5px;
    padding-top: 10px;
}
.noPadding {
    padding: 0px;
    height:48px;
}

.backgroundRepeat {
    background-image:url(/img/backgroundRepeat.png);
    background-repeat: repeat-x;
    margin-left:15px;
    height:2px;
}
.contentTopRight {
    background-image:url(/img/goreDesno.png);
    background-repeat:no-repeat;
    width:15px;
    height:60px;
    float:left;
}
.contentTopSelect {
    float:right;
    padding-top:5px;
    padding-right:10px;
}
.contentTopSelect select {
    width:180px;
    color:#838778;
    font-size:11px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    border:1px solid #838779;
}

/* ----------------------------------- lista vesti ------------------------ */
.listaVesti {
    padding-top:80px;
    padding-bottom:50px;
    padding-left:40px;
    padding-right:5px;
    float:left;
    display:block;
    width:195px;
    
}

.listaVesti img{
    padding-bottom:0px;
}

#storyBrowser .heading {
    padding-bottom:5px;
    padding-top:10px;
    color:#8F957C;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
}
#storyBrowser .potpis {
    background-image: url(/img/linijaMala.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    text-align:right;
    color:#454F24;
    padding-bottom:5px;
    padding-top:5px;
    padding-right:10px;
}


#storyBrowser .date_time {
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    color:#68704E;
    font-weight:bold;
    padding-top:20px;
	padding-bottom:0px;
}
#storyBrowser h1 a {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:20px;
    color:#D45225;
    font-weight:normal;

}

#storyBrowser p.lead {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#8F957C;
    /*border-bottom :1px dashed #E6E6E6;*/
    background-image: url(/img/linijaMala.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    width:180px;
    padding-bottom:10px;
    line-height:130%;
	margin-bottom:5px;
    
}
.archiveLink {
    color:#D45225;
    text-decoration:none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    float:right;
    padding-right:15px;
	margin-top:10px;
}
#storyBrowser img {
    border:5px solid #CCCCCC;
	margin-left:5px;
    margin-right:5px;
}
#storyBrowser .thumb_lead {
    background-image: url(/img/linijaMala.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-bottom: 10px;
    float: left;
    display:inline;
	background-color: transparent;
}

#storyBrowser .last {
	background-image:none;
}


#storyBrowser .title {
    color:#D45225;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:20px;
    /*font-style:italic;*/
    float:left;
    width:350px;
    margin-right:20px;
}
#storyBrowser .title_eventDate {
    padding-top:10px;
    padding-bottom:10px;
    float:left;
	background-color: transparent;
}
#storyBrowser .title_eventDate .title a {
    color:#D45225;
}
.eventDate {
    color:#454F24;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
    width:86px;
    text-align:right;
    float:right;
    height:17px;
    padding-right:10px;
	padding-top:2px;
    
}
/*------------konkretna vest -------------------*/
.contentMiddle p.title_eventDate {
    height:24px;
    padding-top:10px;
    padding-bottom:10px;
}

.contentMiddle p.lead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#8B9178;
	/*font-style:italic;*/
}
.contentMiddle p {
	color:#8F957C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color: transparent;
}
.title_eventDate  .title {
    color:#68704e;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:20px;
    /*font-style:italic;*/
    float:left;
    width:350px;
    margin-right:20px;
}

.paginacija {
    float:left;
	margin-top:10px;
	background-image: url(/img/linijaMala.gif);
    background-position: top left;
    background-repeat: repeat-x;
	padding-top:15px;
}


/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(/img/select_bg.gif) repeat-x left top;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454F24;
	overflow: hidden;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(/img/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(/img/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#444444;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:1px;
	margin-left:0px;
	width:163px !important;
	padding:2px;
	font-size:11px;
	z-index:20;
	background-color: #FFFFFF;
	border: 1px solid #C5C7C0;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#454F24;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
.optionsDivVisible a:hover {
	color:#FFFFFF;
	background-color: transparent;
	background-image: url(../img/select_hover.gif);
	background-repeat: no-repeat;
	display: block;
}




li.naslov, li.box {
	list-style: none;
}













