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

body {
	
	background-image: url(../img/site_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	
	
}

a:visited { 
color: #FFFFFF;

	
}

#container {
	
	width: 960px;
	height: 600px;
	margin: 0px auto;

}


#header {
	
	width: 960px;
	height: 150px;
	float: left;

}

#header_nav {
	width:150px;
	height:140px;
	float:left;
	margin-left: 800px;
	margin-top: 10px;
}

#header_language {
	width:150px;
	height:40px;
	float:left;
	text-align:right;
}

#header_extlink {
	width:150px;
	height:50px;
	float:left;
	text-align:right;
}

#functional_nav {
	
	width: 960px;
	height: 15px;
	float: left;
	background-color:#000000;

}

#functional_nav a{
	
	color: #cccccc;
	text-decoration: none;
	

}

#functional_nav a:hover{
	
	color: #fff;
	text-decoration: none;
	

}

#functional_left {
	
	width: 450px;
	text-align: left;
	float:left;
	padding-left: 10px;
	
}

#functional_left img{
	
	vertical-align: middle;
	margin-right: 5px;
}

#functional_left ul{
	
	list-style-type: none;
	
}

#functional_left ul li{
	
	float:left;
	margin-right: 10px;
	
}

#functional_right {
	
	width: 490px;
	text-align: right;
	float:left;
	
}

#header_image {
	
	width: 960px;
	height: 135px;
	float: left;
	background-image:url(../img/header_bg.jpg);
	background-repeat: no-repeat;

}

#content_home {
	
	width: 960px;
	height: 451px;
	float: left;
	background-image:url(../img/content_bg.jpg);
	background-repeat: repeat-x;
}

#content_story {
	
	width: 960px;
	height: 980px;
	float: left;
	background-image:url(../img/content_bg.jpg);
	background-repeat: repeat-x;
}

#content_team {
	
	width: 960px;
	height: 800px;
	float: left;
	background-image:url(../img/content_bg.jpg);
	background-repeat: repeat-x;
	background-repeat: repeat-y;
}

#content_team_bio {
	
	width: 960px;
	height: 1300px;
	float: left;
	background-image:url(../img/content_bg.jpg);
	background-repeat: repeat-x;
	background-repeat: repeat-y;
}

#content_video {
	
	width: 960px;
	height: 580px;
	float: left;
	background-image:url(../img/content_bg.jpg);
	background-repeat: repeat-x;
}

#main_nav{
	
	width: 190px;
	padding:0;
	min-height: 100%;
	height:100%;
	float: left;
	position: relative;
	background-image:url(../img/menu_bg.jpg);
	background-repeat: repeat-y;
}

.nav_item{
	
	width: 111px;
	padding:0;

	
	float: left;
	
}
#submenu {
	width:115px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: bold;
	height: 70px;
}

#submenu_media {
	width:110px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: bold;
	height: 40px;
}

#submenu .selected{
	
	color: #FFFFFF;
	
	

}

#submenu a{
	
	color: #CCC;
	text-decoration: none;

}

#submenu a:hover{
	
	color: #FFF;

}


#submenu_media .selected{
	
	color: #FFFFFF;
	
	

}

#submenu_media a{
	
	color: #CCC;
	text-decoration: none;

}

#submenu_media a:hover{
	
	color: #FFF;

}

#nav_wrapper{
	
	float:left;
	width: 111px;
	margin-top: 10px;
	margin-left: 35px;
	min-height: 100%;
	height:100%;
	
}

#nav_image_home{
	
	float:left;
	width: 190px;
	height:103px;
	text-align: center;
	position:absolute; 
	bottom:10px;
	left: 0px;
	background-image:url(../img/nav_image_home.gif);
	background-repeat: no-repeat;
	background-position: center;
	
}

#nav_image_start{
	
	float:left;
	width: 190px;
	height:163px;
	text-align: center;
	position:absolute; 
	bottom:10px;
	left: 0px;
	background-image:url(../img/nav_image_start.gif);
	background-repeat: no-repeat;
	background-position: center;
	
}

#nav_image_story{
	
	float:left;
	width: 190px;
	height:103px;
	text-align: center;
	position:absolute; 
	bottom:10px;
	left: 0px;
	background-image:url(../img/nav_image_story.gif);
	background-repeat: no-repeat;
	background-position: center;
	
}

#nav_image_team{
	
	float:left;
	width: 190px;
	height:103px;
	text-align: center;
	position:absolute; 
	bottom:10px;
	left: 0px;
	background-image:url(../img/nav_image_team.gif);
	background-repeat: no-repeat;
	background-position: center;
	
}


