﻿@charset "utf-8";
/* CSS Document */

/* GENERAL CLASS STYLE START*/


/* links_______________________*/



a{
	text-decoration:none;
	color:#d8c1a2;
	}

/* headers___________________*/

h1
{
	font-size:24px;
	font-weight:bold;
	margin-top:0;
	}
h2
{
	font-size:20px;
	font-weight:bold
	}

h3
{
	font-size:18px;
	font-weight:bold
	}
	
h4
{
	font-size:16px;
	font-weight:bold
	}
	
h5
{
	font-size:14px;
	font-weight:bold
	}
	
h6
{
	font-size:12px;
	font-weight:bold;
	}
	

/* lists___________________*/

li{
	margin:0 5px 0 -20px;
	padding:0; 
	}
	
/* colors_______________*/

.orange
{
	color:#E86D34;
	}
	
.brown
{
	color:#6c2d13;
	}
	
.brownlight
{
	color:#883c1c;
	}	
	
.white
{
	color:#FFFFFF;
	}
	
.biege
{
	color:#d8c1a2;
	}
	
.biege2
{
	background-color:#fdf8c0;
	}	
	
.green
{
	color:#a5a464;
	}
	
.red
{
	color:red;
	}		
	
/* font_______________*/


body
{
	font-family:Verdana, Geneva, sans-serif;
	color: #FFF;
	}

p
{
	font-size:12px;
	line-height:18px;
	}	

.generalFont
{
	font-size:12px;
	line-height:18px;
	color:#d8c1a2;
}

.em
{
	font-style:italic;
	}
	
.bold
{
	font-weight:bold;
	}
	
.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.s11
{
	font-size:11px;
	line-height:normal;
	}

.s12
{
	font-size:11px;
	line-height:normal;
	}
	
.s14
{
	font-size:14px;
	line-height:normal;
	}	
	
.s15
{
	font-size:15px;
	line-height:normal;
	}	
	
.s16
{
	font-size:16px;
	line-height:normal;
	}
	
.s20
{
	font-size:20px;
	line-height:normal;
	}	
	

.small
{
	font-size:10px;
	line-height:normal;
	}

.middle
{
	font-size:14px;
	line-height:20px;
	}

.big
{
	font-size:18px;
	line-height:24px;
	}


/* boxes___________________*/

.rounded-corners {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.md10
{
	margin-bottom:10px;
	
	}
	
.bottomline
{
	border-bottom-width:12px; 
	border-bottom-style:solid; 
	border-bottom-color:#E86D34;
	}
	
	
.smallline
{
	border-bottom-width:5px; 
	border-bottom-style:solid; 
	border-bottom-color:#E86D34;
	margin-bottom:10px;
	}	

/* GENERAL CLASS STYLE END*/


/* TEMPLATE GENERAL START*/

/* container________________*/
#container 
{	
	position:relative;
	left:-8px;
	top:-12px;
	width:960px;
	margin:0 auto;
	background-color:#6c2d13;
}


/* header________________*/
#header 
{	
	margin-bottom:10px;
	width:960:px;
	height:220px;
	}
	
#divdomov
{
	position:absolute;
	width:263px;
	height:25px;
	left:264px;
	top:142px;
	background:url(../images/MeniDomovHover.png) no-repeat 0px 50px;
	border:none;
	}
	
#divdomov a{
	width: 100%;
	height: 100%;
	display: block;
	} /*but you can make an  display 100% of the div. This will make it look like the whole div is a link, but really, its the link inside the div.*/

#divdomov a:hover, #divdomov a:active{
	background: url(../images/MeniDomovHover.png);
	background-position: 0px 0px;
	}

#divdnevni
{
	position:absolute;
	width:129px;
	height:38px;
	left:524px;
	top:129px;
	background:url(../images/MeniDnevni-MeniHover.png) no-repeat 0px 50px;
	border:none;
	}
	
#divdnevni a{
	width: 100%;
	height: 100%;
	display: block;
	} /*but you can make an display 100% of the div. This will make it look like the whole div is a link, but really, its the link inside the div.*/

#divdnevni a:hover, #divdnevni a:active{
	background: url(../images/MeniDnevni-MeniHover.png);
	background-position: 0px 0px;
	}

