@CHARSET "UTF-8";

/*
# = id
. = class
*/


#tabsDiv
{
   width:650px;
   float:left;
   /*background-color: rgb(192,192,192);*/
}

ul#tabs
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 100%;
	display: block;
	/*background-color: rgb(192,192,192);*/
}

ul#tabs li
{
	display:   inline;
}
ul#tabs li a
{

	text-decoration: none;
	border-right: 1px solid #fff;
}

li#SurdegSelected a
{
   float:left;	
   width: 110px;
   background-color: #e4e4e4;
	font: bold 14px/30px calibri, arial, tahoma;
	height: 30px;
	text-align: center;
	margin-top: 20px;
}

li#SurdegUnSelected a
{
   float:left; 
	   width: 110px;
	      background-color: rgb(128,128,128);
	font: bold 14px/30px calibri, arial, tahoma;
	height: 30px;
	text-align: center;
	margin-top: 20px;
	color: #feffff;
}

li#RagSelected a
{
	   float:left;   
	   width: 110px;
	   background-color: #e4e4e4;
	font: bold 14px/30px calibri, arial, tahoma;
	height: 30px;
	text-align: center;
	margin-top: 20px;
}

li#RagUnSelected a
{
      float:left; 
      width: 110px;
   background-color: rgb(128,128,128);
	font: bold 14px/30px calibri, arial, tahoma;
	height: 30px;
	text-align: center;
	margin-top: 20px;
	color: #feffff;
}

li#ValnotSelected a
{
	   float:left;   
	   width: 110px;
	   background-color: #e4e4e4;
	font: bold 14px/30px calibri, arial, tahoma;
	height: 30px;
	text-align: center;
	margin-top: 20px;
}

li#ValnotUnSelected a
{
      float:left; 
      width: 110px;
   background-color: rgb(128,128,128);
	font: bold 14px/30px calibri, arial, tahoma;
	height: 30px;
	text-align: center;
	margin-top: 20px;
	color: #feffff;
}

li#FoccaciaSelected a
{
	   float:left;   
	   width: 110px;
	   background-color: #e4e4e4;
	font: bold 14px/30px calibri, arial, tahoma;
	height: 30px;
	text-align: center;
	margin-top: 20px;
}

li#FoccaciaUnSelected a
{
      float:left; 
      width: 110px;
   background-color: rgb(128,128,128);
	font: bold 14px/30px calibri, arial, tahoma;
	height: 30px;
	text-align: center;
	margin-top: 20px;
	color: #feffff;
}

li#KallsmorgasSelected a
{
	   float:left;   
	   width: 110px;
	   background-color: #e4e4e4;
	font: bold 14px/30px calibri, arial, tahoma;
	height: 30px;
	text-align: center;
	margin-top: 20px;
}

li#KallsmorgasUnSelected a
{
      float:left; 
      width: 110px;
   background-color: rgb(128,128,128);
	font: bold 14px/30px calibri, arial, tahoma;
	height: 30px;
	text-align: center;
	margin-top: 20px;
	color: #feffff;
}



