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

html, body, #content {
	width:100%;
	height:100%;
	overflow:hidden;
	margin:0;
	font-family: 'Simonetta', Georgia, Arial;
	font-size:16px;
	font-style:normal;
	color:#000;
}
html a{
 text-decoration:none;
 color:#a5a5a5;
 font-weight:bold;	
}
/* full size background scaling*/
#content {
	background:url(../images/bg1.jpg) no-repeat;
	/*background-size:100% 100%;*/
	background-size:cover;
}
#cntarea {
	position: absolute;
	width: 800px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-top: -90px;
	margin-left: -400px;
}
/*content sites*/
#content-site {
	width: 700px;
	height:445px;
	padding:25px 50px 25px 50px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 400px;
}
#content-site h1 {
	font-size:16px;
	font-style:normal;
	color:#000;
	margin:18px 0px 6px 0px;
}
#content-site h2 {
	font-size:17px;
	font-style:normal;
	color:#000;
	margin:15px 0px 6px 0px;
}
#content-site p {
	color:#000;
	margin:0px;
}
#entrance {
	position: absolute;
	width: 300px;
	height: 450px;
	top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-left: -150px;
}
/* navigation */
#nav {
	display:block;
	position: absolute;
	width: 800px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -400px;
}
#news {
	display:block;
	position: absolute;
	background-image:url(../images/nav/news.png);
	width:140px;
	height:35px;
	text-decoration:none;
	background-repeat:no-repeat;
}
#news:hover {
	background-image:url(../images/nav/newsh.png);
}
#release {
	position: absolute;
	left:180px;
	display:block;
	background-image:url(../images/nav/release.png);
	width:204px;
	height:35px;
	text-decoration:none;
	background-repeat:no-repeat;
}
#release:hover {
	background-image:url(../images/nav/releaseh.png);
}
#bio {
	position: absolute;
	left:424px;
	display:block;
	background-image:url(../images/nav/bio.png);
	width:140px;
	height:35px;
	text-decoration:none;
	background-repeat:no-repeat;
}
#bio:hover {
	background-image:url(../images/nav/bioh.png);
}
#live {
	position: absolute;
	left:534px;
	display:block;
	background-image:url(../images/nav/live.png);
	width:140px;
	height:35px;
	text-decoration:none;
	background-repeat:no-repeat;
}
#live:hover {
	background-image:url(../images/nav/liveh.png);
}
#links {
	position: absolute;
	left:670px;
	display:block;
	background-image:url(../images/nav/links.png);
	width:140px;
	height:35px;
	text-decoration:none;
	background-repeat:no-repeat;
}
#links:hover {
	background-image:url(../images/nav/linksh.png);
}
#imprint {
	position: absolute;
	width: 250px;
	height: 14px;
	top: 50%;
	left: 50%;
	margin-top: 280px;
	margin-left: -400px;
}
#imprint a{
	font-family: 'Simonetta', Georgia, Arial;
	font-size:11px;
	font-style:	normal;
	font-weight:200;
	color:#FFFFFF;
}

/* icobar */
#icobar {
	/*border:1px solid white;*/
	display:block;
	position: absolute;
	width: 175px;
	height: 144px;
	top: 50%;
	left: 50%;
	margin-top: 240px;
	margin-left: 210px;
}
#mail {
	display:block;
	position: absolute;
	background-image:url(../images/icobar/mail.png);
	width:44px;
	height:44px;
	text-decoration:none;
	background-repeat:no-repeat;
}
#mail:hover {
	background-image:url(../images/icobar/mailh.png);
}
#facebook {
	display:block;
	left:66px;
	position: absolute;
	background-image:url(../images/icobar/facebook.png);
	width:44px;
	height:44px;
	text-decoration:none;
	background-repeat:no-repeat;
}
#facebook:hover {
	background-image:url(../images/icobar/facebookh.png);
}
#twitter {
	display:block;
	left:132px;
	position: absolute;
	background-image:url(../images/icobar/twitter.png);
	width:44px;
	height:44px;
	text-decoration:none;
	background-repeat:no-repeat;
}
#twitter:hover {
	background-image:url(../images/icobar/twitterh.png);
}

/* entrance & site logo*/
.slogo {
	width:300px;
	height:400px;
	background:url(../images/teaser.png);
	background-repeat:no-repeat;
	border:none;
	background-position:center;
}
.logo {
	width:800px;
	height:50x;
	background:url(../images/logo.png);
	background-repeat:no-repeat;
	border:none;
}
.soundl{
	display:block;
	float:right;
	margin-right:45px;
	border:none;
	width:11px;
	height:15px;
	background:url(../images/speaker.png);
	background-repeat:no-repeat;

}
.soundl:hover{
	display:block;
	float:right;
	margin-right:45px;
	border:none;
	width:11px;
	height:14px;
	background:url(../images/speaker_hover.png);
	background-repeat:no-repeat;

}
td{
	color:#868686;	
}
