@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%;
}
/* 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:		5;
	dw-num-cols-tablet:		8;
	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: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#film {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#navigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 12px;
	color: #d6bc23;
	
}
#navigation ul li{
	display: block;
	margin-top: 3px;
	padding-bottom: 3px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #00283c;
	}
#navigation ul li a {
	color: #fff;
	text-decoration: none;	
	
}
#navigation ul li a:hover{
	color: #d6bc23;
	text-decoration: none;	
}
#navigation ul li a:link#current, 
#navigation ul li a:visited#current, 
#navigation ul li a:hover#current {
	
		color: #d6bc23;

}
#text {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #333;
}
#logo {
	clear: both;
	float: none;
	margin-left: auto;
	width: 60%;
	display: block;
	text-align: center;
	margin-right: auto;
}
#bild {
	clear: none;
	float: left;
	width: 100%;
	display: block;
}


@media only screen and (min-width: 550px) {
.gridContainer {
	width: 96.5%;
	padding-left: 1.75%;
	padding-right: 1.75%;
}
#film {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin-top: 20px;
}
#navigation {
	clear: both;
	float: right;
	width: 100%;
	display: block;
	font-size: 10px;
	background-color: #00283c;
	padding-top: 5px;
}
#navigation ul li{
	list-style-type: none;
	display: inline;
	padding-left: 0px;
	padding-left: 10px;
	
}
#navigation ul li a {
	color: #fff;
	text-decoration: none;
	
}
#navigation ul li a:hover {
	color: #d6bc23;
	font-weight: normal;	
}
#text {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 10px;
	

}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 25%;
	display: block;
}
#bild {
	clear: none;
	float: left;
	width: 75%;
	display: block;
}
}


/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 650px) {
.gridContainer {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#film {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin-top: 20px;
}
#navigation {
	clear: both;
	float: right;
	width: 100%;
	display: block;
	font-size: 12px;
	background-color: #00283c;
	padding-top: 8px;
}
#navigation ul li{
	list-style-type: none;
	display: inline;
	padding-left: 0px;
	padding-left: 10px;
	
}
#navigation ul li a {
	color: #fff;
	text-decoration: none;
	
}
#navigation ul li a:hover {
	color: #d6bc23;
	font-weight: normal;	
}
#text {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 10px;
	

}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 25%;
	display: block;
}
#bild {
	clear: none;
	float: left;
	width: 75%;
	display: block;
}
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 900px) {
.gridContainer {
	width: 98.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
}
#film {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 30px;
	text-align: right;
}
#navigation {
	clear: both;
	float: left;
	width: 75%;
	display: block;
	padding-left: 25%;
	font-size: 12px;
	background-color: #00283c;
	padding-top: 10px;
	
}
#navigation ul li{
	list-style-type: none;
	display: inline;
	padding-left: 0px;
	padding-right: 15px;
	
}
#navigation ul li a {
	color: #fff;
	text-decoration: none;
	
}
#navigation ul li a:hover {
	color: #d6bc23;
	font-weight: normal;	
}

#text {
	clear: both;
	float: left;
	margin-left: 25%;
	width: 75%;
	display: block;
	background-color: #FFF;
	margin-top: 0px;
	padding-top: 20px;
	line-height: 20px;
	
}


#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 25%;
	display: block;
}
#bild {
	clear: none;
	float: right;
	width: 75%;
	display: block;
	
}

}
.ul_innen {
	list-style-position: inside;
}
#footer {
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	width: 100%;
	float: right;
	padding-right: 2px;
}
