html, body {
	color: black;
	font-family: Myriad Pro, Helvetica, sans-serif;
	font-size: 0.9em;
}

#hintergrund {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#nav {
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	-o-transition: .3s all ease;		
	-ms-transition: .3s all ease;
	transition: .3s all ease;
	width: 150px;
	padding: 5px 0 5px 5px;
	background: #f5f5f5;
	position: absolute;
	left: 0;
	top: 40px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	margin-left: -155px;
	border-radius: 0 5px 5px 0;
	z-index: 10;
}

#nav:hover {
	margin-left: 0;
}

#nav span { 
	display: block; 
	position: relative; 
	float: right; 
	margin-right: -40px; 
	height: 40px; 
	width: 40px;
	text-transform: uppercase;	
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	text-shadow: -1px -1px 0 #fff;
	box-shadow: inset 1px 0 3px rgba(0,0,0,0.1), 1px 1px 5px rgba(0,0,0,0.1);
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #fff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #fff 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #fff 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #fff 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #fff 0%,#f5f5f5 100%);
	border-radius: 0 5px 5px 0;
}

#nav span a {
	text-decoration: none;
	color: black;
	display: block;
}

#nav span a:hover, nav span.active a { 
	color: black; 
}

#nav span.active a { 
	font-weight: bold; 
}

#nav ul {
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #e3e3e3;
}

#nav ul li:last-child { 
	border: 0; 
}

#nav ul a {  
	text-decoration: none;
	color: rgba(0,0,0,0.8);
	padding-left: 5px;
	display: block;
}

#nav ul a:hover, nav ul li.active a { 
	color: rgb(255, 0, 0); 
}

#nav ul li.active a { 
	font-weight: bold; 
}

#rightbar {
	margin-top: -120px;
	padding: 0;
	float: right;
	border: solid 4px red;
	position: relative;
	clear: both;
	z-index: 10;
}

#wrapper {
	margin: 40px auto;
	position: relative;
}

#wrapper a {
	color: black;
	text-decoration: none;
	font-variant: small-caps;
}

#wrapper a:hover {
	font-weight: bold;
}

#start {
	margin: 120px auto;
	text-align: center;
}

#main {
	margin-top: 120px;
	text-align: center;
}

#impressum {
	width: 650px;
	margin: -80px auto;
	padding: 0 30px;
	text-align: left;
	background-color: #d5d5d5;
	border: solid 4px white;
}