/***************************************************************
OYA Global Stylesheet 
Target: Screen
Author: Martijn Schornagel - Momono Ontwerpwerk - www.momono.nl
****************************************************************/

* {
	margin: 0;
}

#content a:link, #content a:visited {
	text-decoration: none;
	color: #A10000;
	border-bottom: 1px solid #FF9900;
}
#content a:hover {
	border-bottom: 1px solid #A10000;
}
a:active, a:focus {
	outline: 0;
}
img {
	border: 0px;
}
ul {
	list-style: none;
}
body {
	background: #FFE699 url(../img/body-bg.jpg) repeat-x;
	font: 0.75em/18px Arial, Helvetica, sans-serif;
	color: #A10000;
}


/************************************************************
Positioning
************************************************************/
#leftcolumn {
	width: 298px;
}
#mainmenu {
	height: 272px;
	width: 298px;
	background: url(../img/bg-mainmenu.jpg);
	position: relative;
}
#submenu {
	height: 370px;
	background: url(../img/bg-submenu.jpg);
	text-align: right;
	width: 298px;
	position: relative;
}
#solliciteer a {
	text-align: right;
	position: absolute;
	top: 100px;
	right: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #A30000;
}
#solliciteer a:hover {
	color: #660000;
	text-decoration: none;
}
#boek {
	position: absolute;
	top: 100px;
	right: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #A30000;
	height: 155px;
	width: 133px;
}
#content {
	min-height: 488px;
	height: auto !important;
	height: 488px;
	position: absolute;
	width: 600px;
	left: 298px;
	top: 0px;
	background: url(../img/bg-content.jpg) no-repeat;
	padding: 154px 20px 20px 15px;
}

/************************************************************
Typography
************************************************************/
h1 {
	color: #79CAEE;
	font: normal 28px Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #FFAC28;
	font: normal 42px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	margin-top: -5px;
}
h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
p {
	margin-bottom: 15px;
}
#submenu ul {
	text-align: right;
	width: 120px;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 11px;
}
#submenu ul li {
}
#submenu ul li a {
}
/************************************************************
Classes
************************************************************/
.heading {
	height: 41px;
}
.email a {
	position: absolute;
	left: 55px;
	top: 201px;
	right: 15px;
	display: block;
	text-indent: -4000px;
	width: 230px;
	height: 18px;
}
.adres {
	display: none;
}
.bold {
	font-weight: bold;
}
.floatright {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.floatleft {
	float: left;
	border: 1px solid #CCCCCC;
}
.smalltype {
	font-size: 12px;
}
.divider {
}
.bestellen {
	border: 1px solid #FEAC27;
	padding: 8px;
	background-color: #FFFFFF;
	margin-top: 10px;
}
.clear {
	clear: both;
}
.page {
	font-weight: bold;
	padding-top: 12px;
	font-size: 11px;
}
.hoofdstuk {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 12px;
}
.onderschrift {
	line-height: 14px;
	color: #333333;
}

/************************************************************
Form
************************************************************/
.formtable td {
	padding-top: 4px;
	padding-bottom: 4px;
}
.rightborder {
	border-right: 1px solid #FFD577;
	padding-right: 15px;
}
.leftpadding {
	padding-left: 15px;
}
.formtable-field {
	background-color: #FFFFFF;
	width: 340px;
	border: 1px solid #FEC85D;
	color: #A60001;
	-webkit-border-radius: 3px;
}
.formtable-field:hover {
	width: 340px;
	border: 1px solid #FEC85D;
	background: #FFF7E7;
}
.formtable-submit {
	border: 1px solid #F15B12;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #F15B12;
}
.formtable-submit:hover {
	border: 1px solid #A90100;
	color: #FFCC00;
	background: #A90100;
}
.required {
	font-size: 15px;
	color: #F15B12;
	margin-right: -7px;
	margin-left: 1px;
}
.warning {
	padding: 8px;
	background: #FFE699;
	margin-bottom: 15px;
	color: #AA0000;
	border: 1px solid #FFAC28;
	margin-top: 4px;
}
.warning ul {
	margin-left: -40px;
	margin-top: 4px;
}
.warning ul li {
	font-size: 11px;
	background: url(../img/bullit.jpg) no-repeat left center;
	padding-left: 10px;
}
span.underlined {
	text-decoration: underline;
}

