/* CSS Document */

.page_borger_right
{
  height: 100%;
  background:url(../img/left_border.jpg) repeat-y;         
}

.page_borger_right
{
  height: 100%;
  background:url(../img/right_border.jpg) repeat-y;         
}

html
{
  height:100%;
  margin-bottom:1px;
}

*
{
  margin:0;
  padding:0;
}

body 
{
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 80.00%; 
    color: #444;     
    background-color:#FFFFFF;
    background:url(../img/bg_italy1.jpg) repeat-x;
}


a:link 
{
  text-decoration: none;
  color: #000000;
}
a:visited 
{
  text-decoration: none;
  color: #000000;
}

a:active 
{
  text-decoration: none
}

a:hover 
{
  text-decoration: underline overline; 
  color: #000000;
}

/* LAYOUT ALIGNMENT
------------------------------------------------------------------------*/

.page_margins 
{ 
  margin: 0 auto;
  width: 890px;  
  min-width: 890px; 
  max-width: 80%; 
  background:url(../img/main_bg.jpg) repeat-y;  
}

#border-top {
  font-size:0;
  height:0px;
  margin-bottom:0px;
  overflow:hidden;
  width:auto;
}

.page {
  border:0 none;
  margin:0 0 0 0px;
}


/* HEADER
------------------------------------------------------------------------*/

#header {
  background:#FFFFFF;
  color:#000000;
  padding:0px 2em 1em 20px;
  position:relative;
  background:url(../img/head_bg.jpg) repeat-y;
  height:235px;             
}

#header, #nav, #main, #footer {
  clear:both;
}

#main
{
  background:url(../img/main_bg.jpg) repeat-y;             
}


#logo
{
  width:840px;
  height:210px;
  border:none;
  display: block;
  margin-left: auto;
  margin-right: auto}

/* TOP NAVIGATION
------------------------------------------------------------------------*/

#topnav {
  color:#AAAAAA;  
  padding:5px;
  right:0;
  top:0;
  text-align:right;
}

#topnav img{
  border: none;  
}

/* NAVIGATION
------------------------------------------------------------------------*/

#nav {
  background-color:#FB3331 ;
  overflow:hidden;
  border-bottom: 4px solid #FFFFFF;   
}


#nav ul {
  margin-left:20px;
}

.hlist ul {
  border-left:1px solid #AAAAAA;
  border-right:1px solid #FFFFFF;
  display:inline;
  float:left;
  margin:0 0 0 50px;
  padding:0;
}

#nav li.active {
  background:#F1AD1A;
}


.hlist ul li.active {
  background:#272727;
  border-left:1px solid #444444;
  border-right:1px solid #888888;
}
.hlist ul li {
  border-left:1px solid #FFFFFF;
  border-right:1px solid #AAAAAA;
  display:inline;
  float:left;
  font-size:1.2em;
  line-height:1.2em;
  list-style-type:none;
  margin:0;
  padding:0;
}

.hlist ul li.active strong, .hlist ul li.active a:focus, .hlist ul li.active a:hover, .hlist ul li.active a:active {
  color:#000000;
  text-decoration:none;
}
.hlist ul li a, .hlist ul li strong {
  color:#ffffff;
  display:block;
  font-size:1em;
  font-weight:bold;
  margin:0;
  padding:0.5em 0.8em;
  text-decoration:none;
  width:auto;
}

.hlist ul li a:focus, .hlist ul li a:hover, .hlist ul li a:active {
  color:#000000;
  text-decoration:none;
}


/* TEASER
------------------------------------------------------------------------*/
#teaser {
  background-color:#FFFFEE;  
  clear:both;
  margin:10px 0;  
  padding:0 20px;    
}

/* boxes for news and daily menu*/
.box1 
{ 
/*  position: relative; */
  background: #ffffff; 
  padding: 2px 20px 0px 25px;
  font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; 
  font-size:12pt;
  border: 2px solid #000000;
  color: #000000;      
  margin-bottom:20px;  
  background: url(../img/freewifihotspot.png) 60% 35% no-repeat;    
}

.box1 h2 
{
  background-color:#4CC06B;
  margin:5px 5px 5px 1px;
  padding:5px;
  color: #ffffff;  
}

.box1 div {
  padding:9px 1px 0px 12px;
  margin:0
}

.box2 
{ 
  width:85%; 
  background: #FFFFFF; 
  padding: 5px 5px 5px 5px;
  font-family:Arial,Times,sans-serif;
  font-size:12pt;
  border: 2px solid #000000;
  margin-bottom:20px;   
}

.box2 h2 
{
  background-color:#4CC06B;
  margin:1px 1px 1px 1px;
  padding:5px;
  text-align:center;
  color: #ffffff;     
}

.box2 div a:link 
{
  text-decoration: none;
  color: #000000;
}

.box2 div a:visited 
{
  text-decoration: none;
  color: #000000;
}

