html, body, #wrapper {
	color: #414141;
	height: 100%;
	background: url(../gfx/backgrounds/bg_body.png) #f26739 repeat-x;
}
#bgwrapper {
	position: absolute;
	height: 375px;
	width: 370px;
	left: 0;
	bottom: 100px;
	background: url(../gfx/backgrounds/bg_container.png);
}
#wrapper {
	position: relative;
	width: 980px;
	height: auto !important;
	min-height: 100%;
	margin: 0 auto;
	background: url(../gfx/backgrounds/bg_main.png) repeat-y;
}
h1, h2, h3, h4, h5, h6 {
	color: #f26722;
}
.content h2 {
	font-size: 11pt;
}
a {
	text-decoration: none
}
a:link, a:visited {
	color: #fbbb86
}
a:hover, a:active {
	color: #FFFFFF
}
#main {
	padding-bottom: 60px;
}
#containerLeft {
	width: 150px;
	padding: 0;
	float: left;
}
.content h1#logo {
	height: 150px;
	width: 150px;
	text-indent: -999em;
	background: url(../gfx/logo-oranjecomite.png) no-repeat;
	padding: 0;
	margin: 0;
}
#containerRight {
	width: 760px;
	margin: 0 0 0 170px;
}
#sectionArea {
	background: url(../gfx/backgrounds/bg_sectionArea.png);
	border: 1px solid #f79a67;
	margin: 0 0 1.6em 0;
	background-color: #F36823;
}
#sectionArea #sectionsInfo h3 {
	color: #fbbb86;
	padding: 10px 10px 10px;
	margin: 0;
}
#sectionArea #sectionsInfo p {
	color: #fbbb86;
	padding: 0 10px 10px;
	margin: 0;
}
#sectionArea ul {
	padding: 0;
	margin: 0;
}
#sectionArea ul li {
	display: block;
	width: 184px;
	height: 140px;
	margin: 10px 0;
	float: left;
}
#sectionArea ul li a {
	display: block;
	height: 140px;
	width: 184px;
	text-indent: -999em;
}
#sectionArea ul li a.qday {
	background: url(../gfx/backgrounds/sectionQday.png) 0 0;
}
#sectionArea ul li a.may {
	background: url(../gfx/backgrounds/sectionMay.png) 0 0;
}
#sectionArea ul li a.photos {
	background: url(../gfx/backgrounds/sectionPhoto.png) 0 0;
}
#sectionArea ul li a.sint {
	background: url(../gfx/backgrounds/sectionSint.png) 0 0;
}
#sectionArea a.sluiten {
	position: absolute;
	height: 30px;
	line-height: 30px;
	bottom: -31px;
	right: -1px;
	background: #f47527;
	border: 1px solid #f79a67;
	border-top: none;
	padding: 0 10px;
}
#contentArea {
	min-height: 480px;
	background: #FFFFFF;
	padding: 1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#contentArea a:link, #contentArea a:visited {
	color: #f26722;
}
#contentArea a:hover {
	color: #FF6600
}
.inleiding {
	font-weight: bold;
	color: #ff6633;
}
#footer {
	position: relative;
	width: 980px;
	height: 60px;
	background: #f26739;
	margin: -60px auto 0;
	clear:both;
}
#footer .foot {
	line-height: 60px;
	color: #fbbb86;
	padding: 0 0 0 130px;
	margin: 0 0 0 170px;
	background: url(../gfx/backgrounds/bg_footer.png) no-repeat left center;
}
/* Form */

.content form {
	z-index: 1;
}
.content form h2 {
	font-size: 1em;
	font-weight: normal;
	color: #F06;
}
.content form p {
	color: #666;
	margin: 0;
}
.content form label {
	display: inline-block;
	width: 140px;
	margin: 0 0 0 10px;
}
.content form div {
	padding: 0;
}
.content form div div {
	display:block;
	border-bottom: 1px solid #E9E9E9;
	padding: .8em 0;
}
.content form input[type='text'], .content form textarea {
	width: 400px;
}
.content form div div.formDiv {
	border-bottom: none;
	padding: 0;
}
.content form div.footer {
	padding: 1.6em 0 .8em 490px;
	border-bottom: none;
}
ul.error {
	color: #F03;
	list-style: inside square;
	margin:1.6em;
}
ul.error li.title {
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}
.success {
	color: #090;
}
/* clear */

.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear {
	display: inline-block;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {
	height: 1%;
}
/*NOTIFICATIONS -controls*/
a.close {
	position: absolute;
	top: 5px;
	right: 5px;
	padding-right: 15px;
	color:#990000;
	background: url(../img/icons/cross_small.png) no-repeat right center;
	font-size:9px
}
/*NOTIFICATIONS -defaults*/
div.notification {
	position: relative;
	margin: 5px 0 10px 0;
}
div.notification em {
	padding: .5em;
	font-style:normal;
	display: block
}
div.notification em img {
	margin-right: 10px;
	position: relative;
	top: 3px;
}
/*NOTIFICATIONS -variations*/
div.error {
	border: 1px solid #d7bbb8;
	background: url(../img/layout/highlight_red.gif) repeat-x #f6dcd9;
}
div.confirm {
	border: 1px solid #cad3a6;
	background: url(../img/layout/highlight_green.gif) repeat-x #dfe9b8;
}
div.attention {
	border: 1px solid #dbd6a1;
	background: url(../img/layout/highlight_yellow.gif) repeat-x #f8f2b7;
}
div.information {
	border: 1px solid #b8c6d2;
	background: url(../img/layout/highlight_blue.gif) repeat-x #dae6f1;
}
.content table, .content td {
	border: none;
}

.content td {
	padding: .4em;
}
