/*Style CSS Layout*/
body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	background: url(images/background.gif) repeat-y ;
	background-position: top center;
	color: #DCDCDC;
	font-size: 80%;
}


#wrap {
	margin: 0;
	padding: 0;
	width:100%;
	background: url(images/vodorav2000.gif) repeat-y ;
	background-position: top center;
}

#content {
	width:990px;
	margin: auto;
	background: url(images/vodorav2000.gif) repeat-y ;
	background-position: top center;
	padding-bottom: 20px; 
}


#header a {
	color: #DCDCDC;
	text-decoration: none;
}

#header_bck {
	margin: 0;
	padding: 0;
	width:100%;
	height: 85px;
	background: url(images/header2000.gif) no-repeat ;
	background-position: top center;
}
#header {
	width:990px;
	height: 85px;
	margin: auto;
}



#column_left{
   float: left;
   margin-left: 10px;
   _margin-left: 5px;
   margin-top: 20px;
   width: 190px;
}
#column_right{
   float: right;
   margin: 0px;
   margin-right:7px;
   _margin-right: 4px;
   padding: 0px;
   width: 754px;
}

.pas_levo{
	margin: 0px; padding-top: 3px; padding-bottom: 3px; 
	width: 190px; 
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
	/*background-color: #212121;*/
	background: url(images/pas_white.gif) no-repeat ;
}

.separator_levo{
	width: 190px;
	height: 1px; overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-color: #404040 ;
}
.osmrtnica_levo{
	width: 190px;
	margin:0px;
	text-align: center;
	font-size: 0.9em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.osmrtnica_levo a {
	text-decoration: none;
}

.osmrtnica_okvir_1{
	width: 748px; height: 400px;
	margin: 0px; margin-top: 15px; 
	border: 3px solid #a0a0a0;
	padding-top:2px;
	background-color: black;
}

.osmrtnica_okvir_2{
	width: 738px; height: 392px;
	margin: 0px; margin-left: 2px;
	border: 3px solid #a0a0a0;
}

#footer_bck {
	margin: 0;
	padding: 0;
	width:100%;
	height: 45px;
	background: url(images/footer2000.gif) no-repeat ;
	background-position: top center;
}
#footer {
	width:990px;
	height: 45px;
	margin: auto;
}

