@CHARSET "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Asap:400,700,700italic,400italic|Inconsolata);

body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #CFD9E2;
	font-family: 'Asap', Arial, sans-serif;
	color: #808080;
	font-size: 15px;
	line-height: 18px;
}

#page {
	width: 1000px;
	height: 700px;
	
	padding-left: 24px;
	padding-right: 26px;
	padding-top: 20px;
	padding-bottom: 30px;
	
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
	background-color: white;
	background-image: url('/download/SportfrageToolLayout/WebHome/FrageTool-HG.png');
	background-position: left top;
	background-repeat: no-repeat;
}

/* Ebene 1 - Hintergrund Bild */
#bild {
	position: absolute;
	top: 20px;
	left: 24px;
	z-index: 1;
	width: 900px;
}

/* Ebene 2 - Content */
#content {
	position: absolute;
	bottom: 30px;
	left: 24px;
	height: 350px;
	z-index: 2;
	padding-left: 170px;
	width: 630px;
}

/* Ebene 3 - Fortschritt, Logo, Hover, FrageNr, Zurück, Weiter */
#fortschritt,
#logo,
#hover,
#fragenr,
#zurueck,
#weiter,
#hinweis {
	position: absolute;
	z-index: 3;
	min-width: 20px;
}

#hinweis {
	top: 293px;
	left: 170px;
	width: 304px;
	height: 117px;
}

#logo {
	top: 50px;
	right: 56px;
	min-height: 20px;
}

#hover {
	top: 150px;
	left: 54px;
	height: 235px;
	width: 260px;
	background-image: url('/download/SportfrageToolLayout/WebHome/Sprechblasen.png');
	background-position: 220px 220px;
	background-repeat: no-repeat;
}

#fragenr {
	bottom: 318px;
	left: 54px;
}
#sitecontainer #fragenr p {
	font-family: 'Asap', sans-serif;
	color: #808075;
	font-weight: bold;
	font-size: 60px;
	line-height: 65px;
	margin: 0px;
	padding: 0px;
}

/* Pfeile */
#weiter {
	top: 451px;
	right: 47px;
	height: 90px;
	width: 75px;
	background-color: transparent;
	background-image: url('/download/SportfrageToolLayout/WebHome/FrageTool-Pfeile.png');
	background-position: -240px 0px;
	background-repeat: no-repeat;
}
#weiter.active:hover {
	background-position: -318px 0px;
}
#weiter.active {
	background-position: -398px 0px;
}

#zurueck {
	top: 451px;
	left: 49px;
	height: 90px;
	width: 75px;
	background-color: transparent;
	background-image: url('/download/SportfrageToolLayout/WebHome/FrageTool-Pfeile.png');
	background-position: -161px 0px;
	background-repeat: no-repeat;
}
#zurueck:hover,
#zurueck.active:hover {
	background-position: -81px 0px;
}
#zurueck.active {
	background-position: -162px 0px;
}

#zurueck a,
#weiter.active a {
	display: block;
	height: 90px;
	text-decoration: none;
}
#weiter a {
	display: none;
}


/* Fortschritt */
#fortschritt {
	top: 50px;
	left: 54px;
	height: 20px;
	width: 413px;
	background-image: url('/download/SportfrageToolLayout/WebHome/FrageTool-Fortschritt.png');
	background-position: left top;
	background-repeat: no-repeat;
}

#fortschritt ul {
	list-style: none;
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
}
#fortschritt li {
	float: left;
	width: 33px;
	margin-left: 1px;
	background-color: white;
}
#fortschritt li.none {
	display: none;
}
#fortschritt li.active a {
	color: black;
}
#fortschritt li:hover {
	background-color: #4F00BD;
}
#fortschritt li:hover a {
	color: white;
}

#fortschritt li.first {
	background-color: transparent;
	margin-left: 2px;
	background-image: url('/download/SportfrageToolLayout/WebHome/FrageTool-FortschrittFrage1.png');
	background-repeat: no-repeat;
	background-position: top left;
}
#fortschritt li.first:hover {
	background-image: url('/download/SportfrageToolLayout/WebHome/FrageTool-FortschrittFrage1Hover.png');
	background-repeat: no-repeat;
	background-position: top left;
}
#fortschritt li.last {
	background-color: transparent;
	background-image: url('/download/SportfrageToolLayout/WebHome/FrageTool-FortschrittFrage12.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 3px;
}
#fortschritt li.last:hover {
	background-image: url('/download/SportfrageToolLayout/WebHome/FrageTool-FortschrittFrage12Hover.png');
	background-repeat: no-repeat;
	background-position: top right;
}

#fortschritt li a {
	font-family: 'Inconsolata', sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	text-align: center;
	text-decoration: none;
	display: block;
}


div.mask {
	background-color:black;
	position:absolute;
	height:100%;
	width:100%;
	opacity:0.6;
	filter:alpha(opacity=60);
	display:none;
	top:0px;
	left:0px;
	z-index: 4 !important;
}

