*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
	font-family: Arial, sans-serif;

}
a:hover{
	color: #d01010;
}
body{
}
.showButtons{
    width: 250px !important;
    margin-left: 330px;
    font-size: 18px;
    margin-top: 30px !important;
    text-align: center;
    border: thin solid #cdc;
    border-radius: 35px;
    padding-top: 10px;
    height: 30px !important;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */


}
.showButtons:hover{
    color: black;
    background: rgb(246,246,246); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(225,225,225,1) 49%, rgba(241,241,241,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(49%,rgba(225,225,225,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(225,225,225,1) 49%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.main{
	width: 960px !important;
	margin: auto !important;
}
#header{
	min-width: 960px;
	height: 35px;
	background: #2b2b2b; /* Old browsers */
background: -moz-linear-gradient(top,  #2b2b2b 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b2b2b), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2b2b2b 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2b2b2b 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2b2b2b 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2b2b2b 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
#footer{
	display: none !important;
}
h2, p{
	color: #282828;
	line-height: 18px;
}
h2{
	font-size: 18px;
}
p{
	font-size: 12px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear{
	clear: both;
}
a{
	color: #2a2a2a;
}
div.wrapper{
	width: 960px;
	height: 100%;
	background: #E6E5E5;
	padding: 20px;
}
div.wrapper p{
	margin-bottom: 20px;
	float: left;
	margin-right: 40px;
}
.imprint p{
	float: none !important;
}
.people{
	width: 200px;
}
.mains{
	font-weight: bold;
}
div.wrapper h2{
	margin-bottom: 20px;
}
.headinfo{
	background: #c4c4c4;
	padding: 30px;
	border: thin solid black;
	font-weight: bold;
}
#wrapper{
	width: 100%;
	margin: 0px auto;
	background: white;
	min-height: 400px;
}
#navi{
	width: 960px;
	margin: 0px auto;
	height: 35px;
}
#navi a{
display: inline-block;
padding: 7px 55px 35px 25px;
margin-left: -4px;
color: #EBEBEB;
font-size: 13px;
font-family: 'Source Sans Pro', sans-serif;
}


#navi a+a+a{
	margin-left: 500px;
}

/* CONTENT FAVORITE */
.listen{
	display: inline-block;
	margin-left: -20px;
	margin-right: 20px;
}
#favorite{
	background: #e6e5e5;
	height: 560px;
	border-bottom: 60px solid #2A2A2A;
}
.fav_desc, .fav_img, .fav_link{
	float: left;
}
.fav_desc{
	padding: 30px 0px 0px 15px;
	width: 360px;
}
.fav_desc h2{
	margin-bottom: 15px;
}
.fav_img{
	margin-top: 30px;
	margin-left: 20px;
}
.fav_img img{
	border-left: thin solid #9d9d9d;
	border-right: thin solid #9d9d9d;
}
.fav_link img{
	margin-left: 40px;
	margin-top: 50px !important;
}
.fav_link .listen{
	display: block;
	margin-left: 35px;
	margin-top: 10px;
	color: #555555;
	font-size: 12px;
}
/* CONTENT LIST */
.audio_list h3, h3{
	color: #efefef;
	font-weight: 300;
	display: inline-block;
	height: 40px;
	width: 930px;
	background: #2a2a2a;
	margin-top: -3px;
	padding: 15px 0px 0px 30px;
}
h3{
	margin-top: -1px;
}
.story_list img, .story_list img+img{
	float: left;
}
.story_list{
	padding: 20px 0px 20px 30px;
}
.story_listen{
	display: inline-block;
	margin-top: 25px;
	margin-right: 30px;
}
.story_list img{
	margin-right: 30px;
}
.story_list h4{
	margin-top: 20px;
}
.story_list p{
	margin-top: 5px;
}
li:nth-child(2n+1) {
  	background: #ededed;
}
#footer{
	width: 960px;
	margin: 0px auto;
	height: 40px !important
}
/* STORY */
#interface a{
	display: inline-block;
	width: 330px;
	height: 60px;
	float: left;
	margin-top: -3px;
}
#interface a.ende{
	display: inline !important;
	float: none;
}
#interface a img{
	padding: 10px 0px 0px 60px;
	float: left;
}
#interface a p{
	float: left;
	padding: 20px 0px 0px 20px;
	font-size: 18px;
}
#interface{
	width: 100%;
min-height: 100%;
margin: auto;
}
.storyimg{
	display: block;
	margin: auto;
	width: 80%;
	height: 70%;
	padding: 60px;
	background: white;
	}
.buttons{
	display: block;
	height: 70%;
	width: 70%;
	margin: auto;
	margin-top: 10px;
}
audio{
	display: block;
	margin: auto;
	width: 80%;
	height: 27px;
}
.choice_b, .choice_c{

	}
.choice_d, .choice_a{

}
.choice_a img, .choice_b img, .choice_c img, .choice_d img{
	height: 40px;
}
p.ende{
	text-align: center;
	margin-top: 80px;
	font-size: 24px;
	color: #089a14;
}
#footer a{
	color: white;
	display: inline-block;
	margin: 12px 0px 0px 50px;
	color: #ededed;
	font-size: 11px;
}
#footer a:first-child{
	margin-left: 600px;
}
.upload{
	margin: 50px;
}
.upload label{
	font-size: 18px;
	color: #089a14;
	margin-right: 10px;
}
.upload form{
	margin-left: 100px;
}
.upload h4{
	color: #089a14;
	font-size: 24px;
	margin-bottom: 30px;
}
