﻿@charset "utf-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	top: 0px;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}





/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		7;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.4%;
	padding-left: 1.3%;
	padding-right: 1.3%;
	vertical-align: text-top;
	position: static;
	z-index: 5;
}

#seitentext {
	position: absolute;
	height: 800px;
	width: 500px;
	left: -2999em;
}
#bg {
	position: fixed;
	width: 100%;
	height: 80%;
	z-index: 1500;	
}
#bgimg {
	max-width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#audio {
	position: fixed;
	height: 50px;
	width: 100%;
	bottom: 75px;
	left: 0px;
	z-index: 2000;
	}
#player{
	width: 450px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 2001;
	top: 10px;
}

.img{
	margin-top: 6px;
	background-color: #666666;
	border-radius: 3px;
}
#audio_with_controls{
	width: 170px;
	float: right;
	background-image: url("images/navhg3.png");
	margin-right: 5px;
}

iframe {
	position: absolute;
	top: -5px;
}
#fuss2 {
	position: fixed;
	z-index: 10000;
	height: 30px;
	width: 100%;
	bottom: 20px;
	background-color: transparent;
	left: 0px;
}
#kont {
	width: 100px;
	background-color: #666666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;
	font-weight: lighter;
	font-variant: normal;
	color: #999999;
	letter-spacing: 0.2em;
	text-align: center;
	vertical-align: middle;
	padding: 6px;
}
#fusstext {
	position: fixed;
	z-index: 10000;
	height: 20px;
	width: 100%;
	bottom: 0px;
	background-color: #333333;
	left: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	margin-right: auto;
	margin-left: auto;
	font-weight: lighter;
	font-variant: normal;
	color: #999999;
	letter-spacing: 0.2em;
}


/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {


#audio_with_controls{
	width: 250px;
	float: right;
	margin-right: 5px;
}
#audio {
	position: fixed;
	height: 50px;
	width: 100%;
	bottom: 75px;
	left: 0px;
	z-index: 2000;
	}
#player{
	width: 500px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 2001;
	top: 10px;
}
}


/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {


#bg {
	position: fixed;
	width: 100%;
	height: 80%;
	top: -50px;
}
#audio {
	position: fixed;
	height: 50px;
	width: 100%;
	bottom: 75px;
	left: 0px;
	z-index: 2000;
	}
#player{
	width: 750px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 2001;
	top: 10px;
}


}

