
/******* classes for p: s1, s2, s3, preis *******/

.s1 {
	font-size: 19px;
	display: inline;
}

.s2 {
	font-size: 18px;
	display: inline;	
}

.s3 {
	font-size: 17px;
	display: inline;	
}

.preis {
	display: block;
	text-align: center;
	display: inline;	
}

/************ table speisekarte ************/
#speiseKarte {
	font-family: "Monotype Corsiva";
	width: 500px;
	margin-left: 250px;
	margin-top: 15px;	
}

#speiseKarte th {
	background-color: #adc947;
	color: #e8e8e8;
}

#speiseKarte td {
	border-width: 1px;
	border-bottom-style: dotted;
	border-right-style: dotted;
	border-top-style: solid;
	border-left-style: solid;
	border-color: #e1e1e1;	
	text-align: left;
}

/************** select tag **************/

#selectMenu {
	width: 380px;
	margin-top: 20px;
	margin-left: 130px;
}

/************** option colors **************/
#mySelected {
	color: #666666;
}

#runningSushi {
	color: #3366FF;
}

#reinVegetarischeSpeisen {
	color: #66CC33;
}

#menu {
	color: #990000;
}

select {
	font-family: Tahoma;
	font-size: 12px;
}