.box2 div a:active 
{
  text-decoration: none
}

.box2 div a:hover 
{
  text-decoration: underline overline; 
  color: #000000;
}

/* MAIN PAGE
------------------------------------------------------------------------*/

#main {
  background:url(../img/main_bg.jpg) repeat-y;  
  margin:10px 0;
}


/* LEFT COLUMN
------------------------------------------------------------------------*/

#col1 {
  background-color:#FFFFFF;
  float:left;
  width:31%;
  /*border-bottom:3px solid #ffffff;*/
  background:url(../img/main_bg.jpg) repeat-y;    
}

#col1_content {
  padding:0 10px 0 20px;
}
#col1_content, #col2_content, #col3_content {
  position:relative;
}
.clearfix {
  display:block;
}

/* TABBED CONTENT
------------------------------------------------------------------------*/

.tabbed_content 
{
  border-left:2px solid #4CC06B;
  border-right:2px solid #4CC06B;
  border-bottom:2px solid #4CC06B;
}

.item_content
{
  margin-top: 5px;
}

.item_content ul 
{
  margin:0; 
  list-style:none;
  border-bottom: 2px solid #4CC06B;  
}

.item_content ul li 
{
  color:#000000;
  margin:0px 0px 0;
  background-color:#FFFFFF;      
}

.tabbed_label 
{
  display:block; 
  width:65%; 
  font-family: cursive;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	font-size: medium;
	line-height: 100%;
  text-align:left; 
  text-decoration:none; 
  color:#ffffff; 
  padding: 4px;
  padding-left: 8px;
  border:1px solid #377EDA;
  border-bottom:1px solid #FFFFFF;
  position:relative;
  top:2px;     
  background-color:#4CC06B;
}

/* RIGHT COLUMN
------------------------------------------------------------------------*/

#col3 {
  height:1%;
  border-color:#444444;
  border-width:2px;
  margin:0 0 0 31%;
  width:auto;
}


#col3_content {
  padding:0 20px 0 10px;
  height:auto;
}

#col3_content h2{
  margin-bottom: 10px;
}

#ie_clearing {
  display:none;
}

#border-bottom {
  font-size:0;
  height:20px;
  margin-top:-15px;
  overflow:hidden;
  width:auto;
} 



/* FOOTER
------------------------------------------------------------------------*/

#footer {
  background:#F9F9F9;
  background:#FB3331;
  border-top:4px solid #ffffff;
  padding:10px 20px;
}


/* content of the footer*/

#validHtml img
{
  height:20px; 
  width:88px;
  border:none;
  position: relative; 
  top:-4px;
  float:left;
}

#validCss img
{
  height:20px; 
  width:88px;
  border:0;
  position: relative; 
  top:-4px;
  float:left;
}

.footer_content 
{
  color:#808080;
  color:#ffffff;  
  font-size:12px;
  text-align:right;
  width:100%;
}

.footer_content a 
{
  color:#808080;
  color:#ffffff;
  text-decoration:none;
}

.footer_content p 
{
  font-size:11px;
}


/* VISUAL OR OTHERS PROPERTIES 
------------------------------------------------------------------------*/
.padding
{
  padding: 5px;
  padding-left: 10px;
}

.styled_header_centered_h2
{
  text-align: center;
}

.styled_header_h3
{
  text-indent: 1ex;
  margin-top:4px;
}

.styled_header_h1
{
  padding-top:4px;
  padding-left:20px;
  padding-bottom:4px;
  margin-bottom:10px;
  color:#ffffff;
  background-color:#4CC06B;  
}

.center
{
 text-align: center; 
}

.time
{
	padding-left: 15px;
}

#table_styled_text td
{
  font-family: cursive;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	font-size: medium;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}

.item_content table
{
	text-align:center;
	width:100%;
 	font-family: Verdana, Arial;
	font-size:10px;	
}

.item_content table tr
{
  margin: 0;
  padding: 0;
}


.header 
{
  font-size:130%;
  padding-bottom:5px;
  text-align:left;
  text-indent:25px;
  color:#5151DB;
  color:#0B013A;  
}

.header_underlined 
{
  font-size:150%;
  margin:10px 0 5px;
  text-align:left;
  text-indent:25px;
  color:#ffffff;
  background:#4CC06B none repeat scroll 0 0;  
  /*border-bottom: 2px solid #000000;*/
  width: 86%;  
}

.delivery_menu_table
{
  width:50%;
  text-align: center;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
  font-weight: normal;
  font-size: 110%;  
}

.delivery_menu_table td 
{
  text-align:left;
}

.table_menu
{
  width:100%;
  text-align: center;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
  font-weight: normal;
  font-size: 110%;  
}

.table_menu td 
{
  background: none repeat scroll 0 0;
}

.table_menu .left 
{
  font-weight:bold;
  width: 80px;
}

.table_menu .center 
{
  text-align:left;
  padding: 5px;
  font-size: 110%; 
}

