html {
  background: #222 url("img/bg.png") repeat;
}

body {
 _width: 100%;
  color: #888;
  font: 14px/20px Helvetica, Arial, sans-serif;
  margin: 80px auto 0;
  width: 1024px;
  text-align: center;
  text-shadow: 0 -2px 1px #000;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 3px;
}

tr:nth-child(odd){background-color: #404040}

th {
    background-color: white;
    color: white;
}

h1 { 
  font: 40px/60px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 200;
  text-align: left;
  }

h2 { 
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; 
  margin-bottom: 10px;
  }

h3 { 
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; 
  color: #fff;
  font-weight: 900;
  margin-top: 10px;
  }

h4 { 
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; 
  font-weight: 900;
  margin-top: 10px;
  }

#wrapper {
  padding: 20px;
  }

#text {
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; 
    margin-bottom: 10px;
	fload: left;
	font-size: 120%;
	padding: 20px;
	margin: 0 20px 0 20px;
	display: block;
        color: #A8A8A8
}

#text h1 {
	padding: 25px 0 0px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #696969;
	text-align: lef;
}

#text h2 {
	padding: 20px 0 20px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #696969;
	text-align:left;
}


#text p {
   	font: 16px/25px "Helvetica Neue", Helvetica, Arial, sans-serif; 
   	margin-bottom: 0px;
	padding: 5px 0 2px 0;
	word-wrap: break-word;
   	text-align: left;
}

#text a {
	color: white;
}

#text hover:a {
	color: white;
	text-decoration: underline;
}

#slideshow {
		    margin: 80px auto;
		    position: relative;
		    width: 1024px;
		    height: 680px;
		    padding: 10px;
		    -webkit-box-shadow: 0 0 20px #000;
}

#slideshow > div {
		    position: absolute;
		    top: 10px;
		    left: 10px;
		    right: 10px;
		    bottom: 10px;
}

#footer {
	clear: both;
	text-align: center;
	color: white;
	padding-top: 50px;
}
#footer a {
	color: lightgrey;
}

.youtube {
	display: block;		
	margin: 0px 40px 40px 40px; /*oben rechts unten links*/
}
.youtube iframe {
	display: block;
	-webkit-box-shadow: 0 0 20px #000;
	border-radius: 5px;
}

#bild {
	width: 100%;	
	display: block;
	align: left;	
	margin: 0px 40px 40px 40px; /*oben rechts unten links */
	border-radius: 5px;
}
#bild img {
	width: 100%;
	height: auto;
	display: block;
	align: left;
	-webkit-box-shadow: 0 0 20px #000;
	border-radius: 5px;
}

@font-face {
    font-family: 'droidsansregular';
    src: url('../fonts/droidsans-webfont.eot') format('eot'),
         url('../fonts/droidsans-webfont.woff') format('woff'),
         url('../fonts/droidsans-webfont.tff') format('truetype'),
         url('../fonts/droidsans-webfont.svg#droidsansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
	
	#bild {
		width: 100%;		
		margin: 0px 20px 40px 40px; <!----oben rechts unten links--!>
	}
	#bild img {
		width: 80%;
	}
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
	#bild 	{	
		width: 100%;
		margin: 0px 20px 40px 40px; <!----oben rechts unten links--!>
	}
	#bild img {
		width: 80%;
	}
}


@media screen and (min-width: 481px) and (max-width: 768px) {
	
	#bild 	{	
		width: 100%;
		margin: 0px 20px 40px 40px; <!----oben rechts unten links--!>
	}
	#bild img {
		width: 80%;
	}
}

@media screen and (max-width: 480px) {

	#bild 	{	
		width: 100%;
		margin: 0px 20px 40px 40px; <!----oben rechts unten links--!>
	}
	.bild img {
		width: 80%;
	}
}