@charset "UTF-8";
/* CSS Document */

body {
	font-size: 14px;
	font-family: futura, sans-serif;
	background: url(../images/impressum/iko_bg.jpg)  #e8e9e4;
	
	
}
#wrapper {
	width: 1000px;
	heigth: auto;
	background: rgba(255, 255, 255, 0.8); 
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1); /* FF3.5 - 3.6 */
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	-webkit-border-radius: 0 0 1px 1px;
	-moz-border-radius: 0 0 1px 1px;
	border-radius: 0 0 1px 1px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#header {
	width: auto;
	height: 200px;
	top: 0px;
	bottom: 50px;
	position: relative;
	text-align: center;
	margin: auto;
    padding: auto;
	margin-bottom: 20px;
}



.nav-container {
	
	margin-bottom: 0px;
}

nav {
	z-index: 42;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1028px;
	padding: 1em 3em;
	margin-left: -14px;
	background: rgba(212, 212, 212, 0.7);
	filter: alpha(opacity=80); /* IE6-IE8 */
	position: relative;
	border-top-left-radius: 0.5em 0.5em;
	border-top-right-radius: 0.5em 0.5em;
}

.nav-left {
	position: absolute;
	left:0;
	bottom:-14px;
	width:14px;
	height:14px;
	background: #C2C2C2;
	background: rgba(212, 212, 212, 0.7);
	border-bottom-left-radius: 50% 50%;
}

.nav-left:after {
	content: '';
	position: absolute;
	right:0;
	width:66%;
	height:66%;
	background: #C2C2C2;
	border-top-left-radius:100% 50%;
	border-bottom-left-radius:100% 50%;
}

.nav-right {
	position: absolute;
	right:0;
	bottom:-14px;
	width:14px;
	height:14px;
	background: #C2C2C2;
	background: rgba(212, 212, 212, 0.7);
	border-bottom-right-radius:50% 50%;
}

.nav-right:after {
	content: '';
	position: absolute;
	left:0;
	width:66%;
	height:66%;
	background: #C2C2C2;
	border-top-right-radius:100% 50%;
	border-bottom-right-radius:100% 50%;
}
 
nav li {
	display: inline-block;
	list-style: none;
}

nav li a {
	
	font-size: 30px;
	color: #00FF00;
	font-weight: bold;
	display: marker;
	width: 5em;
	text-align: center;
	padding: .5em 1em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

nav li a.selected {
	color: #610B21;

}

.sticky {
	position: fixed;
	top: 15px;
	
	animation:thedrop 1s 1;
	-moz-animation:thedrop 1s 1;
	-webkit-animation:thedrop 1s 1;
}

.sticky .nav-above {
	position: absolute;
	top:-15px;
	left:1em;
	right:1em;
	height:15px;
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

section {
	width: 900px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 40px;
}  

img {
	max-width: 100%;
	margin-bottom: 10px;
}  

.waypoint {
	padding-left: 65px;
}

hr {
	width: 900px;
	display: block;
	height: 1px;
	border: none;
	outline: none;
	clear: both;
	background: #ccc;
	margin: 1em 0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
} 

.mouse:hover {
	text-decoration: none;
} 

.mouse {
	text-decoration: none;
	cursor: default;
	width: 900px;
	height: 198px;
	text-align: center;
} 



footer {
	padding: 10px;
}
