/* styles voor Erjo */
/* by Omega Webdesign, 24-4-2009 */


html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: white;
	font-family: Arial;
	font-size: 91%;
	line-height: 1.6em;
}

h1 { margin: 0; color: #671864; }

.sIFR-active h1, .sIFR-active h2, .sIFR-active h3 {
	visibility: hidden;
	font-family: Arial;
	line-height: 1em;
}

#wrapper {
	background-color: white;
	background-image: url(../imgs/erjo_background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0;
}

	#innerWrapper {
		position: relative;
		width: 918px;
		margin: 0 auto;
		padding: 0;
		border: solid 0px blue;
		background-image: url(../imgs/erjo_midden.jpg);
		background-position: 0px top;
		background-repeat: repeat-y;
	}
	
		#iIWrapper {
			background-image: url(../imgs/erjo_top.jpg);
			background-position: 0 0px;
			background-repeat: no-repeat;
			width: 918px;
			margin: 0;
			padding: 0;
		}
		
			#iIIWrapper {
				background-image: url(../imgs/erjo_bottom.jpg);
				background-position: 0px bottom;
				background-repeat: no-repeat;
				min-height: 810px;
				margin: 0;
				padding-bottom: 30px;
			}
			
				#header {
					margin: 0;
					padding: 12px 0 0 400px;
					height: 250px;
					color: #671864; 
					font-size: 1.2em; 
					font-style: italic;
				}
				
				#content {
					margin: 0 50px 0 300px;
					padding: 0;
				}
				
					#content #menu {
						border: solid 0px red;
						float: left;
						margin: 0 0 0 -300px;
						padding: 0 0 190px 0;
						width: 258px;
						min-height: 160px;
						background-image: url(../imgs/erjo_menu_background.jpg);
						background-position: 0 bottom;
						background-repeat: no-repeat;
					}
					
						#content #menu ul {
							background-image: url(../imgs/erjo_menu_lijn.jpg);
							background-position: 0 top;
							background-repeat: repeat-y;
							margin: 0px;
							padding: 0 0 0 10px;
							list-style: none;
						}
							
							#content #menu ul li {
								background-image: url(../imgs/erjo_menu_item.jpg);
								background-position: 0 12px;
								background-repeat: no-repeat;
								margin: 0px;
								padding: 7px 0px 7px 40px;
								list-style: none;
							}
							
								#content #menu ul li a:link, #content #menu ul li a:visited { color: #671864; font-size: 1.2em; text-decoration: none; }
								#content #menu ul li a:hover { text-decoration: underline; }
								
								#content #menu ul ul {
									background-image: none;
									font-size: 0.8em;
									padding-top: 7px;
								}
								
									#content #menu ul ul li {
										background-image: none;
										padding: 2px 0;
									}
			
			#footer {
				background-image: url(../imgs/erjo_footer.jpg);
				background-position: 0 bottom;
				background-repeat: no-repeat;
				height: 34px;
				margin: 0;
				padding: 5px 0 0 400px;
				color: #671864; 
				font-size: 1.2em; 
				font-style: italic;
			}

#innerContent #mailform { 
	position: relative;
	margin: 0; 
	padding: 0; 
}
		
	#innerContent #mailform fieldset {
		position: relative;
		border: none;
		width: 393px;
		padding: 0px;
		margin: 0px;
	}
	
		#innerContent #mailform fieldset #veldwrapper { 
			position: relative; 
			margin: 20px 0 0 0; 
			padding: 0; 
		}
		
			#innerContent #mailform fieldset #veldwrapper .rij, #innerContent #mailform fieldset #veldwrapper .submrij {
				padding: 2px 0;
			}
			
			#innerContent #mailform fieldset #veldwrapper .submrij {
				text-align: center;
			}
		
				#innerContent #mailform fieldset #veldwrapper .rij .lkolom { 
					float: left; 
					width: 122px;
					clear: left;
				}
				
				#innerContent #mailform fieldset #veldwrapper .rij input.txt {
					width: 207px; /*230px;*/
					height: 18px;
					margin: 0;
					padding: 0;
					background-color: white;
					border: solid 1px #671864;
				}
		
				#innerContent #mailform div.error { 
					width: 331px; /*356px;*/
					background-color: #ef5d23; 
					color: black; 
					font-weight: bold; 
				}
			
				#innerContent #mailform textarea  { 
					width: 328px; /*352px; */
					background-color: white;
					border: solid 1px #671864;
				}