
@font-face
{
	font-family: hol3-r;
	src: url("fonts/opensans/OpenSans-Regular-webfont.eot") format("eot");
	src: url("fonts/opensans/OpenSans-Regular-webfont.woff") format("woff");
}
                                
@font-face
{
	font-family: hol3-b;
	src: url("fonts/opensans/OpenSans-Bold-webfont.eot") format("eot");
	src: url("fonts/opensans/OpenSans-Bold-webfont.woff") format("woff");
}                                                                

html
{
	height: 100%;
	font-family: 'hol3-r', Helvetica, sans-serif;
}

body
{
	background-color: black;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	overflow: hidden;
}

.workspace
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
	color: white;
	overflow: hidden;
	min-width: 480px;
	min-height: 480px;
}                                                                                

.questform_bg
{
	background-color: white;
}

.questform_top
{
	height: 40px;
	background-color: #363940;
}

.questform_title
{
	font-family: 'hol3-r', Helvetica, sans-serif;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	vertical-align: middle;
}

.questform_langsel
{
	position: absolute;
	cursor: pointer;
	width: 30px;
	height: 25px;
}

.questform_langsel_cs
{
	background-image: url("images/flag-cs.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 85% 62%;
}

.questform_langsel_cz
{
	background-image: url("images/flag-cz.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 85% 62%;
}

.questform_langsel_de
{
	background-image: url("images/flag-de.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 85% 62%;
}

.questform_langsel_en
{
	background-image: url("images/flag-en.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 85% 62%;
}

.questform_langsel_pl
{
	background-image: url("images/flag-pl.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 85% 62%;
}

.questform_langsel_sk
{
	background-image: url("images/flag-sk.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 85% 62%;
}

.questform_langselarrow
{
	position: absolute;
	cursor: pointer;
	left: 6px;
	top: 0px;
	width: 15px;
	height: 10px;
	background-image: url("images/icon_treeunfoldgrey.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 85% 62%;
}

.questform_langselpopup
{
	position: absolute;
	cursor: pointer;
	z-index: 10;
}

.questform_langselflags
{
	color: yellow;
	background-color: rgba(224,224,224,0.95);
	border: 3px solid rgba(224,224,224,0.95);
	position: absolute;
	cursor: pointer;
}

.questform_langselflag
{
	width: 30px;
	height: 25px;
}

.questform_langselflag_cs
{
	background-image: url("images/flag-cs.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 85% 62%;
	cursor: pointer;
}

.questform_langselflag_cz
{
	background-image: url("images/flag-cz.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 85% 62%;
	cursor: pointer;
}

.questform_langselflag_de
{
	background-image: url("images/flag-de.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 85% 62%;
	cursor: pointer;
}

.questform_langselflag_en
{
	background-image: url("images/flag-en.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 85% 62%;
	cursor: pointer;
}

.questform_langselflag_pl
{
	background-image: url("images/flag-pl.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 85% 62%;
	cursor: pointer;
}

.questform_langselflag_sk
{
	background-image: url("images/flag-sk.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 85% 62%;
	cursor: pointer;
}

.questform_toplogo
{
	position: absolute;
	width: 200px;
	height: 40px;
	background-color: #dadada;
}

.questform_toplogoimg
{
	position: absolute;
	top: 1px;
	left: 40px;
	width: 97px;
	height: 38px;
	background-image: url("images/logo_ahs.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.questform_clientlogo
{
	position: absolute;
	width: 200px;
	height: 40px;
	background-color: #dadada;
	overflow: hidden;
}

.questform_clientlogoimg
{
	position: absolute;
	bottom: 50px;
	width: 198px;
	height: 118px;
	background-image: url("images/logo_rwe_en.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 100% 100%;
	overflow: hidden;
}

.questform_main
{
	position: absolute;
	background-color: white;
	overflow-x: hidden;
	overflow-y: auto;
}

.questform_bottom
{
	position: absolute;
	height: 40px;
	background-color: #363940;
}


.questblock_main
{
	//border: 1px solid grey;
}

.questblock_title
{
	padding-left: 10px;
	font-family: 'hol3-b', Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}

.questblock_tab
{
	padding-left: 10px;
	font-family: 'hol3-r', Helvetica, sans-serif;
	font-size: 14px;
	color: black;	
}

.questblock_choicefive_td
{
	//border: 1px solid grey;
	vertical-align: top;
}

.questblock_choicefive_div
{
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.questblock_choicefive_div_off
{
	background-image: url("images/radio_off.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.questblock_choicefive_div_on
{
	background-image: url("images/radio_on.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.questblock_choicefive_smile_title
{
	padding-left: 10px;
	font-family: 'hol3-b', Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	padding-top: 10px;
	padding-bottom: 3px;
}

.questblock_choicefive_smile_td
{
	padding-top: 10px;
	padding-bottom: 3px;
}

.questblock_choicefive_smile_div
{
	width: 20px;
	height: 20px;
}

.questblock_choicefive_smile_happy
{
	background-image: url("images/smile_happy_small.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.questblock_choicefive_smile_sad
{
	background-image: url("images/smile_sad_small.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.questblock_choicefive_smile_triangle
{
	height: 15px;
	background-image: url("images/smile_triangle.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 90% 90%;
}

.questblock_qtitle
{
	padding-left: 10px;
}

.questblock_subtot
{
	height: 35px;
	background-color: #e0e0e0;
}

.questblock_subtottitle
{
	font-family: 'hol3-r', Helvetica, sans-serif;
	color: black;
	font-size: 16px;
	padding-left: 10px;
	vertical-align: middle;
	line-height: 35px;
}

.questblock_subtotwordeval
{
	position: relative;
	top: -35px;
	left: -180px;
	width: 180px;
	font-family: 'hol3-r', Helvetica, sans-serif;
	background-color: black;
	color: white;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 5px;
	vertical-align: middle;
	line-height: 30px;
}

.questblock_subtotnum
{
	position: relative;
	top: -70px;
	left: -180px;
	width: 100px;
	font-family: 'hol3-r', Helvetica, sans-serif;
	background-color: #fbae24;
	color: black;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	line-height: 35px;
}

.questform_butsubmit
{
	position: absolute;
	width: 180px;
	height: 40px;
	font-family: 'hol3-b', Helvetica, sans-serif;
	background-color: #3aab35;
	color: white;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	cursor: pointer;
}

.questform_dteval
{
	position: absolute;
	height: 40px;
	font-family: 'hol3-r', Helvetica, sans-serif;
	color: white;
	font-size: 14px;
	vertical-align: middle;
	line-height: 40px;
	padding-left: 10px;
}

.questform_dtout
{
	position: absolute;
	height: 40px;
	font-family: 'hol3-r', Helvetica, sans-serif;
	color: white;
	font-size: 14px;
	vertical-align: middle;
	line-height: 40px;
	padding-left: 10px;
}

.questform_bottomtitle
{
	position: absolute;
	height: 40px;
	left: 150px;
	font-family: 'hol3-r', Helvetica, sans-serif;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	line-height: 40px;
	vertical-align: middle;	
}

.questform_bottomavg
{
	position: absolute;
	width: 100px;
	height: 40px;
	font-family: 'hol3-b', Helvetica, sans-serif;
	background-color: black;
	color: #fbae24;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
}

.questform_bottomwordeval
{
	position: absolute;
	width: 180px;
	height: 35px;
	font-family: 'hol3-b', Helvetica, sans-serif;
	background-color: #fbae24;
	color: black;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 5px;
	vertical-align: middle;
	line-height: 35px;
}

.questform_bottomlogo
{
	position: absolute;
	width: 180px;
	height: 40px;
	//background-color: #dadada;
}

.questform_bottomlogoimg
{
	position: absolute;
	top: 2px;
	left: 10px;
	width: 160px;
	height: 35px;
	background-image: url("images/hol_logo.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: center;
	background-size: 100% 100%;
	cursor: pointer;
}

.questform_rightmain
{
	position: absolute;
	width: 200px;
	height: 1500px;
	border-left: 2px solid #e0e0e0;
	overflow: visible;
}

.questform_loclogo
{
	position: absolute;
	left: 20px;
	top: 20px;
	width: 160px;
}

.questform_loclogoimg
{
	width: 160px;
}

.questform_cookmsg
{
	position: absolute;
	height: 40px;
	font-family: 'hol3-b', Helvetica, sans-serif;
	background-color: rgba(32,32,32,0.75);
	color: white;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	cursor: pointer;
}

.questform_cookroger
{
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #3aab35;
}

