BODY
{
	text-align: center;
	background-color: #008556;
	font-family: Arial;
	font-size: small;
}
.bigbox
{
	width: 600px;
	height: 750px;
	margin: auto;
	text-align: left;
	margin-left: -300px;
	margin-top: -375px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -375px;
}
.lixbox
{
	height: 250px;
	background-image: url(images/bewegolix2.png);
	background-repeat: no-repeat;
	margin-left: 300px;
}
.movebox
{
	width: 600px;
	height: 48px;
	background-image: url(images/initiative.png);
	margin-bottom: 25px;
}
.footbox
{
	height: 71px;
	width: 600px;
	margin-top: 35px;
}
A.footlink
{
	float: left;
}
.switchbox
{
	width: 505px;
	height: 300px;
	padding-left: 47px;
}
A.switchbox_gemeinde
{
	display: block;
	background-color: #FFC214;
	background-image: url(images/gemeinde.png);
	float: left;
	height: 300px;
	width: 249px;
	border: none;
}
A.switchbox_schule
{
	display: block;
	background-color: #F79320;
	background-image: url(images/schule.png);
	float: left;
	height: 300px;
	width: 250px;
	border: none;
}
IMG
{
	border: none;
}
A.switchbox_gemeinde:hover
{
	display: block;
	background-image: url(images/gemeinde-invert.png);
}
A.switchbox_schule:hover
{
	display: block;
	background-image: url(images/schule-invert.png);
}
.switch_space
{
	float: left;
	width: 5px;
	height: 300px;
	background-color: #008556;
}
.footspace
{
	width: 150px;
	height: 20px;
	float: left;
}
