body {
	padding: 0;
	margin: 0;
	background-repeat: repeat-x;
}
body, p, table, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
object { outline:none; }

form
{
    background-image: none !important;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal !important;
	list-style: none;
}

h3{
	font-size: 28px;
}

h3.overBG {
	z-index: 10;
}

h4 {
	font-size:1.2em;
	font-weight:bold !important;
	margin-bottom:20px;
	margin-top:-6px;
}
h5 {
	font-size: 1.1em;
	margin: 10px 0 4px 0;
}

a img {
	border: none;
}
h1 span {
	display: none;
}

p {
	padding: 5px 0;
	line-height: 1.4;
}

.interact {
	cursor: pointer;
}

form, table {
	margin: 0;
	padding: 0;
}

#loadingbar {
	margin-top:220px;
	position:absolute;
	text-align:center;
	width:990px;
	z-index:99;
}

.errorbox {
	display: block;
	text-align: center;
	margin: 40px;
}

#content {
	height: 695px;
	margin-left: 1px;
	text-align: left;
	font-size: 11px;
	color: #808080;
	background: url(../images/weihnachtswelt_bg.jpg) top left no-repeat;
}

*+html #content 
{   
	margin-left: 2px;
}	

#panelList {
	height: 400px;
	width: 944px;
}
#panelList li {
	position: absolute;
	list-style: none;
	cursor: pointer;
}
#panelList li img, #panelList li div {
	position: absolute;
	background-repeat: no-repeat;
}
#panelList li div {
	width: 215px;
	height: 146px;
	/*padding: 8px 15px 0 0;*/
	padding: 8px 0 0 0;
	color: #808080;
	/*letter-spacing: 0.5px;*/
	/*background: transparent url(../images/arrow_on.gif) no-repeat scroll -223px 112px;*/
	font-size: 13px;
}
#panelList li div.on {
	/*background: transparent url(../images/arrow_on.gif) no-repeat scroll 223px 112px;*/
}
#panelList li div.arrows {
	padding: 0;
	left:205px;
	top:132px;
	width: 20px;
	height: 50px;
	/*offset 8+20 x 3*/
}
#panelList li div h3 {
	font-size: 155%;
	line-height: 1em;
}
#card0_s, #head0_s {
left:670px;
top:135px;
}
#card1_s, #head1_s {
left:555px;
top:285px;
}
#card2_s, #head2_s {
left:245px;
top:315px;
}
#card3_s, #head3_s {
left:130px;
top:130px;
}
#card4_s, #head4_s {
left:400px;
top:80px;
}

#head0_s, #head1_s, #head2_s, #head3_s, #head4_s {
text-align: right;
}

.cardContent {
	padding-left: 25px;
}
.cardContent h3, .messagebox h3 {
	padding-top: 20px;
	font-size: 19px;
	font-weight: bold;
	line-height: 21px;
	margin-bottom: 10px;
}
.cardContent h3 span {
	font-size: 19px;
}

.cardContent ul.nav {
	border-top:1px solid #CCCCCC;
	padding-top:10px;
	position:relative;
	top:280px;
	width:400px;
}
.cardContent ul.nav li {
	display:inline;
	list-style-type:none;
	margin-right:15px;
}
.cardContent ul.nav li a {
	color: #666666;
	background-image: url(../../images/btn_arrow_gray.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 10px;
}

.cardContent ul.nav li a:hover, .cardContent ul.nav li a.active {
	color: #3c3b13;
	background-image: url(../../images/btn_arrow_active.gif);
}

.textContainer {
	height: 260px;
	margin-right: 10px;
	margin-top: 15px;
	scrollbar-arrow-color: #a0a0a0;
	scrollbar-3dlight-color: #b0b0b0;
	scrollbar-darkshadow-color: #b0b0b0;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #d0d0d0;
	scrollbar-track-color: #f7f7f7;
}

#card0_l {
	position: relative;
	background-color: #fafaff;
	background-image:url(../images/panel_l_bg.jpg);
	border: 1px solid #ddd;
	height: 400px;
	width: 800px;
	display: none;
}
.largeBorderLeft, .largeBorderRight {
	position:absolute;
	display: none;
	z-index: 2;
}
.largeBorderLeft {
	left:-1px;
	top:-1px;
}
.largeBorderRight {
	left:816px;
	top:-1px;		
}

.closebutton, .msgclosebutton {
	width: 23px;
	height: 21px;
	z-index: 999;
	text-indent: -9999px;
	background-image: url(../images/btn_schliessen.gif);
	cursor: pointer;
}
.closebutton {
	display: none;
	position: absolute;
	top: 7px;
	left: 791px;
	z-index: 15;
}
.msgclosebutton {
	display: block;
	float: right;
	margin-top: 20px;
}
a.closebutton:hover, a.msgclosebutton:hover {
	background-image: url(../images/btn_schliessen_on.gif);
	z-index: 15;
}

.msgclosetext {
	display: block;
	float: right;
	margin-top: 20px;
	font-size: 0.9em;
}

.messagebox {
	display: none;
}

.panelForm div {
	clear: both;
	margin-top: 11px;
}
*+html .panelForm div {
	margin-top: 10px;
}
.panelForm label {
	display: block;
	float: left;
	width:90px;
}
.panelForm input, .panelForm select, .panelForm textarea {
	border: 1px solid #777;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
}
.panelForm input, .panelForm textarea {
	width: 235px;
}
.panelForm textarea {
	height: 33px;
}

.panelForm div.nolabel, .disclaimer {
	margin-left:90px;
}
.disclaimer {
	font-size: 0.9em;
	line-height:1.1em;
	margin-right:10px;
}
.panelForm div.nolabel label {
	width: auto;
	font-size: 0.9em;
	float: none;
	display: inline;
}
.panelForm div.counter {
	margin-top: 6px;
}
.counter input {
	width: 30px;
	text-align: center;
}
.checkbox input {
	width: auto;
	border: none;
	margin-right:4px;
	vertical-align:middle;
}

.inputError {
	border: 1px solid red !important;
}

input.strasse { width: 164px; }
input.hausnummer { width: 59px; margin-left: 10px; }
input.plz { width: 59px; }
input.ort { width: 164px; margin-left: 10px; }

div#btnSubmit {
	margin-right:10px;
	margin-top:3px;
	padding-right:20px;
	text-align: right;
}
div.btnSubmitLoading {
	background-image:url(../images/ajax-loader.gif);
	background-position:right 2px;
	background-repeat:no-repeat;
}

.stageDeko {
	position: absolute;
}

.absolute, .absolute img, .absolute a {
	position: absolute;
}

.slideshowContainer, .slideshowContainer img {
	position: absolute;
}

.messagebox {
	background-color:#FFFFFF;
	border:1px solid #999999;
	display:none;
	height:200px;
	left:150px;
	padding:0 20px;
	position:absolute;
	top:60px;
	width:500px;
}

#controls {
	display: none;
	position:absolute;
	left:900px;
	top:550px;
}

#soundControl {
	display: block;
	background-image: url(../images/btn_sound.gif);
	width: 65px;
	height: 19px;
}

#soundControl.stop {
	background-position: left -19px;
}