@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
}

html, body {
	height:100%;
}

body {
	background-color:#000;
	color:#cccccc;
	font-size: 23px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:500;
	text-align:center;
	}


#wrapper {
	margin:auto;
	}
	
p {
	line-height:30px;
	padding-bottom:20px;
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
	}
	
h1 {
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	font-size:22px;
	padding-top:20px;
	padding-bottom:20px;
	color:#be3f3d;
	position: relative;
	text-align: center;
	background-image:url(../images/line-h1.png);
	background-position:center;
	background-repeat:no-repeat;
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
	}
	
h2 {
	font-weight:bold;
	font-size:22px;
	padding-top:13px;
	padding-bottom:12px;
	color:#be3f3d;
	position: relative;
	text-align: center;
	background-image:url(../images/line-h2.png);
	background-position:center;
	background-repeat:no-repeat;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
	}
	
h2 a {
	color:#be3f3d;
	}
	
a {
	text-decoration:none;
	color:#efc553;
	}

a:hover {
	color:#f29400;
	text-decoration:underline;
	}
	´
		
#content {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top:20px;
	}
	
.color {
	color:#f29400;
	}
	
#footer {
	position:fixed;
	bottom:0px;
	width:100%;
	background-image:url(../images/bgd-footer.png);
	
	/*
	padding-top:20px;	
	margin-top:1em;
	text-align:center;
	padding:10px;
	*/
	}
#footer p {
	font-size:17px;
	line-height:24px;
	text-align:left;
	text-shadow:none;
	}
	
#footer .fltleft {
	float:left;
	padding-top:10px;
	padding-left:110px;
	width:500px;
	padding-right:20px;
	}
	
#footer .fltleft-2 {
	float:left;
	padding-top:10px;
	}

	
.footer-content {
	margin:auto;
	width:1040px;
	}
	
	
.datenschutz {
	margin:auto;
	width:1000px;
	}
	
.datenschutz p {
	font-size:13px;
	line-height:16px;
	}