/*
	CSS voor www.theomaes.com
	gemaakt door ROVIKA
	alle rechten voorbehouden
*/

/*		basis		*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0px;
	background-color: #DBC476;
/* DBBF5F */
}
table{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: black;
}
img {
	border: 0px none #000000;
	margin: 0px;
}
.img {
	border: 1px solid black;
	margin: 0px;
}


/*		links		*/

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #78380A;

}
a:hover{
	color: black;
	text-decoration: underline;
}
a:active{
	color: #FFD800;
}

/*		h's		*/

h1{
	font-size: 36px;
	margin-top: 0px;
	color: black;
}
h2{
	font-size: 24px;
	color: #3F1B03;
	margin-top: 0px;
	
}
h3{
	font-size: 18px;
	color: black;
	margin-top: 0px;
}
h4{
	font-size: 13px;
	color: #3F1B03;
	width: 100%;
	text-transform: capitalize;
}
h5{
	font-size: 10px;
	color: black;
	margin-top: 0px;
}
h6{
	font-size: 8px;
	color: black;
	margin-top: 0px;
}

/*		form		*/
input, select, textarea, optgroup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	padding: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #363636;
	background-color: #F0F0F0;
	color: #363636;
	margin: 2px;
}
fieldset {
	border-width: 1px;
	border-color: #B3B5C3;
	border-style: solid;
	padding: 10px;
}
legend {
	color: #52545E;
	font-size: 12px;
	font-weight:bold;
}

/*		id's		*/

#maindiv1{
	text-align: center;
	position: absolute;
	top: 0px;
	left: -375px;
	width: 100%;
	height: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
}
#maindiv2{
	margin-left: 0px;
	position: absolute;
	left: 50%;
	width: 50%;
	height: 100%;
	visibility: visible;
}
#maintable{
	width: 740px;
	height: 100%;
	border-collapse: collapse;
	border-style: none;
	border-width: 0px;
	border-color: black;
}
#footer{
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-left: 165px;
	margin-bottom: -6px;
	font-size: 9px;
}
/*		classes		*/
.radio{
	border-width: 0px;
	border-style:none;
	border-color: black;
	background-color: white;
}
.tab{
	margin-left: 20px;
	font-variant: small-caps;
}
.leftcol{
width: 180px;
height: 104px;
}
.nopic{
width: 500px;
height: 30px;
background-color:#999999;
vertical-align: middle;
text-align: center;
}

.tablehead{
height: 22px;
width: 100%;
background-color: #BC9E39;
color: black;
padding-left: 30px;
padding-top: 2px;
background-image: url('../images/icon_arrow.gif');
background-repeat: no-repeat;
font-size: 14px;
font-weight: bold;
vertical-align: middle;
border: 1px solid black;
}
.table ul li{
font-weight: bold;
text-transform: capitalize;
font-variant: small-caps;
text-align: left;
}
.table{
background-color: white;
border: 1px solid black;
width: 100%;
border-collapse: collapse;
padding: 3px;
text-align: center;
}

.table img{
border: 1px solid black;
text-align: center;
}
.insprong{
margin-left: 50px;
margin-bottom: 10px;
text-align: left;
}

.info{
margin-left: 10px;
margin-bottom: 5px;
margin-top: 5px;
text-align: left;
font-weight: bold;
}