#divkuharski
{
	position:absolute;
	width:100px;
	height:50px;
	left:654px;
	top:118px;
	background:url(../images/MeniKuharskiTecajiHover.png) no-repeat 0px 100px;
	border:none;
	}
	
#divkuharski a{
	width: 100%;
	height: 100%;
	display: block;
	} /*but you can make an  display 100% of the div. This will make it look like the whole div is a link, but really, its the link inside the div.*/

#divkuharski a:hover, #divkuharski a:active
{
	background: url(../images/MeniKuharskiTecajiHover.png);
	background-position: 0px 0px;
	}

#divdostava
{
	position:absolute;
	width:112px;
	height:55px;
	left:758px;
	top:121px;
	background:url(../images/MeniDostavakosilHover.png) no-repeat left bottom;
	border:none;
	}
	
#divdostava a{
	width: 100%;
	height: 100%;
	display: block;
	} /*but you can make an  display 100% of the div. This will make it look like the whole div is a link, but really, its the link inside the div.*/

#divdostava a:hover, #divdostava a:active{
	background: url(../images/MeniDostavakosilHover.png);
	background-position: left top;
	}

#divmedia
{
	position:absolute;
	width:96px;
	height:80px;
	left:864px;
	top:127px;
	background:url(../images/MeniMediaHover.png) no-repeat left bottom;
	border:none;
	}
	
#divmedia a{
	width: 100%;
	height: 100%;
	display: block;
	} /*but you can make an  display 100% of the div. This will make it look like the whole div is a link, but really, its the link inside the div.*/

#divmedia a:hover, #divmedia a:active{
	background: url(../images/MeniMediaHover.png);
	background-position: left top;
	}




	
/* leftbox________________*/
#leftBox
{
	position:relative;
	top:0px;
	left:10px;
	float:left;
	margin:0 10px 10px 0;
	width:210px;
	
}

#leftBox h1
{
	position:relative; 
	font-size:13px;
	font-weight:bold;
	color:#6c2d13;
}

#leftBox p
{
	font-size:10px;
	line-height:12px;
	/*color:#d8c1a2;*/
}

#leftBox li
{
	position:relative; 
	top:0px;
	left-10px;
	font-size:10px;
	line-height:12px;
	color:#d8c1a2;
}


/* middlebox________________*/


#middleBox
{
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:730px;
	margin-bottom:10px;
}

#middleBox p
{
	color:#d8c1a2;
}

#content
{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	margin:0px 10px 10px 0px;
	width:500px;
	color:#d8c1a2;
}

#content h2
{
	font-size:13px;
	font-weight:bold;
	line-height:8px;
	color:#A43B18;
}


#content li{
	
	font-size:12px;
	color:#d8c1a2;
	line-height:18px;
	}

#slideshow {
    position:relative;
	float:left;
	width:730px;
	height:417px;
	margin-bottom:10px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* rightbox________________*/
#rightBox
{
	position:relative;
	float:left;
	margin:0 10px 10px 0;
	width:220px;
}

#rightBox h1
{
	position:relative; 
	top:10px;
	font-size:13px;
	font-weight:bold;
}

#rightBox h2
{
	position:relative; 
	top:10px;
	font-size:11px;
	font-weight:bold;
	color:#8f3b18;
}

#rightBox p
{
	position:relative; 
	top:0px;
	font-size:10px;
	line-height:12px;
}

#rightBox li
{
	position:relative; 
	top:0px;
	font-size:10px;
	line-height:12px;
	color:#666666;
}

/* TEMPLATE GENERAL END*/









/* DOMOV START*/

/* leftbox___________________*/
#visitcard
{
	position:relative;
	top:0px;
	left:0px;
	padding-top:10px;
	width:220px;
	background-color:#E86D34;
	color:#FFF;
	margin-bottom:10px;
}

#visitcard h1
{
	text-align:center;
	color:#6c2d13;
	font-size:24px;
	font-weight:bold;
}

#visitcard h2
{
	text-align:center;
	color:#6c2d13;
	font-size:12px;
	font-weight:bold;
}

