/*Hauptschriftart*/
body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.starttext {
	font-weight: normal;
	color: #FFFFFF;
}
.überschrift {
	font-size: 12px;
	font-weight: bold;
}




.copyright {
	font-size: 9px;
	color: #666666;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline overline;
}


/* links im footer*/
#link1 {
	color: #FFFFFF;
}

#link1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#link1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#link1 a:hover {
	color: #FFFFFF;
	text-decoration: underline overline;
}
/*Pizzastück in position bringen*/
#pizzahintergrund
{
	background-position: bottom right;
	background-repeat:no-repeat;
	
}
/*hintergrund ohne wiederholung in x*/
#menuehintergrund
{
	background-position: left;
	background-repeat: repeat-y;
	
}.tab_1 {
	background-color: #AE0C0C;
}
.tab_2 {
	background-color: #8C0404;
}
.speise_beschreibung {
	color: #000000;
}
.bild_unten {
	position: inherit;
	bottom: 5px;
}

.speise_name {
	color: #CCCCCC;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.schrift_map {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

