@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/spiegeltuin/bg.jpg);
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-color: #000;
}
body,p,h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #7930A6;
	line-height: 15px;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #7930A6;
	line-height: normal;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #7930A6;
	line-height: 15px;
	font-weight: bold;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #7930A6;
	line-height: 15px;
	font-weight: bold;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #7930A6;
	line-height: 15px;
	font-style: italic;
	font-weight: normal;
}
a {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #7930A6;
	line-height: 15px;
}
a:hover {
	color: #D8AB1E;
}
ul {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #7930A6;
	padding-left: 16px;
	line-height: 15px;
}
#wrapper {
	width: 1000px;
	height: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/spiegeltuin/logo.png);
	background-repeat: no-repeat;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	height: 112px;
	margin-top: 20px;
	background-position: center top;
}
#content {
	position: relative;
	width: 860px;
}#contentWhite {
	background-image: url(../images/spiegeltuin/white-bg-90.png);
	background-repeat: repeat;
	height: 600px;
	width: 860px;
	padding: 70px;
	position: relative;
}
.textBold {
	font-weight: bold;
}
.spiegelvraag2Table {
	height: 30px;
	width: 200px;
	font-weight: bold;
}
.spiegelvraag4Table1 {
	height: 30px;
	width: 30px;
	font-weight: bold;
}
.spiegelvraag4Table2 {
	height: 30px;
	width: 400px;
	font-weight: bold;
}
table ,tr,td{
	border: 1px solid #7930A6;
}
#closebox {
	position:absolute;
	left:975px;
	top:9px;
	width:19px;
	height:19px;
	z-index:1;
	background-image: url(../images/spiegeltuin/closebox.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#closebox:hover {
	position:absolute;
	left:975px;
	top:9px;
	width:19px;
	height:19px;
	z-index:1;
	background-image: url(../images/spiegeltuin/closebox-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#terug {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: right;
	width: 99%;
	padding-top: 10px;
	padding-right: 1%;
}

