
/* ausgabe unterdrucken */

.nichtscreenen {
	display:none;
}


/* text */

.text {
	font-family:Verdana, Arial;
	color:#d11717;
	font-size:11px;
	line-height:17px;
	margin-bottom:17px;
}

.sprache a:link {
	color:#d11717;
	text-decoration:underline;
}
.sprache a:visited  {
	color:#d11717;
	text-decoration:underline;
}
.sprache a:hover  { 
	color:#d11717;
	text-decoration:none;
}
.sprache a:active  { 
	color:#d11717;
	text-decoration:underline;
}


/* bilder (rahmen) */

img {
	border:0px;
}

#titel { position:absolute; top:61px; left:60px; width:150px; height:28px; }

#untertitel { position:absolute; top:117px; left:60px; width:338px; height:56px; }

#navigation { position:absolute; top:202px; left:60px; width:171px; height:189px; }

#titelbild { position:absolute; top:208px; left:397px; width:730px; height:530px; }
#titelbild1 { position:absolute; top:213px; left:343px; width:309px; height:439px; }
#titelbild2 { position:absolute; top:258px; left:483px; width:309px; height:439px; }

#idee { position:absolute; top:208px; left:397px; width:429px; height:545px; }

#bestimmungen { position:absolute; top:208px; left:397px; width:479px; height:446px; }

#verkaufspunktebaseltext { position:absolute; top:208px; left:397px; width:384px; height:38px; }

#restaurantsbaseltext { position:absolute; top:208px; left:267px; width:235px; height:392px; }
#planbasel { position:absolute; top:32px; left:542px; width:457px; height:677px; }

#restaurantszuerichtext { position:absolute; top:208px; left:267px; width:235px; height:392px; }
#planzuerich { position:absolute; top:32px; left:542px; width:452px; height:671px; }

#meinung { position:absolute; top:208px; left:397px; width:461px; height:570px; }
#meinungdanke { position:absolute; top:208px; left:397px; width:398px; height:26px; }
#meinungerror { position:absolute; top:208px; left:397px; width:405px; height:232px; }

#bestellungnur { position:absolute; top:208px; left:397px; width:565px; height:200px; }

#bestellung { position:absolute; top:208px; left:397px; width:565px; height:810px; }
#bestellungdanke { position:absolute; top:208px; left:397px; width:504px; height:396px; }

#onlinebestellungdanke { position:absolute; top:208px; left:397px; width:530px; height:54px; }

#verkaufspunktezuerichtext { position:absolute; top:208px; left:397px; width:261px; height:504px; }

#aktuelltext { position:absolute; top:208px; left:397px; width:600px; height:auto; }



#bildstart        { position:absolute; top:142px; left:222px; width:713px; height:583px; }
#bildwechsler     { position:absolute; top:61px; left:650px; width:65px; height:27px; }
#pfeilplatzhalter { position:absolute; top:203px; left:872px; width:65px; height:27px; }



/* formulare */

.feldklein {
	font-family:Courier New, Courier, Monaco, monospace;
	font-weight:bold;
	font-size:80%;
	color:black;
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:black;
	width:40px;
	height:20px;
	padding:1px;
	text-align:center;
}

.feldgross {
	font-family:Courier New, Courier, Monaco, monospace;
	font-weight:bold;
	font-size:80%;
	color:black;
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:black;
	width:334px;
	height:20px;
	padding:1px;
}

.ktfeld {
	font-family:Courier New, Courier, Monaco, monospace;
	font-weight:bold;
	font-size:80%;
	color:black;
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:black;
	width:417px;
	height:20px;
	padding:1px;
}

.textarea {
	font-family:Courier New, Courier, Monaco, monospace;
	font-weight:bold;
	font-size:80%;
	color:black;
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:black;
	width:417px;
	height:300px;
	padding:3px;
}


/* body */

Body {

background-image:url(bilder/kreislauf_hintergrund_1.gif); 
background-repeat:repeat-y;
background-position:14px top;
background-color:white;

margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;

overflow-y:scroll;

}