#stage {
	float:left;
    width: 770px;
	
}


/* ####################################################################################################
   #  CONTENTS
   ##################################################################################################### */

#stage_home {
	float:left;
	width: 766px;
	height: 450px;
	margin-left: 4px;
	margin-top:1px;
	
}

#stage_story {
	float:left;
	width: 660px;
	height: 825px;
	margin-left: 55px;
	margin-top:10px;
	
}

#story_header {
	float:left;
	width: 660px;
	height: 177px;
	
}

#news_header {
	float:left;
	width: 660px;
	height: 137px;
	
}

#story_content {
	margin-top:5px;
	float:left;
	width: 620px;
	height: 600px;
	background-color: #d8d8d8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding: 20px;
	line-height: 16px;
	
}

#news_content {
	margin-top:5px;
	float:left;
	width: 620px;
	height: 350px;
	background-color: #252c33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding: 20px;
	line-height: 16px;
	
}

#news_content a{
	color: #CCCCCC;
	
	
}

#news_content h2{
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 5px;
	
}

#news_content h1{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #bbb635;
	
}

.news_content_text {
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	margin-bottom:20px;
	line-height: 18px;

}

#story_content a{
	
	text-decoration: none;
	color: #666;
	
}

#story_content img{
	vertical-align: middle;
	
}

#stage_team {
	float:left;
	width: 660px;
	height:700px;
    margin-bottom: 20px;
	padding-bottom:20px;
	margin-left: 55px;
	margin-top:10px;
	background-image: url(../img/site_bg.png);
	background-repeat: repeat;
	
	
}

#stage_team_bio {
	float:left;
	width: 660px;
	height:1200px;
    margin-bottom: 20px;
	padding-bottom:20px;
	margin-left: 55px;
	margin-top:10px;
	background-image: url(../img/site_bg.png);
	background-repeat: repeat;
	
	
}

#stage_video {
	float:left;
	width: 660px;
    margin-bottom: 20px;
	padding-bottom:20px;
	margin-left: 55px;
	margin-top:10px;
	text-align: center;

	
}

#stage_photo {
	float:left;
	width: 660px;
    margin-bottom: 20px;
	padding-bottom:20px;
	height:481px;
	margin-left: 55px;
	margin-top:10px;
	text-align: center;
	background-image:url(../img/bg_photos.jpg);
	background-repeat: no-repeat;

	
}

#stage_imprint{
	float:left;
	width: 660px;
    margin-bottom: 20px;
	padding-bottom:20px;
	margin-left: 55px;
	margin-top:10px;
	background-color: #2b2b2b;
	height: 100%;
	
}

#imprint_content {
 width: 630px;
 margin-left: 15px;
 margin-top: 25px;
 float:left;
 font-size: 13px;
 line-height: 16px;
}

#imprint_content a{
color: #ccc;
text-decoration: none;}


#imprint_content a:hover{
color: #fff;
text-decoration: none;}

#stage_song {
	float:left;
	width: 660px;
	height:481px;
    margin-bottom: 20px;
	padding-bottom:20px;
	margin-left: 55px;
	margin-top:10px;
	text-align: center;
	background-image:url(../img/bg_songs.jpg);
	background-repeat: no-repeat;

	
}

#song_player {
margin-left: 250px;

}

#stage_song a{
	color: #111;
	text-decoration: none;
	font-size: 13px;

	
}

#team_text {
	
	width:330px;
	float:left;
	padding-top: 40px;
	margin-left: 45px;
	margin-right: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	height: 100%;
	
}

#team_text_bio {
	
	width:330px;
	float:left;
	padding-top: 40px;
	margin-left: 45px;
	margin-right: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: regular;
	line-height: 16px;
	height: 100%;
	
}

#team_image {
	width: 233px;
	padding-top: 5px;
	float:left;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#team_image a:link{
	color: #FFFFFF;
	

}

#team_image a:hover{
	color: #CCCCCC;
	

}

.statement {
	font-size: 20px;
	width:100%;
	float:left;
	margin-bottom:30px;
	line-height: 25px;
	
	
}

.htext {
	

	width: 100%;
	float:left;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	
}

.story{
	
	color: #666;
	width: 100%;
	float: left;
	font-weight: bold;
}

ul {
	margin: 0;
	padding: 0;
	float:left;
	width:100%;
}

li {
    margin: 0;
	padding: 0;
}

.thumb_image {
	float:left;
	width: 200px;
	height: 152px;
	margin-top: 5px;
	margin-left: 5px;
	

}