@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #dad0bb;
	background-image: url(../_images/header_ispuna_transparent.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.twoColFixLtHdr #container {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 300px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#header #pozadina {
	height: 220px;
	background-image: url(../_images/zaglavlje_vino_transparent_02.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}
.vinoZaglavlje {
	background-image: url(../_images/zaglavlje_vino_transparent_02.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 300px;
}

#header #bar {
	height: 80px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 231px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 1px;
	position: relative;
	overflow: hidden;
}
.twoColFixLtHdr #OnamaMainContent {
	height: 410px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: 241px;
	position: relative;
	margin-top: 10px;
	background-color: #CABD9A;
	border: 7px solid #EDDAB0;
} 
.twoColFixLtHdr #KeteringMainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 400;
	color: #673B15;
	padding: 0px;
	text-indent: 20px;
	text-align: justify;
	margin: 0px;
}
.twoColFixLtHdr #KeteringMainContent #images {
	padding: 15px;
}
.twoColFixLtHdr  .RestoranMainContentImg {
	float: left;
	padding-right: 20px;
	padding-top: 20px;
}
.twoColFixLtHdr #KeteringMainContent .RestoranMainContentImg p{
	font-size: 13px;
	font-style: italic;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #673B15;
	border-bottom-color: #673B15;
	text-align: center;

}



.naslovImage   {
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.twoColFixLtHdr #sadrzaj {
	margin-top: 10px;
	height: 2080px;
}
.twoColFixLtHdr #sadrzaj .RestoranJelovnik{
	margin-bottom: 10px;
	margin-top: 10px;
}
.twoColFixLtHdr #sadrzaj .shadowKetering{
	background-image: url(../_images/ketering_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 4px;
	padding-bottom: 13px;
	clear: both;
	float: left;
	width: 980px;
	margin-bottom: 4px;
}
.twoColFixLtHdr #sadrzaj .shadowKetering a {
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #6e6f6a;
	font-weight: 400;
	text-transform: none;
	margin-top: 0px;
}
.twoColFixLtHdr #sadrzaj p {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #673B15;
	font-weight: bold;
	margin: 10px;
	padding: 0px;
	text-indent: 10px;
	text-align: justify;
}
.twoColFixLtHdr #sadrzaj a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #673B15;
	font-weight: bold;
	margin: 10px;
	padding: 0px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	line-height: 90%;
	font-variant: normal;
	text-decoration: none;
}
.twoColFixLtHdr #sadrzaj .OnamaIstorijat {
	background-color: #f5f7ec;
	border: 1px solid #999;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #sadrzaj .OnamaIstorijat p {
	font-weight: normal;
	color: #414141;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.twoColFixLtHdr #sadrzaj .OnamaIstorijat p img {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;

}
.twoColFixLtHdr #sadrzaj .OnamaKlijenti {
	background-color: #f5f7ec;
	border: 1px solid #999;
	padding-right: 10px;
	padding-left: 10px;
	height: 570px;
}
.twoColFixLtHdr #sadrzaj .OnamaMape {
	background-color: #f5f7ec;
	border: 1px solid #999;
	padding-right: 25px;
	padding-left: 25px;
	height: 425px;
}
.twoColFixLtHdr #sadrzaj .shadowKetering .linkMaps {
	color:#900;
	text-align:left;
	text-transform:capitalize;
	display:inline;
	font-size: 15px;	
}
.twoColFixLtHdr #sadrzaj .shadowKetering .linkMaps:hover {
	color: #F90;
	text-decoration: underline;
}
.twoColFixLtHdr #sadrzaj .Kontakt {
	background-color: #f5f7ec;
	border: 1px solid #999;
	padding-right: 25px;
	padding-left: 25px;
	height: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6E6F6A;
}
.twoColFixLtHdr #sadrzaj .Kontakt a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #900;
}
.twoColFixLtHdr #sadrzaj .Kontakt a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
}


#kontaktForma{
	float: right;
	text-align: right;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #999;
	padding-left: 10px;
	
}
#kontaktForma .levo {
	text-align: left;
}

small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}



.mapaDesno {
	float: right;
}





.naslovGalerijaSlika {
	text-align: center;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #6e6f6a;
	font-weight: 400;
}

.shadow {
	background-image: url(../_images/shadow_holow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 4px;
	padding-bottom: 4px;
}



.twoColFixLtHdr #sadrzaj #svadbe {
	background-color: #CABD9A;
	border: 7px solid #EDDAB0;
	height: 268px;
	width: 667px;
	margin-top: 10px;
}
.twoColFixLtHdr #sadrzaj #ketering {
	background-color: #CABD9A;
	border: 7px solid #EDDAB0;
	height: 268px;
	width: 667px;
	margin-top: 10px;
}

.twoColFixLtHdr #sadrzaj #prodavnica {
	background-color: #CABD9A;
	border: 7px solid #EDDAB0;
	height: 560px;
	width: 268px;
	float: right;
	margin-top: 10px;
}

