/************* imported css files **************/
/*@import url(""); */

/*
//
// content classes
// ---------------------------------------------------------------------------
// 
*/

#table
{
	float: left;
	width: 600px;
	text-align: left;
	margin: 5px 0 0 5px;
}

#menu_head
{
	color: #00b2dd;
}

#food_name
{
	color: #999;
	font-style: italic;
}

#pic_coffee
{
	float:left;
	background: url("../../Images/Content/drinks/Bezalkoholna_head.gif") no-repeat;
	width: 200px;
	margin: 0 0 0 0;
	height: 30px;
}

#pic1
{
	background: url("../../Images/Content/drinks/sok.jpg") no-repeat;
	width: 650px;
	height: 162px;
	margin: 0 auto;
	float:left;
}
#pic2
{
	background: url("../../Images/Content/drinks/alkohol.jpg") no-repeat;
	width: 650px;
	height: 162px;
	margin: 0 auto;
	float:left;
}
#pic3
{
	background: url("../../Images/Content/drinks/koktel.jpg") no-repeat;
	width: 650px;
	height: 162px;
	margin: 0 auto;
	float:left;
}

#line
{	
	background: url("../../Images/Content/drinks/line.gif") no-repeat;
	width: 600px;
	height: 1px;
}

.oddRow
{
	background: #000000;
}

.oddRow td
{
	padding:5px;
} 

.evenRow
{	
	background: #222222;
}

.evenRow td
{
	padding:5px;
} 

hr 
{
	color: #8c0047;
	height: 1px;
}


a.menu
{
	color:					#e50076;
	text-decoration:		none;
}

a.menu:hover
{
	color:					#e50076;
	text-decoration:		underline;
}
