body 
{ 	background-image: url(../images/background-gradient.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 12px;
}

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

h3 {
	margin-top:0px;
	margin-bottom:0px;
	font-size: 13px;
	font-weight: bold;
}

h4 {
	margin-top:0px;
	margin-bottom:0px;
	line-height:30px;
	font-size: 12px;
	color: #666666;
}

h5 {
	margin-top:0px;
	margin-bottom:0px;
	font-size: 14px;
	color:#C65D00;	
}

form
{   display: inline;
}

img
{	border:none;
}

p
{	margin-top:0px;
}

hr
{	height: 0px;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: orange;
	width:50%;
	text-align:center;
}

table, td
{ 	border:none;
	vertical-align:top;
	padding-top: 0px;
	padding-bottom:0px;
}

ul
{	list-style-type:none;
	margin-left:2px;
	padding-left:2px;
}

li
{	padding-bottom:6px;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:0px;
}

a
{
	border:none;
	color: #B31F36;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	border:none;
	color:#FC6B00;
	text-decoration:none;
}

.floatLeft
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.floatRight
{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.plain
{
	background-color:#F0F0F0;
}

.plain2
{
	background-color:#cccccc;
}

.menu
{
	background-color:#FFFCF2;
	text-align:center;
}

.menu2
{
	background-image:url(../images/menu-background.gif);
	background-repeat:no-repeat;
	text-align:center;
}

.footer {
	background-color:#B31F36;
	text-align:center;
	color: #FFFFFF;
	font-weight: bold;
	line-height:30px;
}

.speisekarte {
	overflow:auto;
	width:618px;
	height:550px;
	text-align:left;
}

.speisekarte2 {
	background-image:url(../images/speisekarte-hintergrund.jpg);
	background-repeat:no-repeat;
	overflow:auto;
	width:618px;
	height:550px;
	text-align:left;
}

.preis {
	text-align:right;
}

.name {
	font-weight:bold;
}

.beschreibung {
	font-style:italic;
}

.ueberBold {
	font-style:italic;
	font-size:11px;
	font-weight:bold;
}

.ueberNormal {
	font-style:italic;
	font-size:11px;
	font-weight:normal;
}

.special {
	border: 1px solid black;
	text-align:center;
}

.specialName {
	font-style:italic;
	font-size:14px;
	font-weight:bold;
}

.specialBeschreibung {
	font-size:14px;
	font-weight:normal;
}

.alignLeft {
	text-align:left;
	font-weight:bold;
}

.alignRight {
	text-align:right;
	font-weight:bold;
}

.weinBeschreib {
	font-style:italic;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
}