/****** template for quiz-page: remove standard layoutelements **********/
#right,.lcont {
	display: none;
}

.wcontent-main {
	padding-top: 14px;
}

#ncwrap {
	width: 971px;
	background-color: transparent;
	margin: 0px;
	padding: 0px;	
}

/********** standard settings */
.fleft {
	float: left;
	display: inline;
}

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

input {
	border: none;
	margin: 0;
	padding: 0;
}

/*********************************/
.greenquiz {
	font-family: Helvetica, Arial;
	position: relative;
	width: 980px;
	height: 740px;
}

/* .greenquiz div{ border: 1px dotted red; } */

.greenquiz .map {
	display: inline;
	width: 470px;
	float: left;
}

.greenquiz .rightcolumn {
	position: absolute;
	width: 498px;
	width: 526px;
	display: inline;
	right: -28px;
}

.greenquiz .map img {
	width: 466px;
	display: inline;
}
.greenquiz #startTextImg{
	margin-top: 20px;
	width: 518px;
}
img.europeys {
	margin-bottom: 13px;
	width: 466px;
	height: 73px;
}
.question {
	position: absolute;
	top: 110px;
	left: 40px;
	width: 450px;
}

.photoupload {
	margin-left; 40px;
	margin-top: 60px;
	width: 450px;
}

.questHL {
	color: #336699;
	font-weight: bolder;
	font-style: italic;
	font-size: 26px;
	text-transform: uppercase;
}

.questText {
	font-family: Verdana;
	font-size: 15px;
	font-weight:bold;
	color: #FFF;
}

#answers {
	position: absolute;
	top: 215px;
	margin-left: 1px;
}

a.answerC, a.answerC_3row {
	/*float: left; */
	display: block;
	_height: 50px;
	min-height: 50px;
	width: 520px;
/*	_width: 380px; */
	background: #CCCCFF none 0 0 no-repeat;
	margin-bottom: 4px;
}

a.answerC_3row {
	height: 63px;
}


a.answerC:hover {
	background: #E6CB1F url(/fileadmin/eurogreens_new/img/greenquiz/button_bg.jpg) 439px 11px no-repeat;
}

a.answerC_3row:hover {
	background: #E6CB1F url(/fileadmin/eurogreens_new/img/greenquiz/button_bg.jpg) 439px 19px no-repeat;
}

.answerC_3row .answerABC {
	margin-top: 14px;
}

/*
#answers a:hover {
	background: #E6CB1F url(/fileadmin/eurogreens_new/img/greenquiz/button_bg.jpg) 439px 19px no-repeat;
}
*/
.button_bg {
	margin-top: 28px;
}

.answerABC {
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	color: #336699;
	float: left;
	display: inline;
	width: 39px;
	margin-top: 8px; 
	text-align: center;
	text-transform: uppercase;

	float: left;
	display: inline;
}


/* .answerABC td {
	vertical-align: middle;
} */

.answerText {
	font-family: Verdana;
	font-size: 14px;
	width: 380px;
	padding: 5px;
	color: #336699;
	float: left;
	display: inline;
}
.small{
	font-family: Verdana;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
}
.progress {
	position: absolute;
	top: 610px;
	left: 0px;
	height:  45px;
	width: 100%;
	background-color: #CADCEA;
	padding-left: 8px;
}



.progress .greenarrow,.progress .bluearrow, .progress .arrow {
	width: 81px;
	float: left;
	height: 45px;
	display: inline;

}

.progress .greenarrow {
	background-image: url(/fileadmin/eurogreens_new/img/greenquiz/greenarrow.png);
}

.progress .bluearrow {
	background-image: url(/fileadmin/eurogreens_new/img/greenquiz/bluearrow.png);
}

.progress .arrow {
	background-image: url(/fileadmin/eurogreens_new/img/greenquiz/arrow.png);
}


.progress .nr,.progress .nr_green {
	width: 27px;
	padding-left: 7px;
	font-weight: bold;
	font-style: italic;
	font-size: 27px;
	color: #336699;
	float: left;
	padding-top: 10px;
	display: inline;
	left: 0px;
}
/********************** result-*/
input.firstname, input.lastname, input.email{
	float: left;
	display: inline;
	height: 33px;
	background-color: #ccccff;
	margin-top: 23px;
	color: #737373;
	font-size: 16px;
	font-family: Verdana;
	padding: 12px 16px 0 16px;
	font-weight: bold;
}

input.firstname {
	width: 200px;
}

input.lastname {
	margin-left: 3px;
	width: 200px;
}

#submitPhoto{
	width: 400px;
	height: 60px;
}

input.photo {
	margin-top: 28px;
	font-size: 14px;
	background-color: #ccccff;
	font-weight: bold;
	font-family: Verdana;
	float: left;
	height: 24px;
}

.photoupload {
	margin-left: 40px;
}

.button_bg {
	background: url(/fileadmin/eurogreens_new/img/greenquiz/button_bg.jpg)  no-repeat;
	width: 37px;
	height: 26px;
	margin-left: 18px;
	float: left;
	display: inline;
}

.resulterrormsg, .inviteerrormsg {
	float: left;
	display: inline;
	width: 445px;
	padding: 0px 20px 0px 20px;
	margin-left: 20px;
	margin-top: 23px;
	color: #C00;
}
.result{
	width: 400px;
	height: 250px;
	margin: 20px;
}
.result #text{
	width: 200px;
	margin-left: 200px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	font-family: Verdana;

}
.next{
	margin-left:340px;
}
#embedImg{
	width: 220px;
	height: 200px;
}
#embed{
	position: absolute;
	left: 240px;
	top: 216px;
	#top: 218px;
	width: 210px;
}
#embedCode{
	width: 200px;
	height: 268px;
	#height: 266px;
}
