@charset "utf-8";
/* CSS Document */

html, body {
		background-color:#ffffff;
		font-family:Helvetica, Verdana;
		font-size:12px;
		background-color:#d9f0fe;
		color:#000000;
		line-height: 2em;
		margin:0 auto;
		padding:0 auto;
}


a:link, a:visited, a:hover, a:active {color:#000000; text-decoration:none;}

#seite{
	background-color:#a3d0ef;
	left:50%;
	float:left;
	position:relative;
	margin:20px 0 0 -410px;
	width:800px;
	height:400px;
	}

#stern{
	margin:10px 0 0 10px;
	width:250px;
	height:250px;
	position:relative;
	float:left;
	text-align:center;
}
#apotheke{
	margin:10px 0 0 0;
	background-image:url(apotheke.png);
	background-repeat:no-repeat;
	width:250px;
	height:202px;
	position:relative;
	float:left;
	}


#elefanten{
	margin:10px 10px 0 0;
	width:252px;
	height:250px;
	position:relative;
	float:right;
	text-align:center;
}

.rot{
	color:#F00F00;
}