/*!
 * Fotorama 4.5.1 | http://fotorama.io/license/
 */
html, body {
height: 100%;
}

body {
	margin:0;
    background-color: #000;
}
.menu {
    /*zoom:1;*/
}
/*
div.fotorama__nav-wrap{
	position:absolute;
	bottom:-68px;
	left:0px;
        width: 100%;
        }
div.fotorama__wrap{
	position:relative;
        }
*/
#impressum {
	position:relative;
	width:1200px;
	height:10px;
	top:-250px;
    margin-left: auto;
    margin-right: auto;
    padding:5px 20px 20px 20px;
	/*background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.5);
	background-color: transparent\9;
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFFFF, endColorstr=#4CFFFFFF);
	*/
}
.menu {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:40px;
	z-index:2;
	background-color: #000;
	/*background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.5);
	background-color: transparent\9;
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFFFF, endColorstr=#4CFFFFFF);*/
}
#container {
	position:relative;
	top:40px;
	left:0px;
	width:100%;
/*	height:100%;
	z-index:1;*/
}
@media only screen and (max-width: 1000px) {
    .menu { 
        width: 1200px; 
        height: 70px; 
	}
    .menu li { 
        width: 24%; 
        height: 70px; 
        font-size: 30px;  
		background-color: #fff;
	}
	#container {
		position:relative;
		top:70px;
	}
}
.fotorama {
	position:relative;
	width:1200px;
	/*height:1000px;*/
    margin-left: auto;
    margin-right: auto;
}
.fotorama__wrap {
    margin: 0px auto;
}

ul#navigation {
	margin: 0;
	padding: 0.8em;
	text-align: center;
}
ul#navigation li {
	list-style: none;
	display: inline;
	margin: 0.4em;
	padding: 0;
}
ul#navigation a, ul#navigation span, p.imprint {
	padding: 0.2em 0.4em;
	text-decoration: none;
	font-family: sans-serif, Verdana;
    color: #0070A3;
	/*color: #394d6f;*#00567e;/
}
ul#navigation a:hover, ul#navigation span {
	color: #c96100;
    border-bottom: 1px solid #c96100;
	/*color: #5d75a0;
    border-bottom: 1px solid #5d75a0;*/
}

* html ul#navigation a, * html ul#navigation span {
	width: 1em;    /* nur fuer IE 5.0x erforderlich */
        w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