#visitcard p
{
	text-align:center;
	color:#ffffff;
	font-size:12px;
	}

#cenikbox
{
	height:100px;
	width:200px;
	background-color:#d8c1a2;
	margin-bottom:10px;
	}
	
#cenikbox h1
{
	position:relative;
	top:6px;
	text-align:center;
	color:#6c2d13;
	font-size:14px; 
	font-weight:bold; 
	margin-bottom: 10px;
	}
	
#cenikbox p
{
	color:#6c2d13;
	padding-left:5px;
	margin-bottom:4px;
	line-height:16px;
	}
	
.studentinvite
{
	padding:10px 5px 0px 5px;
	width:210px;
	background-color:#a5a464;
	margin-bottom:10px;
	}
	
#poletnicas
{
	padding:10px 5px 0px 5px;
	width:190px;
	color:white;
	background-color:#E86D34;
	margin-bottom:10px;
	}	
	
#plate
{
	position:relative;
	float:left;
	width:160px;
	}
	
#price
{
	position:relative;
	float:left;
	width:30px;
	text-align: right;
	padding-right:5px;
	
	
	}	

	

/*middlebox________________*/

/* DOMOV END*/








/* DNEVNI MENI START*/
/* drop down meni________________________________*/
#dropdownmenu
{
	position:relative;
	float:left;
	width:730px;
	height:23px;
	z-index:2;
	margin-bottom:50px;
	}

/* middlebox________________________________*/	
#meni
{
	position:relative;
	float:left;
	margin-bottom:30px;
	width:730px;
	z-index:1;
	}
	
#meni p
{
	color:#d8c1a2;
	
	}	

#meni h5
{
	position:relative;
	top:18px;
	color:#6c2d13;
	font-size:14px; 
	font-weight:bold; 
	display:block; 
	background-color:#E86D34;
	
	padding:3px; 
	width:720px; 
	}
	
#meni h4
{
	position:relative;
	top:18px;
	color:#6c2d13;
	font-size:12px; 
	font-weight:bold; 
	display:block; 
	background-color:#a5a464;
	margin-bottom:30px;
	padding:3px; 
	width:720px; 
	}	
	
#meni h6
{
	position:relative;
	top:24px;
	color:#E86D34;
	font-size:12px;
	font-weight:bold;
	}
	
#meni p 
{
  /*margin-bottom:-30px;
  color:#d8c1a2:*/
  }
 /* DNEVNI MENI END*/ 
  
  
  
  
  
  
  
  
  

/*KUHARSKI START*/
/*leftbox____________*/


	
/*middlebox____________*/
#contentKuharski
{
	position:relative;
	float:left;
	margin:0 10px 10px 0;
	width:500px;
	font-size:12px; 
	line-height:18px;
	color:#d8c1a2;
}

#vpistecajev
{
	margin-bottom:10px;
	width:200px;
	padding:0 10px;
	font-size:12px; 
	line-height:18px;
	color:#d8c1a2;
	background-color:#E86D34;
}


	
/*rightbox_____________________*/
#recipes
{
	position:relative;
	float:left;
	padding:0 5px;
	margin-bottom:10px;
	width:210px;
	background-color:#a5a464;
}

#recipes h1
{
	position:relative; 
	top:10px;
	font-size:14px;
	font-weight:bold;
	color:#8f3b18;
	width:200px;
}

#recipes h2
{
	position:relative; 
	top:10px;
	font-size:11px;
	font-weight:bold;
	color:#8f3b18;
	width:200px;
}

#recipes p
{
	position:relative; 
	top:0px;
	font-size:10px;
	line-height:12px;
	width:200px;
	color:#666666;
}

#recipes li
{
	position:relative; 
	top:0px;
	font-size:10px;
	line-height:12px;
	color:#666666;
}	
/*KUHARSKI END*/





/*DOSTAVA START*/

/*leftbox_____________________*/
/*middlebox_____________________*/
#orderform 
{
	background-color:#e5e4b1;
	width:730px;
	
	 
	}
	
.formstyle 
	{
	/*padding:0 0 10px 10px;*/
	background: #d8c1a2;
	font-family: Verdana;
	font-size:10px;
	color:#666;
}	

