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

@import 'format.css';
@import 'forjoy.css';


/*****************************
 Formatierung
 ****************************/
body
{
	color: #333;
	font-size: 12px;
	background: black;
	background-position: center;
	background-repeat: no-repeat;
}
div#content *
{
	font-family: Verdana, Geneva, sans-serif;
	color: #c1c1c1;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}
div#content ul#musikerList p
{
	font-style: italic;
	padding-left: 2em;
}
div#content ul#musikerList p img
{
	max-height: 120px;
	margin-right: 1em;
	float: left;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}
div#content ul#musikerList li
{
	background-image: url('images/list-arrow.gif');
	background-repeat: no-repeat;
	line-height: 1.0em;
}
div#content ul#musikerList li h2
{
	margin: 0px;
	margin-bottom: 0.5em;
	line-height: 1em;
	padding-left: 2em;
}
div#content ul#musikerListE p
{
	font-style: italic;
	padding-left: 2em;
}
div#content ul#musikerListE p img
{
	max-height: 120px;
	margin-right: 1em;
	float: left;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}
div#content ul#musikerListE li
{
	background-image: url('images/list-arrow.gif');
	background-repeat: no-repeat;
	line-height: 1.0em;
}
div#content ul#musikerListE li h2
{
	margin: 0px;
	margin-bottom: 0.5em;
	line-height: 1em;
	padding-left: 2em;
}
div#content h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin-bottom: 0.5em;
	color: #9b9b9b;
}
div#content h2
{
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 0px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #bcbcbc;
}
div#content a
{
	color: inherit;
}
div#content #musikerList img
{
	margin-top: 5px;
}
div#content label
{
	display: inline-block;
	width: 100px;
}
.right
{
	float: right;
}
.left
{
	float: left;
}

.left img
{
	margin-right: 1em;
	margin-bottom: 1em;
}
.right img
{
	margin-left: 1em;
	margin-bottom: 1em;
}
div#info-content *
{
	font-family: Verdana, Geneva, sans-serif;
	color: #c1c1c1;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}
div#info-content h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin-bottom: 0.5em;
	color: #9b9b9b;
}
div#info-content h2
{
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 0px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #9c9c9c;
}
div#IntroLinks
{
	font-size: 14px;
	margin-top: 1em;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #acacac;
}
div#IntroLinks a
{
	font-size: 14px;
	margin-top: 1em;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #9c9c9c;
}
/****************************
 Layout
 ****************************/
