* {margin:0; padding:0}
body, html {font-family:arial, verdana, sans-serif; font-size: 1em; height:100%; width:100%}


div#layout {
    position:absolute;
	width: 810px;
	height: 530px;
	left: 50%;
  margin-left: -400px;
	top: 10px;
	border:1px solid black;
	z-index:0;
	background-color:transparent;
  overflow:visible;
}

div#header {
  height: 75px;
	width: 100%;
	margin:15px 0 0 15px;

}

div#header img{
    float:left;
}



div#header p.headline{
    float:left;
	font-size: 34px;
	color: #6F7072;
	font-weight:bold;
    margin:25px 0 0 20px;
}

div#content{
	position:absolute;
	top:100px;
	left:25px;
	width:850px;
	height:800px;
	color:#000000;
	overflow:visible;
 }


div#content .block{
    float:left;
	width:260px;
	height:150px;
	margin-bottom:40px;

}

* html div#content .block{
    float:left;
	width:260px;
	height:150px;
	margin-bottom:-10px;

}

div#content .block p.left{
  float:left;
	width:80px;
	margin:0px;
	padding:0px;
	font-size:18px;
	line-height:23px;
	height:220px;
	margin:0 10px 0 0;
	font-weight:bold;
  color: #6F7072;

}

div#content_result{
	position:absolute;
	top:100px;
	left:0px;
	width:850px;
	color:#000000;
	overflow:visible;
 }

div#content_result p.result{
	float:left;
	width:180px;
	height:119px;
}

* html div#content_result p.result{
	float:left;
	width:180px;
	height:119px;

}

div#content_result h1{
	float:left;
	font-size:18px;
	margin-left: 52px;
}

* html div#content_result h1{
	float:left;
	font-size:18px;
	margin-left: 23px;
}



div#content_result .result_text{
  float:left;
  width:240px;
  font-size:11px;
  margin-left: 52px;
  line-height:16px;
}

* html div#content_result .result_text{
  float:left;
  width:240px;
  font-size:11px;
  margin-left: 23px;
  line-height:16px;
}


div#content_result h1 span{
	float:left;
	font-size:18px;
	color: #6F7072;
}

div#content div.block p.choice {float:left; width:15px;cursor:pointer;}

div#content .block p.answer{
    vertical-align:text-top;
	float:left;
	font-size: 10px;
	width:120px;
	margin:0 20px 10px 10px;
}




#logo_start {
	margin: 100px 0 0 40px;
}
