@charset "utf-8";
/* CSS Document */
body {
	background: #000 url(/images/bg.jpg) repeat-x;
	margin: 0;
	font-family: Arial, Helvetica;
	color: #fff;
	font-size: small;
	line-height: 150%;
}
.all {
	width: 1098px;
	margin: auto;
	border: 1px solid #666;
	border-top: none;
}
.header {
	height: 222px;
	border-bottom: 1px solid #666;
}
.header .links {
	width: 20px;
	float: left;
	height: 222px;
}
.links-top {
	width: 20px;
	height: 71px;
	border-bottom: 1px solid #666;
	background: #252525;
}
.links-bot {
	width: 20px;
	height:150px;
	background: #9b350e;
}
.header .midden {
	width: 299px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	float: left;
	height: 222px;
}
.midden-top {
	width: 299px;
	height: 71px;
	border-bottom: 1px solid #666;
	background: #252525;
}
.midden-bot {
	width: 299px;
	height:150px;
	background: #db4b13;
}
.header .rechts {
	height: 222px;
	background: #000;
}
.content {
	overflow: auto;
	background: #252525 url(/images/content-bg.jpg) repeat-y -1px;
}
.content .links {
	width: 20px;
	float: left;
	min-height: 222px;
}
.content .midden {
	width: 280px;
	float: left;
	min-height: 222px;
	padding: 10px;
	padding-top: 20px;
}
.content .rechts {
	float: left;
	width: 775px;
}
.content .menu {
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	width: 776px;
	background: #000;
}
.content .menu ul {
	padding: 0;
	margin: 0;
}
.content .menu ul li {
	list-style: none;
	float: left;
}
.content .menu ul li a {
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.content .rechts .text {
	padding: 40px;
}
.midden h1 {
	padding: 0px;
	line-height: 150%;
	margin: 0;
	font-size: 18px;
	background: none;
	color: #e25e19;
	display: inline;
	text-transform: uppercase;
}
h1 {
	padding: 5px;
	line-height: 150%;
	margin: 0;
	font-size: 18px;
	background: #e25e19;
	color: #252525;
	display: inline;
	text-transform: uppercase;
}
a {
	color: #e25e19;
}
ul {
	color: #e25e19;
}
li {
	color: #fff;
}
.small						{font-size:10px;}
#bestelformulier 				{width: 460px; text-align:left;}
#bestelformulier label				{display: block;}
#bestelformulier fieldset			{width: 460px;}
#bestelformulier legend				{margin-bottom:10px; color:#c7b299; font-size:10px; padding:0 2px 0 2px;}
#bestelformulier .fixedwidth			{float:left; width:200px;margin:2px 0 0 0; }
#bestelformulier .input				{margin:2px 0 0 0; width:216px;}
#bestelformulier .align				{width:187px !important;}

#adres						{width:700px;}
#adres	tr					{}
#adres	tr td					{width:230px; text-align:left; valign:top;}
#bel { margin-top: 30px; }
