/* This controls the width of the fixed width layouts */

div.fixed
{
width: 950px !important;
}
#apatin{
  width: 450px;
  height: 150px;
  margin: auto;
  display: block;
  background: url(../images/apatin.jpg) top left no-repeat;
}
#apatin1{
  width: 550px;
  height: 110px;
  /*
  width: 950px;
  height: 150px;
  margin: auto;
  display: block;
   */
  background: url(../images/apatin1.jpg) top left no-repeat;
}
#uvodna {
  background:#007cc3;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
#uvodna a {
  color: #FFFFFF;
}
/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #585858;
font-size: 12px;
font-family: "trebuchet ms", helvetica, sans-serif;
}


h1{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 0.1em;
    margin-bottom: 0.8em;
    color: #007cc3;
}


h3,h4,h5,h6
{
color: #184366;
}

br.clear
{
clear: both;
}

img
{
padding: 3px;
border: solid 1px #e1e1e1;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a
{
text-decoration: none;
color: #007cc3;
}

a:hover
{
text-decoration: underline ;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 2em;
}

ul.links li.first
{
}

p
{
line-height: 1.8em;
}

/* Header */

#header
{
width:100%;
height:150px;
background: #440000 url('../images/n1.gif') repeat-x;
}

#header_inner
{
position: relative;
width: 950px;
height:150px;
margin: 0 auto;
}

/* Logo */

#logo
{
background: url(../images/moj_apatin_logo.png) top left no-repeat;
width: 300px;
height: 158px;
position: absolute;
top:2.4em;
}
#logo img{
  border: 0px;
}


#pretraga{
position: absolute;
right: 10em;
top: 1em;
}
.text1{
  height: 15px;
 width: 130px;
 border: 1px solid #444444;
}

/* Menu */

#menu1
{
position: absolute;
right: 0em;
bottom: 0.1em;
}



/* Main */

#main
{
background: #fff url('../images/n2.gif') 0px 1px repeat-x;
}

#main_inner p
{
text-align: justify;
margin-bottom: 2.0em;
}

#main_inner ul
{
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

#main_inner h3,h4
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#main_inner h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_inner h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
}

#main_inner .post
{
position: relative;
}

#main_inner .post h3
{
position: relative;
font-size: 1.7em;
padding-bottom: 1.2em;
}

#main_inner .post ul.post_info
{
list-style: none;
position: absolute;
top: 3em;
font-size: 0.8em;
}

#main_inner .post ul.post_info li
{
background-position: 0em 0.2em;
background-repeat: no-repeat;
display: inline;
padding-left: 18px;
}

#main_inner .post ul.post_info li.date
{
background-image: url('../images/n5.gif');
}

#main_inner .post ul.post_info li.comments
{
background-image: url('../images/n6.gif');
margin-left: 1.1em;
}

/* Footer */

#footer
{
width: 950px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
}

/* Search */

input.button
{
background: #FF790B url('../images/n3.gif') repeat-x;
color: #fff;
border: solid 1px #DB7623;
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
}

input.text
{
border: solid 1px #F1F1F1;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}

#search
{
position: relative;
width: 100%;
margin-bottom: 2.0em;
}

#search input.text
{
position: absolute;
top: 0em;
left: 0em;
width: 9.5em;
}

#search input.button
{
position: absolute;
top: 0em;
right: 0em;
min-width: 2.0em;
max-width: 2.5em;
}

/* LAYOUT - 3 COLUMNS */

	/* Primary content */
	
	#primaryContent_3columns
	{
	position: relative;
	margin-right: 34em;
	}
	
	#columnA_3columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -34em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_3columns
	{
	float: right;
	}
	
	#columnB_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 2em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}
	
	#columnC_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}
	
/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	#primaryContent_2columns
	{
	position: relative;
	margin-right: 17em;
	}
	
	#columnA_2columns
	{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -17em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_2columns
	{
	float: right;
	}
	
	#columnC_2columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}

/* LAYOUT - COLUMNLESS */

	/* Primary content */
	
	#primaryContent_columnless
	{
	position: relative;
	}
	
	#columnA_columnless
	{
	position: relative;
	width: 100%;
	}
    /* MENI */
        .lavaLampNoImage {
            position: relative;
            height: 29px;
            width: 620px;
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
        }
                .lavaLampNoImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampNoImage li.back {
                        border: 1px solid #ffffff;
                        background-color: #007cc3;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampNoImage li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #ffffff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }
                        .lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
                            border: none;
                        }

 /*Skin promena*/
  #skin
{
width: 100px;
height: 30px;
position: absolute;
top: 1em;
right: 0em;
color: #FFFFFF;
font-size: 9px;
}

   #plavi{
     background: #007cc3;
     color:#007cc3 ;
     width:25px;
     height: 25px;
     border: solid 1px #FFFFFF;
   }
       #zeleni{
     background: #0c9d1a;
     color:#0c9d1a ;
     width:25px;
     height: 25px;
     border: solid 1px #FFFFFF;
   }
          #crveni{
     background: #b30101;
     color:#b30101 ;
     width:25px;
     height: 25px;
     border: solid 1px #FFFFFF;
   }

