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


* {
	font-family: 'Abel', sans-serif;
	font-size:14px;
	color:#1d1b15;
	text-decoration:none;
	margin:0px;
}

body{
	background:#fff url(../image/rough_diagonal/rough_diagonal.png);
	background-attachment:scroll;
	background-repeat:repeat;
	height:100%;
	
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#content {
	color:#000;
	width:650px;
	padding:10px 150px;
	border:1px solid #fff;
	background-color:transparent;
	box-shadow: 5px 5px 50px #000;
	height:500px;
	margin:10px auto;
}

#banner {
	background-image:url(../image/Home_Banner_Waterfalls_bw.png);
	background-position:left;
	background-repeat:repeat-x;
	width:100%;
	height:184px;
}

#banner_about {
	background-image:url(../image/About_Banner.png);
	background-position:left;
	background-repeat:repeat-x;
	width:100%;
	height:184px;
}

#banner_impressum{
	background-image:url(../image/Impressum_Banner_s.png);
	background-position:left;
	background-repeat:repeat-x;
	width:100%;
	height:184px;
}

#content p{
	height:75px;
}

a img {
	opacity:0.9;
	filter:alpha(opacity=90);
}


#content img {
	opacity:1;
	filter:alpha(opacity=100);
}

hr{
	border:0px;
	der-top: solid 1px #d8d4d4;
	border-bottom: transparent;
 	background-image:none;
	background-color:#f1f0f4;
	width:950px;
	margin:0px auto;
	padding-bottom:25px;
	padding-top:0px;
	margin-top:0px;
	
}

h1{
	font-family: 'Open Sans', sans-serif; 
	font-size:24px; 
	color:#1d1b15;
	height:20px;
}

#info{
	height:85px;
	padding:10px;
	width:750px;
	margin:0px auto;
}

#info p{
	font-family: 'Abel', sans-serif;
	font-size:18px;
	margin:2px auto;
}

#navigation {
	float:left;
	width:100px;
	height:445px;
	margin:25px auto;
	padding:0px;
}

#showreel {
	width:700px;
	height:425px;
	margin:25px auto;
	padding:10px 0px;
	border:1px solid #858585;
	box-shadow: 2px 2px 35px #999999;
	-webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s; /* Firefox < 16 */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera < 12.1 */
    animation: fadein 4s;
}

td{
	width:200px;
	margin:10px;
}

#wrapper {
	background-color:transparent;
	width:1000px;
	text-align:center;
	min-height: 100%;
	height:650px;
	margin:10px auto;
}

a:hover{
	color:#a5a29e;
}

#categories{
	font-size:22px;
	text-align:left;
	list-style-type:square;
}	

#categories li{
	margin:5px 20px;
}

#advertisement{
	width:768px;
	height:130px;
	padding:auto;
	margin:auto;
	background:#f1f0f4;
}

.video{
	width:863px;
	height:490px;
	padding:10px;
	margin:auto;
	border:1px solid #d8d4d4;
	-moz-box-shadow: 0px 0px 10px #bababa;
	-webkit-box-shadow: 0px 0px 10px #bababa;
}

.eintrag{
	list-style-type:upper-roman;
	margin:auto;
	border:none;
	margin:10px;
	background:#f1f0f4;
	color:#000;
}

#form{
	color:#000;
	width:650px;
	padding:100px 150px 0px 150px;
	border:1px solid #fff;
	background-color:transparent;
	box-shadow: 5px 5px 50px #000;
	height:420px;
	margin:10px auto;
}

#form td{
	color:#000;
}

.link{
	color:#808080;
}

#footer p{
	background:#fff;
	color:#000;
}

#footer a:hover{
	color:#b1b1b1;
}

#footer {
	width:100%;
	background:#fff;
	text-align:bottom;
	margin:0px;
	height:55px;
	position:fixed;
	bottom:0px;
	border-top:1px solid #555555;
}

#footer li a{
	font-size:18px;
}

#footer table {
	width:100%;
	height:auto;
	margin:auto;
	padding:0px 20px 10px 20px;
	color:#000;
}

#update{
	width:400px;
	float:left;
	margin:0px;
	padding:20px;
	text-align:left;
}

#about{
	color:#000;
	width:875px;
	padding:10px 25px 10px 50px;
	border:1px solid #fff;
	background-color:transparent;
	box-shadow: 3px 3px 30px #000;
	height:500px;
	margin:50px auto;
	-webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s; /* Firefox < 16 */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera < 12.1 */
    animation: fadein 4s;
}

#about p{
	color:#000;
}

#about p i{
	color:#000;
}

#about span{
	color:#000;
}

#contactform{
	width:425px;
	float:right;
	border-left:1px solid #858585;
	padding-left:25px;
	padding-top:20px;
}

#kontakt{
	color:#000;
	width:700px;
	padding:30px 40px;
	border:1px solid #fff;
	background-color:transparent;
	box-shadow: 3px 3px 30px #000;
	height:220px;
	margin:100px auto;
	-webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s; /* Firefox < 16 */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera < 12.1 */
    animation: fadein 4s;
}

#kontakt p{
	color:#000;
}

#kontakt a{
	color:#000;
}

#kontakt a:hover{
	font-size:22px;
}

#impressum{
	width:400px;
	color:#000;
	margin:0px;
	padding-top:10px;
	text-align:left;
}

#skip{
	list-style-type:square;
	width:300px;
	margin:0px;
	padding:0px;
	text-align:right;
}

#skip ul{
	list-style-type:square;
	float:right;
}

#impressum ul{
	float:right;
	list-style-type:none;
}

#impressum li{
	float:left;
	padding:0px 7px;
}

#impressum a{
	display:block;
	font-size:15px;
	color:#000;
}

.titlec {
  font-size: 12px;
  font-family: Arial;
  color: #c0c0c0;
  font-weight: bold;
}
ul.videos li {
  float: left;
  width: 160px;
  margin-bottom: 1em;
  cursor: pointer;
}

ul.videos
{
  margin-bottom: 1em;
  padding-left : 0em;
  margin-left: 0em;
  list-style: none;
  font-family: Arial;
  color: #c0c0c0;
  font-weight: bold;
}

.images {
  opacity: 0.8;
}


.images:hover {

opacity: 1;

}

li {
	padding:auto;
}

#youtubefeed{
	color:#000;
	width:900px;
	padding:60px 25px 0px 25px ;
	border:1px solid #fff;
	background-color:transparent;
	box-shadow: 5px 5px 50px #000;
	height:460px;
	margin:10px auto;
}

