/**
 * HTML ELEMENTS
 */
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFFCE4;
}

body, input, table, textarea, select {
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: #000000;
}

h1 {
	font-size: 14px;
	color: #C00130;
	margin-top: 3px;
}

h2 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 13px;
	color: #C00130;
}

p {
	margin: 0px 0px 7px 0px;
}

a:link {
	text-decoration: none;
	color: #C00130;
}

a:active {
	text-decoration: none;
	color: #C00130;
}

a:visited {
	text-decoration: none;
	color: #C00130;
}

a:hover {
	text-decoration: underline;
	color: #C00130;
}

hr {
	border: 0;
	border-top: 1px solid #C00130;
	height: 1px;
}

fieldset {
	margin-bottom: 10px;
	border: 1px solid #000000;
	/*width: 100%;*/
}

legend {
	color: #000000;
}

/**
 * BASIC LAYOUT
 */
#container {
	position: relative;
	width: 930px;
	height: auto !important;	/* real browsers */
	height: 100%; 				/* IE6: treaded as min-height*/
	min-height: 100%;			/* real browsers */
	margin: 0px 0px 0px 10px;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	background: #FFFCE4 url('/templates/willemssteinvoort/images/spacer.gif') repeat-y top left;
}

#row1 {
	width: 100%;
	height: 65px;
}

#row2 {
	width: 100%;
	height: 112px;
	background-color: #C00130;
}

#row3 {
	width: 100%;
}

#logo {
	position: relative;
	float: left;
	width: 251px;
	height: 112px;
	background-image: url('/templates/willemssteinvoort/images/logo.jpg');
}

#imagebar {
	position: relative;
	float: left;
	width: 564px;
}

#navcontainer {
	position: relative;
	float: left;
	width: 250px;
}

#content {
	position: relative;
	float: left;
	width: 550px;
}

#certlogos {
	position: relative;
	top: 228px;
	text-align: left;
	border: 0px dashed black;
}

#footer {
	position: relative;
	/*top: 228px;*/
	text-align: left;
}

/**
 * LAYOUT STYLE
 */
#content {
	text-align: left;
	padding: 10px 5px 5px 5px;
}

#imagebar img {
	margin: 0px;
	padding: 0px;
}

#certlogos img {
	margin: 5px 0px 5px 5px;
}


#navcontainer ul {
	text-align: right;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}

#navcontainer a {
	display: block;
	padding: 7px 20px 5px 6px;
	width: 224px;
	background-color: #C00130;
	border-bottom: 1px solid #FFFCE4;
	background-image: url('/images/list.gif');
	background-repeat: no-repeat;
	background-position: center right;
}


#navcontainer a:link, #navcontainer a:visited {
	color: #FFFCE4;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #FFFCE4;
	color: #C00130;
}

#navcontainer li#active a {
	background-image: url('/images/list_active.gif');
	background-repeat: no-repeat;
	background-position: center right;
	color: #000000;
}

/**
 * DATATABLES
 */
.datatable {
	margin: 0px 0px 10px 0px;
}

.datatable th {
	font-weight: bold;
	vertical-align: top;
	padding: 0px 3px 0px 3px;
}

.datatable td {
	padding: 0px;
	vertical-align: top;
	padding: 0px 3px 0px 3px;
}

/**
 * TABPANELS
 */
#tabpane {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
}

#tabpane li {
	list-style: none;
	margin: 0;
	display: inline;
}

#tabpane li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #FFFCE4;
	text-decoration: none;
}

#tabpane li a:link {
	color: #002D77;
}
#tabpane li a:visited {
	color: #002D77;
}

#tabpane li a:hover {
	color: #000;
	background: #4F83D7;
	border-color: #227;
}

#tabpane li a#current {
	background: white;
	border-bottom: 1px solid white;
}

.center {
	text-align: center;
}

/**
 * FORM STYLE
 */
.formtable {
	table-layout: fixed;
}

.formtable th {
	text-align: right;
	width: 200px;
	vertical-align: top;
	padding: 7px 3px 3px 3px;
	/*font-weight: normal;*/
}

.formtable th.fullwidth {
 	text-align: left;
 	width: 100%;
}

.formtable td {
	padding: 5px;
}

.formtable td p {
	margin: 2px 0px 0px 0px;
	padding: 2px 2px 2px 0px;
}

/**
* SECTIONS
*/
.section {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-collapse: collapse;
}
.section td {
	vertical-align: top;
	padding: 0px 5px 0px 0px;
}
.section td img {
	margin: 3px 0px 0px 0px;
}

/**
 * BANNERS
 */
#banners img {
	margin-left: 25px;
}

/**
 * ABOUT STYLE
 */
#about {
	position: absolute;
	left: 15px;
	top: -75px;
	z-index: 100;
	background-image: url('/templates/willemssteinvoort/images/popup.gif');
	width: 528px;
	height: 469px;
	text-align: center;
}

#about_close {
	margin: 5px 15px 0px 0px;
	text-align: right;
}

#about_photo {
	margin: 20px 0px 10px 0px;
}

#about_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#about_list li {
	padding: 3px 0px 3px 0px;
}

#about_list li a {
	font-size: 10pt;
	font-weight: bold;
}

#about_quote {
	margin: 20px 35px 0px 25px;
	background-color: #FFFCE4;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
	padding: 3px;
}

#about_description {
	text-align: justify;
	color: #FFFCE4;
	padding: 10px 35px 5px 25px;
}

#about_description a:link, #about_description a:active, #about_description a:visited {
	text-decoration: none;
	color: #FFFCE4;
}

#about_description a:hover {
	text-decoration: underline;
	color: #FFFCE4;
}
