@charset "utf-8";
@import url("positioning.css");

/* Default styles */
.center
{
	text-align:center;
}


.italic
{
	font-style:italic;
}


.bold
{
	font-weight:bold;
}


html
{
	background:#e5cd9d;
}


body
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	background:url(../images/mainback.jpg);
	background-repeat:repeat-x;
	background-position:top;
}


h1
{
	font-family:Vivaldi;
	font-size:25px;
	text-align:center;
}


h2
{
	font-weight:bold;
	font-size:14px;
	text-align:center;
}


h3 
{
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}


h4
{
	font-weight:bold;
	font-style:normal;
	font-size:12px;
}


a, a:hover, a:visited
{
	color:#fff;
}


.menustable
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	
	font-size:13px;
}

.menustable hr
{width:70%;color:#FFFFFF;border:none;}
table.menustable h4
{margin-top:15px;}

.menustable th, .setmenuhead
{
	font-size:25px;
	font-weight:bold;
	text-align:center;
	font-family:Vivaldi;
	padding-bottom:6px;	font-style:normal;text-decoration:none;
}


.price_setmenus
{
	width:190px;
	height:41px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	background:url(../images/data-transp/price_background.png);
	background-repeat:no-repeat;
	font-weight:bold;
}


table.contactus
{
	width:80%;
	margin-left:auto;
	margin-right:auto;	
}


table.contactus a, table.contactus a:hover, table.contactus a:visited
{
	color:#FFF;
}