@charset "utf-8";
body {
	font: 0.72em Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	background: #E3DCCE;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
A {
	font-size:1.2em;
	color : #998153;
	font-weight : bold;
	text-decoration : none;
}
A:Active {
	color : #CBB37A;
}
A:Hover {
	color : #333;
	text-decoration : underline;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #74623F;
	font-variant: small-caps;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #74623F;
	font-variant: small-caps;
	line-height: 20px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	font-variant: small-caps;
	line-height: 20px;
	margin: 0 0 -15px 0;
}
hr {
	color: #B0996F;
}
.schoppenvrouw #maintable {
	width: 600px;
	text-align:center;
}
.maintd {
	height:190px;
	border-bottom:1px solid #B0996F;
	margin:0;
	padding:5px;
	text-align:left;
}
.center {
	text-align:center;
}
.schoppenvrouw #container {
	position: relative;
	min-width:800px;
	max-width: 980px;
	background: #fff url(../assets/background.gif) repeat-y;
	margin: 20px auto;
	border: 1px solid #000000;
	text-align: left;
}
.schoppenvrouw #header {
	height: 45px;
	background: #B0996F;
	padding: 0 10px 0 20px;
}
.schoppenvrouw #header h1 {
	margin: 0;
	padding: 10px 0;
}
.schoppenvrouw #sidebar1 {
	position: absolute;
	top: 60px;
	left: 0;
	width: 220px;
	padding: 0 0 15px 0;
}
.schoppenvrouw #sidebar2 {
	position: absolute;
	top: 90px;
	right: 0;
	width: 200px;
	background: #fff;
	padding: 15px 10px 15px 20px;
	text-align:center;
	font-style:italic;
	color:#B0996F;
}
.schoppenvrouw #mainContent {
	margin: 25px 250px;
	padding: 0 10px;
}
.schoppenvrouw #mainContentB {
	margin: 25px 50px 0 250px;
	padding: 0 10px;
}
.schoppenvrouw #footer {
	padding: 0 10px 0 20px;
	background:#B0996F;
	border-top: 1px solid #000;
}
.schoppenvrouw #footer p {
	margin: 0;
	padding: 10px 0;
	text-align:center;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