.linija {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#slika {
	margin: 15px;
	float: right;
}
#slikaLevo {
	margin: 15px;
	float: left;
}








.twoColFixLtHdr #footer {
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #3a1409;
	background-image: url(../_images/mapa_fill.jpg);
	background-repeat: repeat-x;
	background-position: left top;
} 



.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer #mapa {
	border: 1px solid #993300;
	background-color: #af928f;
}
.twoColFixLtHdr #footer .spisak {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #673b15;
	padding-right: 10px;
	padding-left: 10px;
	width: 165px;
	float: right;
}
.twoColFixLtHdr #footer #CollapsiblePanel1 .spisak ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: left;
}
.twoColFixLtHdr #footer .spisak h3  {
	color: #600;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
#breadCrumbs {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	display: none;
}
.ResoranFltLeft1 {
	float: left;
	width: 360px;
	padding-left: 0px;
	padding-top: 195px;
	margin-top: 10px;
	background-image: url(../_images/restoran_predjelo_1_03.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
	text-align: center;
}
.ResoranFltLeft2 {
	float: left;
	width: 310px;
	padding-left: 0px;
	margin-top: 30px;
	background-image: url(../_images/restoran_predjelo_2_03.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding-bottom: 195px;
}
.ResoranFltLeft3 {
	float: left;
	width: 300px;
	padding-left: 0px;
	margin-top: 20px;
	background-image: url(../_images/restoran_predjelo_3_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 200px;
}
.RestoranKuvanaMesa {
	background-image: url(../_images/restoran_riba_03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 28px;
	height: 200px;
	width: auto;
	float: left;
	text-align: left;
	padding-left: 670px;
	padding-top: 50px;
}
.RestoranRiba {
	background-image: url(../_images/restoran_riba_2_03.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 410px;
	width: 920px;
	padding-left: 20px;
}

.RestoranGotovaJela {
	background-image: url(../_images/restoran_gotova_jela_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 400px;
	width: 970px;
	text-align: center;
	padding-right: 20px;
}

.RestoranGotovaJela2 {
	float: left;
	text-align: center;
	padding-top: 50px;
	padding-left: 10px;
}
.RestoranGotovaJela3 {
	float: right;
	padding-top: 50px;
}
.RestoranJelaPoPorudzbini {
	background-image: url(../_images/restoran_jelapoporudzbini_2_03.jpg);
	background-repeat: no-repeat;
	background-position: 300px 80px;

}
.RestoranJelaPoPorudzbini1 {
	float: left;
	text-align: center;
	padding-left: 20px;
	padding-top: 20px;
}
.RestoranJelaPoPorudzbini2 {
	float: right;
	text-align: center;
	padding-right: 20px;
	padding-top: 20px;
}
.RestoranSalate1 {
	float: left;
	text-align: center;
	padding-top: 30px;
	padding-left: 80px;
}

.RestoranSalate2 {
	float: right;
	text-align: center;
	padding-top: 60px;
	padding-right: 80px;
}
.RestoranPoslastice1 {
	float: left;
	text-align: center;
	padding-top: 70px;
	padding-left: 90px;
	font-size: 18px;
}
.RestoranPoslastice2 {
	float: right;
	text-align: center;
	padding-top: 40px;
	padding-right: 20px;
}
.twoColFixLtHdr #container #sadrzaj .shadowKetering #KeteringGalerijaSlika table tbody tr td img {
	padding: 1px;
	border: 1px solid #999;
}
.twoColFixLtHdr #container #sadrzaj .shadowKetering #KeteringGalerijaSlika table tr td a {
	display: inline;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
.twoColFixLtHdr #container #sadrzaj .shadowKetering #KeteringGalerijaSlika table tbody tr td a:hover img{
	padding: 1px;
	border: 1px solid #900;
}
.twoColFixLtHdr #container #sadrzaj .shadowKetering #KeteringGalerijaSlika table tr td p {
	font-size: 16px;
	color: #746e5c;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 400;
}
.twoColFixLtHdr #container #sadrzaj .shadowKetering #KeteringGalerijaSlika table tr td p a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: none;
	color: #000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.TDlinije {
	border: 1px solid #999;
}
.twoColFixLtHdr #container #sadrzaj .shadowKetering #KeteringGalerijaSlika table tr td p a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: none;
	color: #900;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
.twoColFixLtHdr .oNamaNaslovImg img {
	border: 1px solid #673B15;
	padding: 2px;
}
.twoColFixLtHdr #OnamaMainContent table tr td{
	color: #673B15;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 90%;
}
.twoColFixLtHdr #OnamaMainContent table tr td a {
	color: #673B15;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 90%;
	text-decoration: none;
}
.twoColFixLtHdr #OnamaMainContent table tr td a:hover {
	color: #fff;
	font-weight: bolder;
	text-decoration: underline;
	display: block;
}

.twoColFixLtHdr .oNamaNaslovImg {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

