/*##### CSS Document ##########################################
####### Datei: zusatz01.css ###################################
####### Autor: Anna Wucherer ##################################
####### Datum: 2007/12/04 #####################################
####### F&Uuml;R PIZZAKARTE ###################################
#######          SPEISEKARTE###################################
#######          FEIERN & CATERING############################# */


#container {
	height: auto;
}
#main {
	height: auto;
}
#content {
	height: auto;
}
#footer {
	clear: both;
}
#bild	{
	width: 150px;
	height: inherit;
	float: left;
	margin-top: 390px;
	position: absolute;
}
a	{
	text-align: center;
}

/* Für Pizzakarte */
p.pizza	{
	width: 300px;
	height: 100%;
	padding-left: 80px;
	padding-top: 20px;
	float: left;
}

p.preis	{
	width: 50px;
	height: 100%;
	margin: 0;
	padding-top: 20px;
	float: left;
}
p.oben	{
	width: 500px;
	height: 30px;
	padding-top: 30px;
	margin: 0;
	float: left;
	text-align: center;
}

