body {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans serif";
	color: #555555;
	background-color: #757575;
	cursor: default;
}
a {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
	cursor: pointer;
}
.zoom {
    cursor:zoom-in;
}
#containeralles {
	position: relative;
	width: inherit;
	max-width: 1280px;
	height: inherit;
	max-height: 720px;
	margin: 0 auto 0 auto;
	top: 0px;
	background-color: transparent;
}
#translator {
	z-index: 2;
	Position: absolute;
	display: inline-block;
	left: 20px;
	top: 25px;
	color:  #999999;
	margin: 0px;
	text-decoration: none;
	cursor: default;
}
#translator p {
	margin-top: 4px;
	font-size: 17px;
}
#translator ul {
	opacity: 0;
	margin: 0px 0px 0px -45px;
	-webkit-transition: all 0.5s cubic-bezier(0.42, 0.0, 0.58, 1.0);
	-moz-transition: all 0.5s cubic-bezier(0.42, 0.0, 0.58, 1.0);
	transition: all 0.5s cubic-bezier(0.42, 0.0, 0.58, 1.0);
transition-delay: 1s;
	}
#translator:hover ul {
	opacity: 1;
	-webkit-transition: all 0.6s cubic-bezier(0.42, 0.0, 0.58, 1.0);
	-moz-transition: all 0.6s cubic-bezier(0.42, 0.0, 0.58, 1.0);
	transition: all 0.6s cubic-bezier(0.42, 0.0, 0.58, 1.0);
}
#translator img {
	opacity: 0.7;
}
#people {
	z-index:1;
	position: absolute;
	width: 1280px;
	height: 200px;
	margin: 0px;
	top: 340px;	
	background-image: url("bilder/people3.png");
	background-repeat: repeat-x;
	opacity: 0.6;
}
#container {
	position: relative;
	width: inherit;
	min-width: 1280px;
	height: 550px;
	top: 0px;
	margin: 0px;
	background-color: #333333;
}
#menuflex img {
	margin-top: -5px;
}
#menuflex li a {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
#menuflex li a:hover {
	background-color: #cccccc;
	padding: 5px 10px 5px 10px;
	border-radius: 2px;
	-moz-box-shadow: -4px 1px 2px 1px #999999;
	-webkit-box-shadow: -4px 1px 2px 1px #999999;
	box-shadow: -4px 1px 2px 1px #999999;
	-webkit-transition: background-color 0.1s ease-in-out, padding 0.4s cubic-bezier(0.42, 0.0, 0.58, 1.0), border-radius 0.1s ease-in-out, -moz-box-shadow 0.4s cubic-bezier(0.42, 0.0, 0.58, 1.0), -webkit-box-shadow 0.4s cubic-bezier(0.42, 0.0, 0.58, 1.0), box-shadow 0.4s cubic-bezier(0.42, 0.0, 0.58, 1.0);
	-moz-transition: background-color 0.1s ease-in-out, padding 0.4s cubic-bezier(0.42, 0.0, 0.58, 1.0), border-radius 0.1s ease-in-out, -moz-box-shadow 0.4s cubic-bezier(0.42, 0.0, 0.58, 1.0), -webkit-box-shadow 0.4s cubic-bezier(0.42, 0.0, 0.58, 1.0), box-shadow 0.4s cubic-bezier(0.42, 0.0, 0.58, 1.0);
	transition: background-color 0.1s ease-in-out, padding 0.4s cubic-bezier(0.42, 0.0, 0.58, 1.0), border-radius 0.1s ease-in-out, -moz-box-shadow 0.4s cubic-bezier(0.42, 0.0, 0.58, 1.0), -webkit-box-shadow 0.4s cubic-bezier(0.42, 0.0, 0.58, 1.0), box-shadow 0.4s cubic-bezier(0.42, 0.0, 0.58, 1.0);
}
#menuflex a:link {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}
#menuflex a:visited {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}
#menuflex a:active {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}
#menuflex ul {
	padding: 0px;
	list-style-type: none;
}
#menuflex li {
white-space: nowrap;
overflow: hidden;
	margin: 15px 5px 5px 5px;
	padding: 5px 10px 5px 10px;
	font-size: 18px;
}
.liste img {
	opacity: 0;
}
#containerunten {
	position: relative;
	width: inherit;
	min-width: 1280px;
	height: 170px;
	bottom:0px;
background: #383838; /* Old browsers */
background: -moz-linear-gradient(top,  #383838 0%, #343434 0%, #474747 21%, #757575 100%, #5a5a5a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(0%,#343434), color-stop(21%,#474747), color-stop(100%,#757575), color-stop(100%,#5a5a5a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #383838 0%,#343434 0%,#474747 21%,#757575 100%,#5a5a5a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #383838 0%,#343434 0%,#474747 21%,#757575 100%,#5a5a5a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #383838 0%,#343434 0%,#474747 21%,#757575 100%,#5a5a5a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #383838 0%,#343434 0%,#474747 21%,#757575 100%,#5a5a5a 100%); /* W3C */
}
#fussleiste {
	position: absolute;
	width: inherit;
	height: 150px;
	top: 0px;
	left: 210px;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 70px;
	color: #dcdcdc;
	text-align: center;
	background-color: transparent;
}
#fussleiste li a {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
#fussleiste li a:hover {
	color: #404040;
	background-color: #b3b3b3;
	padding: 3px 5px 3px 5px;
	border-radius: 2px;
	-moz-box-shadow: -4px 1px 2px 1px #404040;
	-webkit-box-shadow: -4px 1px 2px 1px #404040;
	box-shadow: -4px 1px 2px 1px #404040;
	-webkit-transition: background-color 0.2s ease-in-out, padding 0.2s ease-in-out, border-radius 0.2s ease-in-out, color 0.4s cubic-bezier(0.42, 0.0, 0.58, 3);
	-moz-transition: background-color 0.2s ease-in-out, padding 0.2s ease-in-out, border-radius 0.2s ease-in-out, color 0.4s cubic-bezier(0.42, 0.0, 0.58, 0.3);
	transition: background-color 0.2s ease-in-out, padding 0.2s ease-in-out, border-radius 0.2s ease-in-out, color 0.4s cubic-bezier(0.42, 0.0, 0.58, 0.3);
}
#fussleiste a:link {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}
#fussleiste a:visited {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}
#fussleiste a:active {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}
#fussleiste ul {
	padding: 0px;
	list-style-type: none;
}
#fussleiste li {
white-space: nowrap;
overflow: hidden;
   float: left;
   position: relative;
	min-width: 130px;
	margin: 15px 5px 5px 5px;
	padding: 5px 10px 5px 10px;
	font-size: 18px;
}
#fussleiste li.current {
	color: #cc0029;
	background-color: transparent;
}
.browserupgrade {
left: 50em;
    margin: 0.2em 0em;
    background: #ccc;
    color: #000;
    padding: 0px 0px 0px 50px;
}
.browserupgrade a {
	text-decoration: underline;
}
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

