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

body {
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #FFF;
	background-color: #000;
}

a:active, a:focus{ outline:none; }

a:link{
	color:#C60;
	text-decoration: none
}
a:visited{
	color:#C60;
	text-decoration: none
}
a:active{
	color:#C60;
	text-decoration: none;
}
a:hover{
	color:#F82;
}

img{
	border:0;
}

.PMAgruen{
	color:#1b892b;
}

.parole {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:200;
	color:#FFF;
	
}
.fliesstext {
	text-align:justify;
}

.layer { 
filter:alpha(opacity=90); /* IE */ 
-moz-opacity: 0.9; /* Mozilla */ 
opacity: 0.9; /* Opera */ 
width: 100%; 
height: 100%; 
left: 0px; 
top: 0px; 
position: fixed; 
z-index: 200;
background-color:#000;
}

.loader {
border:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: #333;
position: absolute;
width: 350px;
height: 150px;
top: 50%;
left: 50%;
margin-top: -75px;
margin-left: -175px;
text-align:center;
}