html, body
{
	width: 100%;
	height: 100%;
	
}
div#wrapper
{
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: hidden;
	width: 960px;
	height: 640px;
	margin-left: -480px;
	margin-top: -320px;
	background: white;
}
div#site
{
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
div#content
{
	width: 590px;
	padding-right: 10px;
	padding-bottom: 50px;
	height: 230px;
	overflow: auto;
}
div#info-content
{
	width: 590px;
	padding-right: 10px;
	padding-bottom: 50px;
	height: 450px;
	overflow: auto;
}

/****************************
 Navigation
 ****************************/
div#nav 
{
	top: 100px; 
	left: 15px;
}

div#nav li ul,
div#nav li.active ul ul
{
	display: none;
}
div#nav ul
{
	margin-left: 50px;
}
div#nav ul ul li a
{
	width: 100%;
}
div#nav ul ul ul
{
	margin-left: 20px;
}
div#nav li ul,
*:first-child+html div#nav ul ul ul
{
	margin-left: 0px;
}
div#nav li a
{
	text-align: left;
}
div#nav a
{
	color: #FFF;
}
div#nav span,
div#nav li.active>a
{
	color: #000;
}
div#nav li.active ul
{
	display: block;
	position: absolute;
	left: 150px;
	top: 30px;
}
div#nav li.active ul li.active ul
{
	display: block;
	top: 0px;
	left: 100px;
}

div#cornerMenu
{
	padding-left: 50px;
	bottom: 15px; 
	left: 15px;
}


/****************************
 Intro
 ****************************/
body.intro div#wrapper
{
	background-image: url('../images/background-intro-2.jpg');
}
body.intro div#IntroNav
{
	top: 385px;
	left: 344px;
	width: 250px;
	height: 50px;
}

body.intro div#newsTicker
{
	background-color: #f77647;
	width: 100%;
	top: 60px;
}
body.intro div#IntroLinks
{
	width: 100%;
	top: 40px;
}
body.intro a#SoundController
{
	cursor: pointer;
}
a#SoundController .sound-active,
a#SoundController .sound-inactive
{
	background-image: url('../images/speaker-icon-sound.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px;
}
a#SoundController .sound-inactive
{
	background-image: url('../images/speaker-icon-mute.png');
}

/****************************
 Firmenanlässe
 ****************************/
body.firmen div#wrapper
{
	background-image: url('../images/background-chic.jpg');
}

/****************************
 Gala, Mitarbeiter etc.
 ****************************/
body.chic-lustig div#wrapper
{
	background-image: url('../images/background-lustig.jpg');
}


/****************************
 Privatanlässe
 ****************************/
body.privat div#wrapper
{
	background-image: url('../images/background-casual.jpg');
}

/****************************
 Informationen
 ****************************/
body.info div#wrapper
{
	background-image: url('../images/background-info.jpg');
}

/****************************
 Beiger Hintergrund
 ****************************/
body.beige div#wrapper
{
	background-image: url('../images/background-info.jpg');
}

/****************************
 Galerie
 ****************************/
div#thumbGalery a
{
	margin: 5px 5px;
	width: 145px;
	height: 97px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	box-shadow: 0px 0px 3px #999;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
div#thumbGalery a:hover
{
	box-shadow: 0px 0px 5px #000;
	cursor: pointer;
}
div#thumbGalery a img
{
	max-width: 145px;	
}

/****************************
 Formular
 ****************************/
div#content div#contactForm
{
	display: none;
}
div#cboxLoadedContent div#contactForm
{
	display: block !important;
	font-family: Verdana, Geneva, sans-serif;
}
div#contactForm form label
{
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	margin-top: 0.5em;
}
div#contactForm form label,
div#contactForm form textarea,
div#contactForm form input[type=text],
div#contactForm form .full,
div#contactForm form select
{
	width: 90%;
	display: block;
}
div#contactForm form .half,
div#contactForm form input[type=text].half
{
	width: 44%;
	margin-right: 10px;
	display: inline-block;
}
div#contactForm form input[type=text].half
{
	margin-right: 5px;
}
div#contactForm form input[type=radio]+label,
div#contactForm form input[type=checkbox]+label
{
	display: inline !important;
}
div#contactForm form label+input[type=radio],
div#contactForm form label+input[type=checkbox]
{
	margin-left: 2em;
}
div#cboxLoadedContent div#contactForm fieldset
{
	width: 410px;
	float: left;
	margin: 2em 0px;
	border: none;
}
div#cboxLoadedContent div#contactForm legend
{
	font-size: large;
}
div#cboxLoadedContent div#contactForm form .full
{
	margin-top: 1em;
	margin-bottom: 0.2em;
}
body.offerteDemoCD div#cboxClose
{
	top: 0px !important;
	display: none !important;
}
body.offerteDemoCD div#cboxWrapper div
{
	background-color: #D6A57B !important;
}
div#cboxLoadedContent div#contactForm
{
	padding: 2em;
	color: #650000;
}
/****************************
 Hörbeispiele
 ****************************/
div#demoPlayer_wrapper_wrapper
{
	overflow: hidden;
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	top: 0px;
	left: 0px;
}
ul#exampleList li
{
	margin-bottom: 0px;
}
ul#exampleList li a
{
	background-image: url('../images/icon-play.png');
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-left: 1.5em;
	width: 180px;
}
ul#exampleList li span
{
	display: inline-block;
	width: 80px;
	text-align: left;
}
ul#exampleList li span a
{
	display: inline-block;
	width: 40px;
	text-align: left;
}