/* Stylesheet voor wiekiesjij */

* {
	padding : 0px; 
	border : 0px; 
	margin : 0px; 
} 

html {
	height : 100%; 
	width : 100%; 
	font-size: 1.25em; /* 1.25×16px = 20px */
}

body {
	background-color: #DBDBDB;	
	height : 100%; 
	width : 100%; 
	color: rgb(0, 0, 0);
	font-family:  Verdana,Arial,Helvetica,sans-serif;
}

html>body {
	font-size: 10px; /* overrides the above in all browsers except IE */
}

#border {
	width: 86.3em;
	border: 1px solid #000000;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top:2em;
	margin-bottom:1em;
}

#container {
	border: 1.6em solid #ffffff;
}

/* tabs */

#tabs {
	height:2.7em;
}

.tab,
.tabh {
	float: left;
	margin-bottom: 0.2em;
	height:2.0em;

	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bolder;
}

.tab a:link,
.tabh a:link,
.tab A:visited,
.tabh A:visited {
	text-decoration: none;
	vertical-align: top;
	position: relative;
	top: 0.5em;
}

.tabh {
	background-color: #E8E8E8;
}
.tabh a:link,
.tabh A:visited {
	color: #666666;
}
.tab a:link,
.tab A:visited {
	color: #000000;
}

.tab {
	background-image: url(image/tabBG.jpg);
	background-repeat: repeat-x;
}

/* content */

#contentbox {
	/*_height:25.0em;*/
	/* min-height:25.0em;*/
	position: relative; 
	background-color: #E8E8E8;
}

#inner {
	position: relative;
}
#content-text{
	position: absolute;
	padding-left: 5em;
	width: 80em;
}
#PropertyNum {
	position: absolute;
	left: 32em;
	font-size: 2em;
	font-weight: bolder;
	margin-top: 1em;
}
#PropertyDesc {
	margin-top: 2em;
	font-size: 1.3em;
}


/* filters */
.filterMargin {
	background-color: #F3F2F2;
	color: #000000;
	width: 4em;
	text-align: center;
}
.filterContent {
	background-color: #F3F2F2;
	color: #000000;
	width: 25em;
	text-align: left;
}
.filterMargin a:link {
	text-decoration: none;
	color: #FF0000;
}

/* step positions in question list */
.PropertyStatusFrame
{
	background-color: #ffffff;
	border-top: solid 1em white;
	border-bottom: 0px;
	font-size: 1.4em;
	text-align: center;
	padding:0; margin:0;
}

.PropertyStatusFrameList
{
width: 100%;
	text-align: left;
}
.PropertyStatusFrame ul, 
.PropertyStatusFrame li, 
.PropertyStatusFrame ul li, 
.PropertyStatusFrameList,
.PropertyStatusFrameList ul
{
	display:inline;

	list-style-type: none;
		cursor: pointer;
		margin:0;
}
.PropertyStatusFrameList button{
	 width: 3%;
}

.PropertyStatusFrame a {
	text-decoration:none;
}

.PropertyStatus {
	background-color: #FFFFFF;
	color: #999999;
}

.PropertyStatusAnswered
{
	background-color: #D2D2D2;
	color: #000000;
}

.PropertyStatusSelected,
.PropertyStatusSkipped
{
	background-color: #FF0000;
	color: #FFFFFF;
}


#SelectAnswerButtons 
{
	position:absolute;
	height: 4.0em;
	width: 60em;
	padding: 0;
	border: 0;
	text-align: center;
	top: 25em;
}

