/*
html {
	background: url(grafik/img25_.jpg) no-repeat center center fixed;
	background-size: cover;
	height: 100%;
	overflow: hidden;
    background-blend-mode: saturation;
}
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(grafik/img25_.jpg);
	background-repeat: repeat;
	background-color: #373737;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}


#container {
margin-left: auto;
margin-right: auto;
width: 600px;
height: 500px;
position: relative;
padding: 0px;
background-color:transparent;
}
	
#header {
background-color:rgb(26, 21, 21);
}

#content {
width: 580px;
min-height: 600px;
height: auto;
margin-left: 0px;
padding:10px;
background-color:transparent;
}
	
#footer {
width: 600px;
height: 20px;
text-align: center;
padding:0px;
background-color:transparent;
}

.Stil3 {color: #fa7321; font-size: 16px; font-weight: normal; text-shadow: 2px 2px 4px #222222;}
.Stil4 {color: #ffffff; font-size: 12px; font-weight: normal; text-shadow: 2px 2px 4px #222222;}
.Stil5 {color: #000000; font-size: 12px; font-weight: normal; text-shadow: 2px 2px 4px #636363;}

.Logo {
filter: drop-shadow (30px 10px 4px #222222);
margin-left: 0px;
margin-top: 0px;
position: absolute;
}

img { 
-webkit-filter: drop-shadow(2px 2px 4px #222222);
filter:         drop-shadow(2px 2px 4px #222222); 
}

.navbar {
	background-color: transparent;
	height: 50px;
	width: 580px;
	height: 120px;
	padding:10px;
}
  
.navbar img {
	width: 248px;
	padding: 0px;
}
  
nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
  
nav {
	float: right;
	margin: 0;
}
  
li {
	display: inline;
	padding: 15px;
}
  
nav a {
	text-decoration: none;
	color: #fa7321;
	display: inline-block;
	padding-top: 15px;
	text-shadow: 2px 2px 4px #222222;
}
  
nav a:hover {
	color: #02cece;
}
  
nav a:active {
	text-decoration: underline;
}
  
@media screen and (max-width: 700px) {
	nav {
	  width: 100%;
	  margin-top: -5px;
	}
  
	nav li {
	  display: block;
	  background-color: transparent;
	  text-align: center;
	}
}

