html,body{
	color:#555;
	font-family:arial,sans-serif;
	margin:0;
}
body {
	background:#36A600 url('../img/background.png') left top repeat-x;
	/*background:#339900 url('../img/background.png') left top repeat-x;*/
}
h1 {
	font-size:16px;
	margin-bottom:35px;
	text-transform:uppercase;
}
h2 {
	background:url('../img/title-background.png') right top no-repeat;
	color:#359a2d;
	display:inline-block;
	height:29px;
	font-size:10px;
	padding:0 12px;
	margin:0;
	line-height:29px;
	text-transform:uppercase;
	position:absolute;
	margin-top:-29px;
	left:0px;
	top:0px;
	letter-spacing:0.1em;
}
p {
	padding:0;
	margin:0;
}
a {
	color:#359a2d;
}
a:hover {
	text-decoration:none;
}

/**
 * Layout/Layers
 */
div#wrapper {
	height:533px;
	/*left:50%;
	margin-left:-325px;
	position:absolute;*/
	width:650px;
}
div#header {
	height:78px;
	padding:0 33px;
}
div#footer {
	padding:0 33px;
	position:absolute;
	height:59px;
	top:474px;
	left:0;
	width:584px;
}
#logo-wifi {
	float:right;
}
#logo-potenzialanalyse {
	position:absolute;
	left:31px;
	top:46px;
}
.inner-bg {
	background:url('../img/inner-background.png') left bottom no-repeat;
	position:absolute;
	left:33px;
	top:122px;
	height:300px;
	width:562px;
	padding:10px;
}

/**
 * Content
 */
div.page {
	line-height:150%;
	margin:0 33px;
}
div.page h1,
div.page p {
	/*width:444px;*/				
}
div.page {
	font-size:12px;
}
ul.boxes {
	margin:20px 0 0 0;
	padding:0;
}
ul.boxes li {
	background:#349a2d;
	/*background:#339900;*/
	background:#36A600;
	color:#fff;
	float:left;
	font-size:12px;
	line-height:100%;
	list-style:none inside none;
	margin-right:4px;
	padding:14px 12px 14px 14px;
	width:164px;
	vertical-align:middle;
}
div#footer p {
	color:#fff;
	font-size:10px;
	float:left;
	padding:10px 0;
	width:300px;
}
div#footer img {
	margin-top:13px;
	position:absolute;
	right:22px;
}
img#button-previous,
img#button-next,
img#button-start {
	cursor:pointer;
}
img#button-previous,
img#button-next {
	display:none;
}
img#button-previous {
	right:82px!important;
}
.inner-bg p {
	clear:both;
	border-bottom:1px solid #9acc96;
	font-weight:bold;
	/*width:365px;*/
	font-size:12px;
	padding-bottom:12px;
	margin-bottom:10px;
	width:90%;
}
.inner-bg p img {
	margin:35px 0 10px 0;
}
.inner-bg p.normal {
	font-weight:normal;
	border-bottom:0;
	margin-bottom:0;
}
.inner-bg p.italic {
	font-weight:normal;
	font-style:italic;
	border-bottom:0;
	margin-bottom:0;
}
.inner-bg ul {
	width:90%;
	margin:0;
	padding:0 0 0 12px;
}
.inner-bg ul li {
	font-size:12px;
	list-style:none outside square;
	padding:0 0 6px 0;
}
#pointer {
	display:none;
	position:absolute;
	right:23px;
	top:134px;
}
.block {
	margin-left:50px!important;
	float:none!important;
	display:block!important;
}

/**
 * Question layouts
 */
ol {
	width:90%;
}
ol.questions {
	padding:0;
	margin:0 0 0 -34px;
}
ol.questions li {
	clear:both;
	color:#fff;
	list-style:none outside none;
	margin:0 0 15px 0!important;
	line-height:16px;
}
ol.questions li span.number {
	background:#36a600;
	color:#fff;
	width:28px;
	height:32px;
	line-height:32px;
	vertical-align:middle;
	float:left;
	padding-left:12px;
	text-align:center;
	margin:0 12px 12px 0;
}
ol.questions li span {
	color:#555;
	float:left;
	width:88%;
}
ol.questions li span.answer {
	background:url('../img/box-unchecked.png') left 2px no-repeat;
	cursor:pointer;
	float:left;
	color:#555;
	padding:0 0 0 22px;
	margin:0 16px 0 0;
	text-decoration:none;
	width:auto;
}
ol.questions li input {
	clear:both;
}
ol.clocks {
	border-bottom:1px solid #9acc96;
	margin-left:0px;
	height:60px;
}
ol.clocks li {
	clear:none;
	float:left;
	width:60px;
	height:40px;
	margin:0 30px 0 0!important;
}
ol.clocks li span.answer {
	background-position:left 12px;
	padding:0 0 0 30px;
}
ul.balls, ol.balls {
	height:60px;
}
ul.balls li, ol.balls li {
	clear:none;
	list-style:none inside none;
	color:#53AA00;
	font-size:30px;
	float:left;
	height:30px;
	margin:0;
	line-height:30px;
}
ol.balls,
ul.balls {
	border-bottom:1px solid #9acc96;
	width:90%;
	margin-bottom:12px;
}
ol.balls {
	margin-left:0!important;
}
ul.balls li {
	margin-right:30px;
	border-bottom:2px solid #70BC00;
	padding:0;
}
ul.balls li span {
	color:#555;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
}
ol.balls li span.answer {
	background-position:left 5px;
}
ul.boxquiz {
	margin-top:40px;
}
ul.boxquiz li {
	list-style:none inside none;
	width:33%;
	float:left;
}
ul.boxquiz li table tr td {
	background:#bcbec0;
	height:30px;
	width:30px;
	cursor:pointer;
}
ul.boxquiz li table tr td.selected {
	background:#36a600;
}
/**
 * Error message
 */
#overlay {
	background:#000;
	background:#53AA00;
	background:#fff;
	color:#fff;
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:900;
}
div.dialog,
#error-message {
	border:4px solid #53AA00;
	background:#fff;
	display:none;
	color:#555;
	position:absolute;
	padding:0 12px;
	left:50%;
	top:200px;
	margin:0 0 0 -150px;
	z-index:1000;
	font-size:12px;
}
#weitere-infos .title,
#error-message .title {
	color:#359a2d;
	display:block;
	height:29px;
	font-size:10px;
	font-weight:bold;
	margin:0;
	line-height:29px;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
div.dialog .button,
#error-message .button {
	float:right;
	cursor:pointer;
	margin-top:15px;
}
#weitere-infos {
	font-size:12px;
	line-height:150%;
	width:500px;
	height:290px;
	padding:10px;
	display:none;
	background:#fff;
	position:absolute;
	left:50%;
	margin-left:-250px;
	top:0;
	margin-top:100px;
	z-index:1000;
}
#weitere-infos-link {
	color:#359a2d;
}
.clear {
	clear:both;
}