html,
body{
	margin:0;
	padding:0;
    height:100%;
    background-image: url("../img/background_lines.jpg");
}

#centerwrapper{
	margin:0 auto;
	width:790px;
}

#container{
	float:left;
	clear:both;
	background-image: url("../img/transparancy_white.png");
	width:790px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
}

#header{
	background-image: url("../img/header.png");
	text-align:center;
	font-size: 18px;
	color: #646464;
	width:790px;
	height:31px;
	padding-top:100px;
}


/* NAVIGATION START */
#navigation{
	margin-top:30px;
	float:left;
	width:690px;
	margin-left:100px;
}

#navigation a{
	float:left;
	padding-top:1px;
	text-align:center;
	font-size: 18px;
	width: 86px;
	margin-right: 10px;
	height: 22px;
}

.link{
	color:#646464;
	text-decoration:none;
}

.activelink{
	color:#141414;	
	text-decoration:underline;
}

#navigation a:hover{
	color:#141414;	
	text-decoration:underline;
}

/* NAVIGATION END */

/* CONTENT START */
#content{
	width:590px;
	text-align:center;
	padding:40px 100px 0px 100px;
	clear:both;
}

h1{
	color:#141414;
	font-weight: normal;
	font-size:24px;
}

.headline{
	text-align:center;
	padding:2px 10px;
	width:590px;
	margin:0;
	margin-bottom:20px;
	height:30px;
}

.headlineLeft{
	float:left;
	text-align:center;
	padding:2px 10px;
	width:314px;
	height:30px;
	margin:0;
}
.headlineRight{
	float:right;
	background:#C8C8C8;
	text-align:left;
	padding:2px 10px;
	width:314px;
	height:30px;
	margin:0;
	margin-right:-100px;
}

h2{
	text-align:left;
	font-size:18px;
	color:#141414
}
p{
	font-size:14px;
	color:#646464;
}



.textLeft{
	float:left;
	text-align:left;
	width:320px;
}
.textMiddle{
	float:left;
	text-align:left;
	width:590px;
}

.textMiddle a{
	color:#646464;
}
.textMiddle a:hover{
	color:#141414;
}

.textRight{
	float:right;
	text-align:right;
	width:590px;
}

.imageRight{
	float:right;
	margin-right:-22px;
	margin-top:10px;
}

#pictureSlider{
	float:left;
	margin:20px 90px 40px;
	width:410px;	
}
.rahmen{
	position: absolute;
	z-index:100;
}

#pictureSliderControls{
	float:left;
	margin-left: 104px;
	width:200px;
}
#pictureSliderControls a{
	float:left;
	margin-top:7px;
	width:50px;
	height:50px;
}
.prev{
	background-image:url("../img/prev_off.png");
}
.prev:hover{
	background-image:url("../img/prev_on.png");
}
.next{
	background-image:url("../img/next_off.png");
}
.next:hover{
	background-image:url("../img/next_on.png");
}
#pictureSliderControls>a>img{
	opacity:0;
}
.pictureCounter{
	float:left;
	font-size:18px;
	width:100px;
}
.trenner{
	float:left;
	clear:both;
	padding:0 135px;
	margin-bottom:20px;
}

.videos{
	float:left;
	margin-top:45px;
}
iframe{
	margin-top:25px;
}
.videodescription{
	float:right;
}
#downloads{
	margin-top:20px;
	margin-bottom:40px;
	padding-left: 61px;
	height:220px;
}

.downloadLink{
	text-decoration:none;
	float:left;
	text-align:right;
	width:408px;
	height:50px;
	background:#C8C8C8;
	margin:0;
	margin-top:15px;
	padding:3px 35px;
}
.downloadLink:hover{
	background:#D8D8D8;
}
.downloadLink img{
	float:left;
	margin-top:5px;
}
.downloadLink h3{
	color:#141414;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.downloadLink p{
	color:#fff;
	margin:0;
	padding:0;
}

#libraries{
	margin-top:30px;
	margin-left:61px;
	float:left;
	width:500px;
}
#libraries a{
	color:#141414;
}
#libraries a:hover{
	color:#646464;
}
.thanks{
	float:left;
	width:590px;
}
.thanks h2{
	font-weight:normal;	
}

.thanksTitle{
	color:#646464;
}


.imprint{
	margin-top:40px;
}
/* CONTENT END */

/* FOOTER START */
#footer{
	float:left;
	clear:both;
	width:790px;
	margin-top:30px;
	height:50px;
	text-align:center;			
}

#footer a{
	padding-top:20px;
	font-style:italic;
	color:#C8C8C8;
	text-decoration:none;
}
#footer a:hover{
	color:#646464;
}