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

*{
margin:0;
padding:0;
}
a{
text-decoration:none;
}
a:focus{
outline:none;
}
h1{
font-size:40px;
font-weight: 200;
padding-bottom:10px;
}
img a{
border: none;
}
body {
height:100%;
/*font-family:Arial, Helvetica, sans-serif;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: normal;
color:#222222;
background:#fff;
background-image:url(Hintergrund_web.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center center;
text-align: justify;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-hyphens: auto;
}
.center{
margin-left:auto;
margin-right:auto;
width:1000px;
height:600px;
position:relative;
margin-top: 70px;
border: 1px solid #FF9900;
}
.center a{
color: #444;
}

.center a:hover{
color: #000;
}

.center h2{
font-size:24px;
font-weight: 200;
}

h3{
margin-top:25px;
margin-bottom:10px;
}

.legal{
    margin-left:auto;
margin-right:auto;
	margin-top: 3px;
	margin-bottom: 30px;
width:1000px;
	text-align: center;
	background:#908E8E;
	border: 1px solid #908E8E;
	padding: 3px 0;
}
.legal_text{
    margin-left:auto;
margin-right:auto;
	margin-top: 3px;
width:940px;
	text-align: center;
	background:rgba(255,255,255,0.8);
	border: 1px solid #908E8E;
	padding: 30px;
	color: #444;
}
.legal a{
    color: #fff;
	padding: 0 5px;
	font-size: 15px;
	dext-decoration: none;
}
.legal_text p{
    margin-top:10px;
margin-bottom:5px;
}