/* CSS Document */

/* Layout */

BODY
{
	background-color: #FFFFFF;
	margin: 10px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

A
{
	text-decoration:none;
	font-weight:bold;
	color: #ffffff;
}

A:HOVER
{
	text-decoration:underline;
}

.tableMainTopRight
{
	background-image:url(images/shadowRight.gif);
}

.tableMenu
{
	background-color:#660000;
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
}

.tableOuterContent
{
	background-color:#993333;
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
	padding: 10px 10px 10px 10px;
}

.sideImage
{
	border: 1px solid #660000;
	margin-bottom: 10px;
}

.sideImage:HOVER
{
	border: 1px solid #FFFFFF;
}

/* Text */

h1
{
	font-family: "Times New Roman", Times, serif;
	font-size:22px;
	letter-spacing:3px;
	color:#FFFFFF;
	margin: 30px 0px 10px 0px;
}

.copy
{
	line-height:17px;
	text-align: justify;
}


.speisekarteName
{
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
	letter-spacing:3px;
	color:#FFFFFF;
	margin: 15px 0px 5px 0px;
}

.speisekarteDescription
{
	line-height:17px;
	text-align:center;
}

.speisekartePrice
{
	text-align:center;
	font-style:italic;
	margin: 5px 0px 0px 0px;
}

.speisekarteSterne
{
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	text-align:center;
	letter-spacing:3px;
	color:#FFFFFF;
	margin: 10px 0px 10px 0px;
}