#contformholder {
}
#contformholder label {
	display: block;
	padding-bottom: 5px;
}
.field1 {
	height: 17px;
	border: 1px solid #007cc3;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b4c4a;
	padding-top: 3px;
	padding-left: 2px;
	width: 311px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
.field1error {
	height: 17px;
	border: 1px solid #efefef;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b4c4a;
	padding-top: 3px;
	padding-left: 2px;
	width: 307px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border-left: 5px solid #e30707;
    border-right: 1px solid #e30707;
    border-top: 1px solid #e30707;
    border-bottom: 1px solid #e30707;
}

.field3 {
	height: 70px;
	border: 1px solid #007cc3;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b4c4a;
	padding-top: 3px;
	padding-left: 2px;
	width: 311px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
.field3error {
	height: 70px;
	border-left: 5px solid #e30707;
    border-right: 1px solid #e30707;
    border-top: 1px solid #e30707;
    border-bottom: 1px solid #e30707;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b4c4a;
	padding-top: 3px;
	padding-left: 2px;
	width: 307px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
.btn{
	background: #f0f0f0;
	margin-top: 6px;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 3px;
	color: Black;
	border: 3px double #ccc;
}
.clr {
	clear: both;
	overflow: auto;
}
ul.galerija{
	width: 510px;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.galerija li{
	display: inline;
	width: 150px;
}
ul.galerija li a{
	text-decoration: none;
	margin: 8px;
	cursor: pointer;
}
ul.galerija li a:hover span{
	color: #555;
}
ul.galerija li a span{
	margin-left: -100px;
	text-align: center;
	width: 100px;
	display: inline-block;
	padding-bottom: 3px;
	color: #999;
	text-transform: uppercase;
    font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
ul.galerija li a img{
	display: inline-block;
	margin-top: 10px;
	background: White;
	border: 1px solid #ccc;
}
ul.galerija li a:hover img{
	border: 1px solid #333;
}

ul.proizvodi{
	width: 500px;
	list-style: none;
	padding: 0;
	margin: 0 0 0 14px;
}
ul.proizvodi li{
	display: inline;
	width: 100px;
}
ul.proizvodi li a{
	text-decoration: none;
	margin: 8px;
	cursor: pointer;
}
ul.proizvodi li a:hover span{
	color: #555;
}
ul.proizvodi li a span{
	margin-left: -100px;
	text-align: center;
	width: 100px;
	display: inline-block;
	padding-bottom: 3px;
	color: #999;
	text-transform: uppercase;
    font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
ul.proizvodi li a img{
	display: inline-block;
	margin-top: 10px;
	background: White;
	padding: 3px 3px 14px 3px;
	border: 1px solid #ccc;
}
ul.proizvodi li a:hover img{
	border: 1px solid #999;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 10px;
	margin-bottom: 15px;
	float: left;
	position: relative;
	width: 100px;
	height: 100px;
}
.gallery li:hover img {
	border-color: #000;
}
.gallery img {
	background: #fff;
	border: solid 1px #888;
	padding: 5px;
}
.gallery em {
	background: #fff url(../images/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 110px;
	left: 9px;
	border: 1px solid #999;
	border-left-color: #888;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover em {
	/*background: #007cc3 url(../images/orange-gradient.gif) repeat-y;*/
    background: #007cc3;
	border-color: #007cc3;
}

#warning {
	padding: 10px 10px 10px 50px;
	border: 1px solid #EFEFEF;
	margin: 10px auto;
    text-align: center;
	background-image: url(../images/alert.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	width: 300px;
}
/* sitemap */

ul#sitemap{
	list-style: square;
	font: 12px Arial, sans-serif;
    padding-left: 10px;
}
ul#sitemap li{
	line-height: 1.4em;
    padding-left: 5px;
}
ul#sitemap li a{
	color: #333;
	text-decoration: none;
}
ul#sitemap li a:hover{
	text-decoration: underline;
}
ul#sitemap ul{
	list-style: circle;
	font: 12px Arial, sans-serif;
}