@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

ol, ul {
	list-style: none;
}

html, body{
	height: 100%;
	width: 100%;
	color: #666666;
}

body{
	background:#E8E8E8 bottom repeat-x;
	background-image:url(../images/bg.jpg);
}

html>body{
	background:#E8E8E8 bottom repeat-x;
	background-image:none;
}


img, div { behavior:  url(../fix/iepngfix.htc)}


/*---------------------------------------- header ----------------------------------------------*/

#header{
	position:relative;
	width: 100%;
	height:10%;
	min-height:60px;
	background-color:#FFFFFF;
	z-index:10;
	padding:0;
	margin:0;
}

#headerInner{
	width: 960px;
	margin: 0 auto;
}
	
#logos{
	width:218px;
	margin:0px;
	padding: 0.7% 0 0 20px;
	float: left;
}

.logoclic{
	float:left
}

.swcolor{
	float:right
}

#headerMenu{
	float: right;
	width: 200px;
	text-align:right;
	margin: 3.5% 10px 0 0;
}

#headerMenu ul li{
	display: inline;
	margin: 0 8px;
	text-align:right;
}

#headerMenu ul li a{
	color: #666666;
	text-decoration:none;
}

#headerMenu ul li a:hover{
	text-decoration:underline;
}

#headerShadow{
	height: 10px;
	width: 100%;
	background:url(../images/schatten.png) bottom repeat-x;
	position: absolute;
	left: 0;
	top: 10%;
}

/*---------------------------------------- mainmenu ----------------------------------------------*/
#mainmenu{
	width: 960px;
	margin: 0px auto;
}

#mainmenu ul{
	width: 960px;
	height: 60px;
	margin: 0px 0 0 16px;
}

html>body #mainmenu ul{
	margin: 0px 0 0 16px;
}

#mainmenu ul li{
	text-decoration: none;
	color: #666666;
	display: block;
	float: left;
	padding-bottom: 10px;
	background:url(../images/schattenMenu.png) #FFFFFF bottom repeat-x;
}

#mainmenu ul li.first{
	padding-left: 9px;
	background:url(../images/schattenMenuLeft.jpg) #FFFFFF left bottom no-repeat;
}

#mainmenu ul li.last{
	padding-right: 9px;
	background:url(../images/schattenMenuRight.jpg) #FFFFFF right bottom no-repeat;
}

#mainmenu ul li a{
	height: 20px;
	padding: 15px 10px 0px 10px;
	margin-left: -1px;
	text-decoration: none;
	color: #666666;
	display: block;
	border: 1px solid #cccccc;
	border-top: none;
	border-bottom: none;
}

* #mainmenu ul li a{
	width: 90px;
	height: 32px;
	text-align:center;
}

html>body #mainmenu ul li a{
	width: auto;
	height: 20px;
}

#mainmenu ul li a:hover{
	color:#CC0000;
	background-color:#e8e8e8;
}

#mainmenu ul li a.active{
	padding-top: 35px;
}


/*---------------------------------------- content ----------------------------------------------*/

table.content, table.contentImpressum{
	width: 940px;
	height: 70%;
	clear: both;
	margin: 0 auto;
}

table.content td{
	width: 930px;
	padding-top: 30px;
	vertical-align:top;
}

table.contentImpressum td{
	width: 930px;
	padding-top: 35px;
	vertical-align:top;
}

#left{
	float: left;
	width: 370px;
}

#left img.start{
	margin-left: 40px;
	}

#right{
	float: left;
	width: 560px;
	padding-bottom: 100px;
}

#right a{
	color: #666666;
	}
	#right a:hover{
	text-decoration: none;
	}

#video{
	float: left;
	width: 930px;
	padding-bottom: 100px;
}

#video a{
	color: #666666;
	}
	#right a:hover{
	text-decoration: none;
	}

img.stoerer{
	margin-right: 80px;
	}
img.gewinnspiel{
	float:right;
	margin-top:-90px;
}

h2.start{
	margin-top: 15px;
	font-size: 160%;
	font-weight:normal;
	margin-bottom: 10px;
}

h2{
	font-size: 160%;
	font-weight:normal;
	margin-bottom: 15px;
}

p{
	line-height: 130%;
	margin-bottom: 15px;
}

#startButton a{
	background:url(../images/starten.jpg) no-repeat;
	width: 231px;
	height: 39px;
	display:block;
}
	
#startButton a:hover{
	background:url(../images/startenOver.jpg) no-repeat;
}

/*---------------------------------------- footer ----------------------------------------------*/
#footer{
	position:fixed;
	bottom:0;
	z-index:50;
	width: 100%;
	height: 10%;
	background-color: #FFFFFF;
	padding-top: 15px;
	background:url(../images/schattenUnten.png) repeat-x;
}

#footerInner {
	position:relative;
	margin:5px auto;
	width: 206px;
}

/*---------------------------------------- accordion ----------------------------------------------*/
.accordion_toggle {
	display: block;
	width: 500px;
	background: url(../images/on.jpg) no-repeat #ffffff;
	padding: 8px 10px 8px 30px;
	color: #666666;
	cursor: pointer;
	margin: 0 0 4px 0;
}
		
.accordion_toggle_active {
	background: url(../images/onactive.jpg) no-repeat #ffffff;
}
		
.accordion_content {
	overflow: hidden;
	width: 550px;
}
			
.accordion_content p {

	padding: 0px 10px 0px 30px;
}