﻿.sliderwrapper {
	position: relative; /*leave as is*/;
	overflow: hidden; /*leave as is*/;
	border: 3px solid navy;
}


.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/;
	position: absolute; /*leave as is*/;
	left: 0; /*leave as is*/;
	top: 0; /*leave as is*/;
	padding: 10px;
	background: #E9EFF8;
	width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */;
	height: 100%;
}

.questiontable {
	width:100%;
	height:200px;
}

.questiontable td {
	height : 50px;

}

.questiontablesmallcells td {
	height : 37px;
}


.pagination {
	visibility: hidden; /*leave as is*/;
	height : 1px;
	width: 20%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/;
	z-index: 101;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pagination a {
	padding: 6px;
	top: -100px;
	text-decoration: bold;
	color: #00007D;
	background: white;
}
.pagination a:hover, .pagination a.selected {
}
.title_question {
	position: relative;
	left: 10px;
	width: 750px;
	font-size: 16px;
	font-family: Verdana;
	margin-top: 5px;
	margin-bottom: 5px;
}
#dhtmltooltip {
	font-family: verdana;
	font-size: 8pt;
	text-align: left;
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid navy;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 105; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/;
}
#dhtmlpointer {
	position: absolute;
	left: -300px;
	z-index: 105;
	visibility: hidden;
}
.but {
	position: relative;
	z-index: 0;
]
}


.klein	{ font-family: Arial; font-size: 10px; color:#000000; font-weight: normal; font-style: normal; }
.prozent_bar    { border: 1px solid #FA5A0E; height: 15px; padding: 1px; background-color: #E4EBF1; }
.prozent       { background-color: #FA5A0E; font-family: Arial; font-size: 10px; line-height: 13px; color:#FFFFFF; font-weight: normal; }


.style1 {
	text-align: left;
}
.style2 {
	background-color: #FFFFDF;
}
.style3 {
	background-color: #E9EFF8;
}
.style4 {
	background-color: #EAF1DD;
}
.style5 {
	text-decoration: underline;
}