.table_menu .right_more_width 
{
  font-weight:bold;
  width: 70px;  
}


.table_menu .right 
{
  font-weight:bold;
  width: 60px;  
}

.table_menu .image 
{
  border:none;
}

#breadcumb 
{
 margin-top:3px;
 margin-bottom:3px; 
 color: #41493A;
 background-color: #41493A;
 height: 2px;
}

/*
ul#menu_list
{ 
   margin-top:10px;
   padding: 0 1px 1px;
   margin-left: 0;
   width: 20%;
}
#menu_list li
{
  list-style: none;
  margin: 0;
  border-top: 1px solid gray;
  text-align: left;
}

#menu_list li a {
  display: block;
  padding: 0.25em 0.5em 0.25em 0.75em;
  border-left: 1em solid #ffffff;
  background: #ffffff;
  text-decoration: none;
} 

#menu_list li a:link 
{ 
  color: #000000;
}

#menu_list li a:visited 
{ 
  color: #000000;
}

#menu_list li a:hover
{
    border-color: #A0F365;
    color: #000000;
    background: #A0F365;
} 

*/



table#menu_list
{ 
   margin-top:10px;
   padding: 0 1px 1px;
   margin-left: 0;
   width: 80%;
}

#menu_list td {
  padding: 0.25em 0.5em 0.25em 0.75em;
  border-left: 1em solid #ffffff;
  background: #ffffff;
  text-align: left;
    white-space:nowrap;
} 

#menu_list a
{ 
    display: block;
    padding: 0.25em 0.5em 0.25em 0.75em;
    border-left: 1em solid #ffffff;
    text-decoration: none;
    border-bottom : 1px solid Silver;
    border-top : 1px solid Silver;
    border-left : 1px solid Silver;
    border-right : 1px solid Silver;
    font-weight : bolder;
    padding : 1px 5px 1px 5px;
    background-color : #4CC06B;
    color : #ffffff;
    text-decoration : none;
}

#menu_list a:link 
{ 
  color : #ffffff;
}

#menu_list a:visited 
{ 
  color : #ffffff;
}

#menu_list a:hover
{
    border-bottom : 1px solid Black;
    border-top : 1px solid Black;
    border-left : 1px solid Black;
    border-right : 1px solid Black;
} 


#boxes {
  float:right;
  width:245px;
  margin:10px
}

#box1{
  margin-bottom:20px;
  background-image:url(bottom_blue.gif);
  background-position:left bottom;
  background-repeat:no-repeat
}

#box1 h2{
  text-align:right;
  padding:23px 30px 9px 0;
  margin:0 0 0 -1px;
  background:url(boxtop.gif) top no-repeat #ececec;
  font-weight:600
}
#box1 p {
  padding:9px 10px 10px 12px;
  margin:0
}

.text_indent
{
  text-indent:20px;
  padding-bottom:10px;
}

.photogalery  
{
  text-align:center;
}


.photogallery_h2
{
  text-align:center;
}



.innner_indent li
{
  text-align:left;
  margin-left: 30px;
}

a.link_image
{
  display:block;
  color:#555555;
  height:17px;
  line-height:17px;
  text-decoration:none;
  width:150px;
}

a:hover.link_image
{
   color:#0066CC;
}

.map
{
  background: url(../img/icons/info.png) no-repeat;
  text-indent:20px;
  display:block;
}

.mail
{
  background: url(../img/icons/mail.png) no-repeat;
  text-indent:25px;
  display:block;
}

h3.header_image
{
  color:#555555;
  text-indent:25px; 
  background: url(../img/icons/Symbol_Right.png) no-repeat;
}


h3.header_image_newicon
{
  color:#555555;
  text-indent:27px; 
  background: url(../img/icons/new.gif) no-repeat;
}

a.taxi
{
  display:block;
  width:85px;
  height:55px;   
  background: url(../img/taxi.png) no-repeat;    
}

a.taxi:hover
{
  display:block;
  width:95px;
  height:62px;   
  background: url(../img/taxi_hover1.png) no-repeat;    
}

a.lunchtimelogo{
  display:block; 
  background-image:url(../img/lunchtime.gif);
  background-repeat:no-repeat;
  width:150px;
  height:55px; 
}
.lunchtimetext {
  font-family:Arial;
  font-size:0.78em;
  font-weight:bold;
  margin-top:2px;
  padding:0;
  text-align:left;
}
.lunchtimetext a {
  color:black;
  text-decoration:underline;
}

a.facebooklogo{
  display:block; 
  background-image:url(../img/facebook_logo.jpg);
  background-repeat:no-repeat;
  width:150px;
  height:55px; 
}

a.topteplogo
{
  display:block; 
  background-image:url(../img/toptep_barev.gif);
  background-repeat:no-repeat;
  width:120px;
  height:55px; 
}

p.main_paragraph
{
  font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 120%;  
}

