/*css-stylesheet für Plattform Zirkel Basel/Bern/Zürich */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #F7F6F2;
}
a {
	color: #0052DD;
	text-decoration: underline;
}
a:hover {
	color: #a08714;
}
a:visited {
	color: #aa5a7d;
}
p {
	font-size: 0.75em;
	margin-left: 20px;
	color: #4b4b46;
}
#container {
	text-align: left;
	width: 802px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 665px;
	padding-top: 1px;
	background-color: #FFFFFF;
}
#head {
	height: 130px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#platform_all {
	height: 399px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	background-image: url(../images/platform_footer.jpg);
	background-repeat: no-repeat;
	height: 135px;
	width: 800px;
	background-position: top;
	position: absolute;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 2px;
}
#footer p {
	font-size: 0.75em;
	margin-top: 50px;
	margin-left: 20px;
	color: #4b4b46;
}

