/* @override http://www.opperdoezerronde.nl/css/style.css */

	
	/* ###	GLOBAL	########################################################## */
	
	html, body {
		height: 100%;	
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	body {
		background-image: url('/img/body-background01.jpg');
		background-repeat: repeat-x;
		background-color: #F4F1ED;
		text-align: center;
		margin: 0px;
		padding: 0px 0px 0px 0px;
		color: #666666;
		font-family: arial;
		font-size: 11px;
		line-height: 20px;
	}
	
	table {
		margin: 0px;
		padding: 0px;
	}
	
	img {
		display: block;
		padding: 0px;
		margin: 0px;
		border: 0px;	
	}

	td {
		vertical-align: top;	
	}
	
	
	a {
		color: #666666;
		text-decoration: underline;	
	}
	
	.break {
		margin: 20px 0px 20px 0px;
		height: 1px;
		width: 100%;
		font-size: 1px;
		* width: 530px;
		color: #517149;
	}

	/* ###	CONTACT	########################################################## */
	
	
	form#contactform .formitem {
		line-height: 28px;
		font-size: 12px;
	}
	
	form#contactform input[type=text], select {
		font-size: 13px;
		height: 18px;
		border: solid 2px #c5c5c5;
		width: 320px;
		color: #535353;
		font-family: arial;
	}
	
	form#contactform textarea {
		font-size: 13px;
		height: 48px;
		border: solid 2px #c5c5c5;
		width: 320px;
		color: #535353;
		font-family: arial;
	}
	
	.break {
		margin: 20px 0px 20px 0px;
		height: 1px;
		width: 100%;
		font-size: 1px;
		* width: 530px;
		color: #A52700;
		background-color: #efb0cb;
	}
	

	
	/* ###	MAIN	########################################################## */
	
	#main-table { width: 100%; background: transparent url(/img/footer01.jpg) no-repeat 0 100%; }
		
	#main01 {
	
		margin: 0px auto 0px auto;
		width: 980px;
		background-image: url('/img/header01.jpg');
		background-repeat: no-repeat;
		text-align: center;
		
	}
	
	#main03 {
	
		margin: 0px auto 0px auto;
		width: 980px;
		background-image: url('/img/header03.jpg');
		background-repeat: no-repeat;
		text-align: center;
		
	}
	
	#main01 #content_left, #main03 #content_left {
		padding: 50px 0px 0px 60px;
		width: 100px;
		text-align: left;
		height: 100%;
	}
	
	#main01 #content, #main03 #content {
		padding: 40px 0px 200px 10px;  /* Footer hoogte */
		text-align: left;
		width: 520px;
		margin-right: 20px;
		height: 100%;
	}
	
	#main01 #content_right, #main03 #content_right {
		text-align: left;
		width: 230px;
		height: 100%;
		padding-left: 30px;
	}
	
	/* ###	HEADERS	########################################################## */
	
	#header {
		
		margin: 0px auto 0px auto;
		width: 980px;
		background-image: url("/img/website-background01.jpg");
	}
	
	#header03 {
		
		margin: 0px auto 0px auto;
		width: 980px;
		background-image: url("/img/website-background03.jpg");
	}
	
	
	
	/* ###	FOOTERS	########################################################## */
	
	#adres {
	 background: #F4F1ED;
		margin: 0 0 20px 0;
	}
	
	#footer { padding-bottom: 20px; }
	
	#adres table {
		text-align: center;
		margin: 0px auto 0px auto;
	}
	
	#adres .spacer {
	
		background-image: url("/img/footer-spacer.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		width: 12px;
		margin: 0px 4px 0px 4px;
		height: 10px;
		padding-top: 10px;
	}
	
	#adres .link01 {
		width: 140px;
		font-weight: bold; 
		font-size: 19px;
		background-image: url("/img/arrow03.jpg");
		background-repeat: no-repeat;
		background-position: right;
		color: #A52700;
		padding-right: 30px;
	}
	
	.link01 {
		width: 140px;
		font-weight: bold; 
		font-size: 13px;
		background-image: url("/img/arrow05.jpg");
		text-decoration: none;
		background-repeat: no-repeat;
		background-position: left;
		color: #666666;
		padding-left: 20px;
	}
	
	.link02 {
		width: 140px;
		font-weight: bold; 
		font-size: 13px;
		background-image: url("/img/arrow01.gif");
		text-decoration:none;
		background-repeat: no-repeat;
		background-position: right;
		color: #666666;
		padding-right: 20px;
	}

	.link03 {
		width: 140px;
		font-weight: bold; 
		font-size: 13px;
		background-image: url("/img/arrow05.jpg");
		background-repeat: no-repeat;
		background-position: right;
		color: #666666;
		padding-right: 20px;
	}

	.link04 {
		width: 140px;
		font-weight: bold; 
		font-size: 16px;
		background-image: url("/img/arrow04.jpg");
		background-repeat: no-repeat;
		background-position: right;
		color: #A52700;
		text-decoration: none;
		padding-right: 20px;
	}

	
	/* ###	MENU	########################################################## */
	
	#menu {
		font-family: Georgia, "Times New Roman", Times, serif;
		width: 130px;
		
	}
	
	#menu ul { list-style: none; margin: 0; padding: 0; }
	 #menu li {	text-align: left; margin: 10px 0; }
  	#menu li a {
  		text-decoration: none;
  		color: #517149;
  		padding: 2px 15px 2px 0px;
  		font-size: 14px;
  		font-weight: bold;	
  	}

  	#menu li.menu-selected a, #menu li a:hover {
  		color: #A52700;
  		background: transparent url("/img/arrow01.gif") no-repeat 100% 50%;
  	}
	
	#menu li.menu-selected a {
		text-decoration: none;
		color: #A52700;
		font-size: 14px;
		font-weight: bold;	
		background-image: url("/img/arrow01.gif");
		background-repeat: no-repeat;
	}
		
	#container {
		margin: 0px auto 0px auto;
		width: 980px;
		height: 100%;
	}
	
	
	/* ###	BREADCRUMS	########################################################## */
	
	#pageTitle {
		height: 18px;
		color: #A52700;
		font-size: 16px;	
		padding: 10px 4px 4px 8px;
		float: left;
		
		font-weight: normal;
	}
	

	div.pageCrums {
		color: #FFFFCC;
		font-size: 10px;
		font-weight: bold;
	}
	
	
	div.pageTitle {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #A52700;
		font-size: 22px;
		font-weight: bold;
		text-align: left;
		padding: 20px 0px 10px 10px;
		* clear: both;
		* padding: 10px 0px 10px 10px;

	}
	
	div.productTitle {
		color: #A52700;
		font-size: 22px;
	
		* width: 400px;
		font-weight: normal;
		text-align: left;
		padding: 20px 0px 10px 0px;
		* clear: both;
		* padding: 10px 0px 10px 0px;

	}
	
	div.pageIntro {
		font-size: 14px;
		color: #C1C1A8;
		text-align: left;
	}
	
	div.pageText {
		font-size: 11px;
		color: #C1C1A8;
		text-align: left;
		
	}
	
	
	/* ###	MISC	########################################################## */
	
	.extraInfo {
		
		height: 23px; 
		font-size: 14px; 
		padding-top: 5px; 
		padding-left: 10px;
	}
	
	#imageZijkant {
		padding-top: 30px;
		
	}
