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


body {
background-color: #000;
margin-top: 0;
margin-left: 0;
}
h1, h2, h3 {
color: #dedede;
font-family: 'DaxWeb-Light', sans-serif;
}

h1 {
	font-size: 2.8em;
	margin-bottom: 0;
	font-weight: normal;

}
h3 {
	padding-top: 0;
	margin-top: 7px;
	font-weight: normal;
}


#mainwrapper {
	width: 1260px;
	height: 880px;
	margin: 60px auto auto;
	
	
	
}
#maintitle {
	text-align: center;
	margin-top: 40px;

}

#contentwrap {
	height: 748px;
	margin-top: 40px;
	}
	

#navwrap {
	height: 650px;
	width: 190px;
	margin-top:20px;
	margin-left: 10px;
	float: left;
	margin-left: 15px;
}
#navwrap_contact {
	height: 650px;
	width: 190px;
	margin-top:50px;
	margin-left: 17px;
	float: left;
}

.mainlist {
	list-style: none;
	padding-left:2px;
	width: 190px;
	margin: 0;
	float: left;
	
	}
	
.mainlist .submenu {
	list-style: none;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 15px;
	line-height: 1.2em;
	display: none;
	}	
.mainlist a {
   font-family: 'UbuntuLightRegular' !important; 
   outline: none;
   text-decoration: none;
   line-height: 1.4em;
   font-size: 0.9em;
   -webkit-transition: color 1000ms;
   -moz-transition: color 1000ms;
   color: #ccc;
}
.mainlist li a {
   color: #ddd;
   /*line-height: 1.8em;*/
   -webkit-transition: color 600ms;
   -moz-transition: color 600ms;
}
	
.mainlist li a:hover {
	/*color:#66b4f7;*/
	color: #4bc967;
	-webkit-transition: color 0s;
	-moz-transition: color 0s;
	}
	
#imgcontainer {
	
	margin-left: 205px;
	
}
#imgwrap {
   font-family: 'DaxWeb-Light';
   width: 840px;
   height: 650px;
}

#imgwrap div {
	width: 840px;
   height: 650px;
	text-align: center;
}
#kontaktdiv {
   font-family: 'DaxWeb-Light';
   font-size: 0.95em;
   width: 640px;
   height: 450px;
   padding-top: 25px;
   padding-left: 60px;
   color: #dedede;
}
#kontaktdiv a:link {
   color: #edcb53;
   text-decoration: none;
}
#kontaktdiv a:visited {
   color: #edcb53;
   text-decoration: none;
}
#kontaktdiv a:hover {
   color: #ff6f45;
   text-decoration: none;
}


#kontaktdiv p {
   line-height: 1.4em;
}
#kontaktdiv h2  {
   border-bottom: 1px solid #959595;
   color: #959595;
}
#kontaktdiv .recht {
   border-bottom: 1px solid #959595;
   color: #959595;
}

.imgtitle {
	font-family: 'UbuntuRegular';
	color: #777;
	font-weight: normal;
	font-size: 0.9em;
	margin-top: 8px;
	/*margin-left:320px;*/
	width: 840px;
	text-align: center;
}
.imgtitle .subtitle {
   color: #fff;
   font-family: 'DaxWeb-Light';
   
}

.subtitle {
   color: #ff0;
   font-weight: normal;
   line-height: 1.5em;
   color: #ddd;
   margin-top: 5px;
}
/*#controls {
	text-align: center;
	width: 260px;
	margin-left: 581px;
	height: 40px;
	background: #333;
	border: 1px solid red;
	color: #fff;
}*/
#controlbuttons {
 	text-align: center;
 	width: 840px;
 	margin-top: -2px;
 	cursor: pointer;
 	
 	
}
#controlbuttons #playControl {
  top: -6px;
  position: relative;
  font-family:'DaxWeb-Light';
  font-size: 0.9em;
  color: #888;
  cursor: pointer;
}

#controlbuttons #playControl:hover {
   color:#ffe99b;
}

.control  {
	padding: 5px 5px;
	text-decoration: none;
	margin-left: 5px;
}








