/* D2 Dizajn - Layout weba */ 

body {
 margin-top:0px;
 margin-bottom:0px;
 /*margin:20px;*/
 background:#808080;
 background-image:url(images/bg_glavni.jpg);
 background-repeat:repeat-y;
 background-position:center;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border-left:1px solid #ffffff;
 border-right:1px solid #ffffff;
 border-bottom:1px solid #cccccc;
 width:760px;
 margin:auto;
 }

#hdr {
 background-image:url(images/bg_hdr.jpg);
 height:154px;
 width:758px;
 border-left:1px solid #999999;
 border-right:1px solid #999999;
 border-bottom:1px solid #ffffff;
 /*background:#eeeeee;
 color: #333333;*/
 }

#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #cccccc;
 background-image:url(images/bg_sivi_block.jpg);
 background-repeat:repeat-y;
 background-position:left;
 color: #333333;
 width:758px;
 padding:0;
 border-left:1px solid #999999;
 border-right:1px solid #999999;
 border-bottom:1px solid #999999;
 border-top:1px solid #999999;
 }

#l-col {
 float:left;
 background-color:#cccccc;
 width:175px;
 background-image:url(images/bg_cvjetici.gif);
 background-position:bottom;
 background-repeat:no-repeat;
 margin-bottom:0px;
 height:650px;
 /*border-left:1px solid #999999;*/
 border-right:1px solid #ffffff;
 padding-top:5px;
 }
 
#cont {
 _width:541px;
 _float:right;
 width:581px;
 min_height:600px;
 background-image:url(images/bg_sad.jpg);
 background-repeat:repeat-x;
 background-position:top;
 background-color:#ffffff;
 color: #333333;
 border:solid #999999;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 height:30px;
 width:758px;
 background-image:url(images/bg_footer.jpg);
 background-repeat:repeat-x;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 padding-top:8px;
 padding-bottom:5px;
 color: #666666;
 border-top:1px solid #ffffff;
 border-left:1px solid #999999;
 border-right:1px solid #999999;
 margin:0;
 }

