/* 	
	Table of Contents 
	
	[0] content
	
*/

/* content */

#content{
	position: absolute;
	width: 600px;
	height: 400px;
	left: 465px;
	top: 50%;
	margin-top: -200px;
}
footer{
	position: absolute;
	width: 700px;
	height: 25px;
	left: 365px;
	top: 530px;
	text-align: right;
}
#subnavigation{
	position: absolute;
	width: 115px;
	height: 315px;
	top: 50%;
	margin-top: -152px;
	left: 0px;
	display: none;
}
#contentcontainer{
	position: absolute;
	width: 482px;
	height: 420px;
	left: 120px;
	top: 50px;
}
video{
	width: 480px;
}
/* classes */
.scroll-pane {
	width: 115px;
	height: 312px;
	overflow: auto;
	outline-offset: none;
	outline:none;
}
.subnav-image{
	width: 99px;
	height: 59px;
	display: block;
}
.subnav-point{
	position: relative;
	width: 100px;
	height: 60px;
	display: block;
	float: left;
	margin-bottom: 3px;
	/*padding: 3px;
	background-color:#fff;*/
}
.small{
	font-size: 15px;
}
.white{
	color: #ffffff;
}
.small-white-headline{
	font-size: 15px;
	color: #ffffff;
}
.small-black{
	font-size: 10px;
	color: #000000;
}
.caption{
	display:none;
}
.caption-background{
	position: absolute;
	display: block;
	top: 41px;
	height: 20px;
	width: 100px;
	margin: 0px;
	z-index: 1;
	background-color: #ffffff;
	-moz-opacity:0.75; -khtml-opacity:0.75; opacity:0.75;
	filter:alpha(opacity=75);
}
.caption-foreground{
	position: absolute;
	margin: 0px;
	padding: 5px;
	padding-left: 7px;
	display: block;
	height: 20px;
	width: 100px;
	top: 41px;
	z-index: 2;
}
.error{
	position: relative;
	width: 350px;
	left: 30px;
	color: #ff0000;
	font-size: 15px;
}