#orderform h1
{
	position:relative;
	top:5px;
	font-size:20px;
	color:#6c2d13;
	text-align:center;
	display:block; 
	}

#orderform h2
{
	font-size:14px;
	display:block;
	background-color:#6c2d13;
	padding:10px; 
	width:686px;
	font-size:8px;
	}
	
#orderform p
{
	color:#666;
	}

#confirmation
{
	background:#61603b;
	width:690px;
	padding:0 10px 10px 10px;
	}
	
.darkstripe
{
	background:#a5a464;
	width:700px;
	color:white;
	padding:10px 0 10px 10px;
	}	


.lightstripe
{
	background:#c1c079;
	width:700px;
	color:white;
	padding:10px 0 10px 10px;
	
	}
	
.GreenDarkStripe
{
	background:#61603b;
	width:700px;
	color:white;
	padding:10px 0 10px 10px;
	
	}
	
.GreenLightStripe
{
	background:#7b7a4d;
	width:700px;
	color:white;
	padding:10px 0 10px 10px;
}	
/*rightbox_____________________*/

#contactlink a:hover
{
	color:white;
}

#links
{
	width:190px; 
	background-color:black; 
	padding:5px; 
}

#links p a 
{
	color:#d8c1a2;
	margin-top:0;
	margin-bottom:0;
}	


#links h1 
{
	color:#E86D34;
	margin-top:0;
	margin-bottom:0;
	font-size:22px;
	}
	
#links h2 
{
	font-size:12px;
	color:#E86D34;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
}		
	



#dostavaKosil
{
	position:relative;
	top:0px;
	left:10px;
	float:left;
	margin:0px 10px 10px 0px; 
	width:200px;
	
}

	
/*DOSTAVA -------_____________________________________________ */



	
/*CONTENT_____________________________________________ */





/* content*/










/* RIGHT BOX KUHARSKI - RECIPES_______________________*/




/* FOOTER________________________________________*/

/* Fotter*/
#footer
{	
	padding-top:30px;
	clear:both;
	width:960px;
	font-size:10px;
	/*border-top:1px solid #d8c1a2;*/
	color:#a7a9ac;
	background-color:white;
}

#footer a
{
	color:#ff7f00;
	
	}

#footer a:link {	
		color:#ff7f00;
		text-decoration: none;
}

#footer a:visited  {	
		color:#e86d34;
		text-decoration: none;
}

#footer a:hover {	
		color:#6c2d13;
		text-decoration: none;
}

#footer a:active {
	color:#F90;
	text-decoration: none;
}





/*DROPDOWNMENI*/

.leftMenu601 {text-align: left; }
.centerMenu601 {text-align: center; }
.rightMenu601 {text-align: right; }

.MenuLabelLink601	{ color: #000000; font-size: 10px; font-family: Arial, Helvetica, sans-serif; margin: 0px; padding: 3px 10px; font-weight: bold; text-decoration: None; }	
.MenuLabelLinkOn601 { color: #000000; font-size: 10px; font-family: Arial, Helvetica, sans-serif; margin: 0px; padding: 3px 10px; font-weight: bold; text-decoration: None; }
.MenuItemLink601    { color: #000000; font-size: 10px; font-family: Arial, Helvetica, sans-serif; margin: 0px; padding: 2px 3px; font-weight: bold; text-decoration: None; }
.MenuItemLinkOn601  { color: #000000; font-size: 10px; font-family: Arial, Helvetica, sans-serif; margin: 0px; padding: 2px 3px; font-weight: bold; text-decoration: None; }

.menuDef601 { position: absolute; visibility: hidden; }		

.menuLabelTable601 { 
table-layout: auto; 
width: auto; border-collapse: 
collapse; 
border: 0; 
}

.menuLabelTable601 td { border: 0; }
.menuLabelTable601 td.x { border: 0; }
.menuTable601 { table-layout: auto; width: auto; border-collapse: collapse; border: 1px solid black; padding: 2px; }
.menuTable601 td { border: 0; padding: 2px; }




#left18down
{
	position:relative; 
	top:-18px;
}

#biologo
{
	position:absolute; 
	top:1290px; 
	left:30px
}








