body, html {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

.splash{
	background:url(../images/bg_splash.jpg) no-repeat top center #0F70B7; 
}

.sub {
	background:url(../images/bg.jpg) no-repeat top center #449629; 
}

.gewinnspiel {
	background:url(../images/bg_gewinnspiel.jpg) no-repeat top center #34beea; 
}


#page {
	position:relative;
	width:960px;
	height:580px;
	margin:0 auto;
}

#sound {
	position:relative;
	float:left;
	width:72px;
	height:20px;
	z-index:3;
}

#download {
	position:relative;
	float:left;
	z-index:3;
	margin:2px 0 0 10px;
}

#download a {
	font-size:10px;
	color:#fff;
	text-decoration:underline;
}

.cleardiv {
	clear:both;
	font-size:0px;
	line-height: 0px;
	height: 0px;
}

#splash {
	position:absolute;
	width:960px;
	height:560px;
	top:0;
	left:0;
	z-index:1;
}

#nav {
	position:relative;
	margin-top:10px;
	height:34px;
}

.flash {
	position:relative;
}

#box_start {
	position:absolute;
	top:315px;
	left:5px;
	width:277px;
	height:200px;
	background:url(../images/box_start.gif) no-repeat;
	z-index:900;
	color:#0C437C;
}

#box_start_dbl {
	position:absolute;
	top:315px;
	left:5px;
	width:281px;
	height:195px;
	background:url(../images/box_start_dbl.gif) no-repeat;
	z-index:900;
	color:#0C437C;
}

.box_content {
	position:absolute;
	top:185px;
	left:350px;
	width:468px;
	height:310px;
	background:url(../images/box_content.gif) no-repeat;
	z-index:900;
}

.stoerer {
	position:absolute;
	top:65px;
	left:342px;
	width:127px;
	height:119px;
	background:url(../images/stoerer.jpg) no-repeat;
}

.subnav {
	margin:5px 0 0 9px;
	height:34px;
}

.headline {
	margin:8px 0 0 15px;
	height:34px;
}

.content {
	width:440px;
	height:265px;
	margin:18px 0 0 15px;
	color:#0C437C;
}

#footer {
	position:absolute;
	left:0;
	bottom:0;
}

#footer p {
	color:#fff;
	padding:0 0 10px 5px;
}

#footer a {
	color:#fff;
	text-decoration:underline;
	padding-left:10px;
}

img {
	border:none;
}

#nav img {
	cursor:pointer;
	margin-right:4px;
}

.subnav img {
	cursor:pointer;
}

h1, h2, p, ul {
	margin:0;
	padding:0;
}

#box_start h1 {
	font-size:16px;
	font-weight:bold;
	padding:10px 0 10px 5px;
	color:#063057;
}

#box_start div {
	color:#0C437C;
	margin:0 5px 0 5px;
}

.download_btn {
	position:absolute;
	right:19px;
	bottom:7px;
	height: 31px;
	width: 109px;
}

.download_btn a {
	color:#0C437C;
	text-decoration:none;
	font-weight:bold;
}

.headline h1 {
	font-size:24px;
	font-weight:bold;
	color:#fff;
}

.headline h1.blue {
	font-size:24px;
	font-weight:bold;
	color:#0C437C;
}

.content h1 {
	font-size:24px;
	font-weight:bold;
	padding-bottom:10px;
}

.content h2 {
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}

.popup_left h2 {
	font-size:16px;
	font-weight:bold;
	padding-bottom:15px;
}

.content p, .content_left p, .popup_left p, .text_tn p {
	padding-bottom:15px;
}

.content p.small {
	font-size:10px;
}

.content a {
	color:#0C437C;
	text-dexoration:none;
}

ul.balken {
	width:438px;
	height:38px;
	background:url(../images/balken.gif) no-repeat;
	list-style:none;
}

ul.balken li {
	float:left;
	background:url(../images/balken_strich.gif) no-repeat;
	padding:10px 5px 0 5px;
	margin:2px 0;
	height:34px;
	color:#fff;
	font-weight:bold;
}

ul.balken li.first {
	background:none;
}

/* --- GEWINNSPIEL ---*/
.box_gewinnspiel {
	position:absolute;
	top:90px;
	left:5px;
	width:789px;
	height:450px;
	background:url(../images/box_gewinnspiel.gif) no-repeat;
}

.box_gewinnspiel .content_left {
	position:relative;
	float:left;
	width:500px;
	height:312px;
	border-right:1px solid #187DAD;
	margin:18px 0 0 15px;
	padding-right:20px;
	color:#0C437C;
}

.box_gewinnspiel .content_right {
	position:relative;
	float:left;
	width:220px;
	height:312px;
	margin:18px 0 0 20px;
	color:#0C437C;
}

.box_gewinnspiel .content_right .button {
	position:absolute;
	bottom:0;
	right:0;
}

.content_left a, .content_right a {
	color:#0C437C;
	text-dexoration:underline;
}

