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


body {
	background-image: url(../images/ego-Hintergrund-16x10.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;
	text-shadow: 3px 3px 2px #FBFCF6;
	padding-left: 5%;
	max-width: 60%;
	letter-spacing: 3px;
	margin: 5% 0 20px 0;
}
h2 {
	padding: 0 5%;
	font-size: 170%;
	font-family: Yanone, Arial, sans-serif;
	font-weight: 200;
	color: #333333;
	text-shadow: 1px 0px #343142;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}
#navigation {
	margin-top: 60px;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-left: 5%;
}

#navigation ul {
	display: inline;
	font-size: 20px;
	line-height: 125%;
}
#navigation ul li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #30F;
}
#navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
}

#maincontent {
	width: 75%;
	margin-right: 5%;
	margin-left: 5%;
	max-width: 700px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #333333;
	text-shadow: 1px 1px #DCD7AF;
}
#slogen {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	text-align: right;
	font-style: italic;
	padding-right: 5%;
	padding-left: 10%;
	color: #111;
}
#impressum {
	padding: 0 5%;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0 5%;
}

.grau {
	color: #666666;
}



a:link {
	text-decoration: none;
	color: #30F;
}
a:visited {
	text-decoration: none;
	color: #30F;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #C00;
}
