@charset "utf-8";
@import url("../webfonts/Yanone/stylesheet.css");

body {
	background-image: url(../images/Copyright-Hintergrund-v3.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 90% 5%;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
h1 {
	font-family: Yanone, Arial, sans-serif;
	font-size: 500%;
	color: #595667;
	line-height: 70%;
	font-weight: 200;
	letter-spacing: 3px;
	padding-left: 5%;
	margin: 5% 0 20px 0;
	max-width: 50%;
	text-shadow: 3px 3px 2px #FBFCF6;
}
h2 {
	font-family: Yanone, Arial, sans-serif;
	font-size: 170%;
	font-weight: 200;
	text-shadow: 1px 0px #343142;
	color: #333333;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	padding: 0 5%;
	max-width: 50%;
}
#navigation {
	margin-top: 3%;
	margin-right: 5%;
	margin-bottom: 3%;
	margin-left: 5%;
}
#navigation ul {
	font-size: 20px;
	display: inline;
	line-height: 130%;
}
#navigation ul li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#rolloverbutton {
	height: 50px;
	width: 300px;
	margin-left: 5%;
	background-image: url(../images/acception-orange_300x50.png);
	box-shadow: 5px 5px 10px #333;
	-moz-box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
}
#rolloverbutton a {
	display: block;
	height: 50px;
	width: 300px;
}
#rolloverbutton a:hover {
	background-image: url(../images/acception-green_300x50.png);
}
.dunkelgrau {
	color: #595667;
}