.txt_error {
    font-weight:bold;
    color:#CC0000;
}

form {
	padding:0;
	margin:0;
}

input.txt, input.code {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0C437C;
	height:18px;
}

input.error {
    border:2px solid #E34009;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#0C437C;
    height:18px;
    width:235px;	
    margin:0 0 7px 0;
}

input.code {
	border:1px solid #E34009;
}

input.txt {
	width:235px;	
	border:1px solid #ccc;
	margin:0 0 7px 0;
}

input.code {
	width:98px;
}
input.radio_b, input.check_b {
	margin-right:5px;
}

/* overlays */

#infoBox    {
    width:544px;
    height:295px;    
    position:absolute;
    top: 0px;
    left: 0px;
	background:url(../images/box_popup.gif) no-repeat;
}

.popupBox {
	position:relative;
	width:544px;
    height:293px;
	background:url(../images/box_popup.gif) no-repeat;
	border:1px solid #A78614;
}

.popup_left {
	position:relative;
	float:left;
	width:315px;
	margin:18px 10px 0 15px;
	color:#0C437C;
}

.popup_right {
	position:relative;
	float:left;
	width:133px;
	/*margin:18px 0 0 0;*/
}

.popup_close {
	position:absolute;
	top:10px;
	right:10px;
}

.popup_close a {
	color:#996600;
	text-decoration:underline;
}

.popup_button {
	position:absolute;
	bottom:10px;
	right:10px;
}

#overlay{
    background-image: url(../images/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

* html #overlay{
    background-color: #f00;
    background-color: transparent;
    background-image: url(../images/spacer.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="images/overlay.png", sizingMethod="scale");
    width: 100%;
    height: 100%;
}

/*--- Teilnahmebedingungen ---*/

body.teilnahmebedingungen {
	background: url(../images/bg_teilnbed.gif) repeat-x #FFE950;
}

.page_tn {
	width:730px;
	padding:0 20px 30px 20px;
}

.text_tn {
	width:600px;
	color:#0C437C;
}

.text_tn h1 {
	font-size:24px;
	font-weight:bold;
	margin:10px 0 25px 0;
}

/* edit neugi */
#gewinnerTrigger {
	background: url(../images/triggerGewinner.gif) no-repeat center bottom;
	height: 64px;
	width:789px;
	position:absolute;
	bottom: 4px;
	left: px;
	cursor:pointer;
	}
	
#gewinnerBox {
	width:692px;
    height:334px;    
    position:absolute;
    top: 0px;
    left: 0px;
    background: url(../images/box_gewinnspielLayer.gif) center center;
}

#gewinnerBox .closeBtn {
	color:#996600;
	position:absolute;
	right: 20px;
	top:20px;
	width:100px;
	text-align:right;
	text-decoration:underline;
	cursor:pointer;
	}
	
#gewinnerBox #gewinnerText {
	width:640px;
	position:absolute;
	left:20px;
	bottom:20px;
	height:240px;
	}	
	
#gewinnerBox #seitenAnz	{
	position:absolute;
	left:100px;
	bottom:10px;
	width:30px;
	height:15px;
	color:#0c437c;
	}
	
#gList .rowName {
	width: 100px;
	float:left;
	color:#0c437c;
	height:16px;
	}

#gList .rowOrt {
	width: 180px;
	float:left;
	color:#0c437c;
	height:16px;
	}
	
#gList .rowGewin {
	width:300px;
	float:left;
	color:#0c437c;
	height:16px;
}	

#gewinnerBox #gewinnerBack {
	background: url(../images/back.gif) center center;
	width:88px;
	height:26px;
	position:absolute;
	bottom:0px;
	left: -5px;
	cursor:pointer;
}

#gewinnerBox #gewinnerFrwd {
	background:url(../images/frwd.gif) center center;
	width:88px;
	height:26px;
	position:absolute;
	bottom:0px;
	left: 140px;
	cursor:pointer;
}

/* * html #gewinnerBox{
    background-image: url(../images/spacer.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="images/gewinnerLayer.png", sizingMethod="scale");
}*/
/* edit neugi ende */


/*newsletter*/
.box_newsletterAnmeldung {
	background:url(../images/box_newsletter.gif) no-repeat !important;
}
/* newsletter ende */

/*add style*/

.flashe {
	position:absolute;
	top: -31px;
	left: 479px;
	width:53px;
	height:174px;
	background: url(../images/flashe.png) no-repeat top left;
}

* html .flashe {
    background-color: transparent;
    background-image: url(../images/spacer.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="images/flashe.png", sizingMethod="scale");
}

.deckel {
	position:absolute;
	top: 7px;
	left: 761px;
	width:283px;
	height:284px;
	background: url(../images/deckel.png) no-repeat top left;
}

* html .deckel {
    background-color: transparent;
    background-image: url(../images/spacer.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="images/deckel.png", sizingMethod="scale");
}
