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



h1 {
	font-size: 7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;	
}

/*Styles für die Formatierung der Previews inkl. Scrollbalken*/

    #content-slider {
		
	width: 302px;
	margin: 5px;
	height: 7px;
	position: absolute;
	left:70%;
	margin-left:-150px;	
	background-image: url(/images/scrollbackground.png);
	background-repeat: no-repeat;
	
    }

    .content-slider-handle {
	position: absolute;
	top: -4px;
	font-size: 1.5em;
	color:#C00;U  
	
    
    }

    #content-scroll {
	
	position: relative;
      width: 100%;
      height: 250px;
      
      overflow: hidden;
      
	  
    }

    #content-holder {
      
      height: 250px;
	  
    }

    .content-item {
    
	
	  margin-top: 10px;
      height: 250px;
      padding: 15px;
      float: left;
  }
  
  .clip-container {
	float: none;
}

.clip_wrapper {
	position: relative;
	margin: 10px;
	float:left;
	white-space:nowrap;
	height: 300px;
	clear:none;
}

.clip {
	
	z-index: 1;
	height: 180px;
	width: 320px;
	cursor: pointer;
	text-align:center;
	
}

.dropit {
	position: relative;
	padding-top: 60px;
	z-index: 2;
	text-align:center;
	top: -180px;
	height: 120px;
	width: 320px;
	background-image: url(/images/white_trans_pxl_33percent.png);
	cursor: pointer;
}

.display_none{display:none;}

.playbutton {
	
margin-top: 95px;
margin-left: 200px;

}

.clipinfo {
	font-size:0.7em;
	color:#333;
	font-family: Tahoma, Geneva, sans-serif;	
}

  
  /* styles für die formatierung des shadowbox players*/
  
  	.title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bold;	
	padding-bottom: 10px;
	}
	
	li { 
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	float: left;
	list-style-type: none;
	font-size: 0.7em;
	
	
	}
	
	

/* about */

.horizontal_wrapper {
	

width: 100%;
height: 100%;

}

.timeline {
	
	margin-top: 270px;
	width: 47px;
	height: 20px;
	text-align:right;
	padding-right: 5px;
	float:left;
	overflow:visible;
	background-image: url(/images/timeline.png);
	border-right: 1px solid black;
	background-repeat: no-repeat;
	
}

.timeline_content {
	width:350px;
	height:290px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	background-image: url(/images/timeline.png);
	background-repeat: no-repeat;
	background-position: 0px 270px;
	overflow-y: visible;
}


.year {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	margin-top: 5px;
	cursor: pointer;
	color: #C00;
	z-index: 8;
		
	
}

#content_1991 {
	
	position: absolute;
	top:100px;
	width: 400px;
	left: 45px;
	
}

#content_1997 {
	
	position: absolute;
	top:75px;
	width: 400px;
	left: 180px;
	
}

#content_2007 {
	
	position: absolute;
	top:40px;
	width: 430px;
	left: 300px;
	
}


/* team */

.team_column {
	
	position:relative;
	top: 120px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	float: left;
	height: 100px;
	margin-top: 20px;
	margin-left: 100px;
	text-align:center;
}



h3 {
	
	
	font-size: 1.2em;
	font-weight:bold;
	letter-spacing: 0.1em;
	
	
}

.team_function {
	
	font-size: 0.9em;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	font-weight: bold;
	
	
}


a.innertext {
	
	font-size: 1em;
	color:#C00;
	font-weight:normal;
	
}

a:hover.innertext { 

color:#000

}

/*jobs*/

.jobs_content {
	width: 400px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	padding-left: 60px;
	padding-top: 150px;
}

.firstletter {
	
	color: #C00;
	display: inline;
	float: left;
	font-size: 2.6em;
	line-height: 0.8em;
	text-transform: uppercase;
	font-weight: 400;
	padding-left: 4px;
	margin:0.05em 0.14em 0 -3px;
	
}

/* contact */

.contact_content {


	position:relative;
	
	width: 200px;
	padding-left: 20px;
	height: 300px;
	float: left; 
	
	
}

p.bottom {
	
	position:absolute;
	bottom:30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
}

#disclaimer {

display:none;
margin-left: 440px;

	
}

/* login content */

.login_content {
	
	
	margin-top: 200px;
	margin-left: 60px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;	
	
}

.login_form {
	
	background-color: #000;
	border: thin dotted #FFF;
	color:#FFF;


}


	.row {
		width: 360px;
		clear: both;
		padding: 5px;
	}

	.label {
		
		width: 150px;
		font-weight: bold;
		text-align: right;
		font-size: 12px;
		float: left;
	}
	
	.form {
	border: 1px solid black;
	height: 20px;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#FFF;
	font-weight:bold;
	
	
		
	}

	.formw {
		
		width: 200px;
		float: right;
		text-align: left;
	}

	.error {
		font-size: 0.8em;
		color: #984421;
		font-weight: 500;
		
	}
	
