@charset "UTF-8";
/* Navigacija */

#nav-example {
background:url("_images/nav1.gif") no-repeat;
width:651px;
height:101px;
margin:0;
padding:0;
}

#nav-example span {
display: none;
}

#nav-example li, #nav-example a {
height:101px;
display:block;
}

#nav-example li {
float:left;
list-style:none;
display:inline;
}

#nav-example-01 {width: 306px;}
#nav-example-02 {width: 81px;}
#nav-example-03 {width: 96px;}
#nav-example-04 {width: 75px;}

#nav-example-01 a:hover {background:url("_images/nav1.gif") 0px -101px no-repeat; }
#nav-example-02 a:hover {background:url("_images/nav1.gif") -306px -101px no-repeat; }
#nav-example-03 a:hover {background:url("_images/nav1.gif") -387px -101px no-repeat; }
#nav-example-04 a:hover {background:url("_images/nav1.gif") -483px -101px no-repeat; }

/*  SADRZAJ */

#sadrzaj {
    text-align: left;
	margin-left: 305px;
	margin-right: 20px;
	margin-top: auto;
	margin-bottom: auto;
/*	width: 685px;  */
	width: auto;
	background: #fff;
	padding: 28px 30px 70px 0px;
}



/* KONTAKT */

#kontakt {
background:url("_images/contact.gif") no-repeat;
width:451px;
height:200px;
margin:0;
padding:0;
}

#kontakt span {
display: none;
}

#kontakt li, #kontakt a {
height:200px;
display:block;
}

#kontakt li {
float:left;
list-style:none;
display:inline;
}

#kontakt-01 {width: 451px;}

#kontakt-01 a:hover {background:url("_images/contact.gif") 0px -200px no-repeat; }
