body {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.text {
	background-color:#fff1c4;
	color:#000000;
	font-size:40px;
	font-weight:bold;
}
.text2 {
	color:#000000;
	font-size:50px;
	font-weight:bold;
}
.links{
	height: 100%;
	font-size:60px;
	font-weight:bold;
}
.links a:link {text-decoration:none; color:#000000;}
.links a:hover {text-decoration:none; color:#000000;}
.links a:activated {text-decoration:none; color:#000000;}
.links a:visited {text-decoration:none; color:#000000;}
.mitte{
	text-align:center;
}
.impressum{
	height: 100%;
    font-size:20px;
}
.start{
	background-image:url(bg_c.png);
	margin-left:5%;
	width: 90%;
	border: 2px solid;
    border-radius: 10px;
	color:#fff1c4;
	margin-top:10%;
	margin-bottom:10%;
}
.start_p{
    font-size:50px;
	color:#fff1c4;
	padding:10px;
}
.start a:link {text-decoration:none; color:#fff1c4;}
.start a:hover {text-decoration:none; color:#fff1c4;}
.start a:activated {text-decoration:none; color:#fff1c4;}
.start a:visited {text-decoration:none; color:#fff1c4;}
.footer{
    position:fixed;
    bottom:0px;
	left:0px;
	height:7%;
	background-image:url(footer_bg.png);
	width:100%;
}
.footer a:link {text-decoration:none; color:#000000;}
.footer a:hover {text-decoration:none; color:#000000;}
.footer a:activated {text-decoration:none; color:#000000;}
.footer a:visited {text-decoration:none; color:#000000;}
.strong{font-weight:bold;}
