/* Standaard elementen */
html, body, td, div,a,strong,p,h1,h2,h3,h4,h5,input,textarea{
	margin: 0;
	padding: 0;
	font: 11px Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#333;
}
html,body {
	height: 100%;
	width: 100%;
}
img {
	border: 0px;
}
hr {
	height:0px;
	border: none; 
	border-bottom: 1px solid #000;
}

a:hover {
	text-decoration: none;
}
strong {
font-weight: bold;
}

ol, ul {
	margin:0;
	padding: 0;
	line-height: 16px;
	font: 11px Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
}
ul {
	margin: 10px 0 10px 15px;
}
li {
	line-height: 16px;
	margin: 1px 0px;
	list-style-image: url('../img/bullet.gif');
}
h1 { 
	font-size: 16px;
	margin-bottom: 20px;
}
p {
	line-height: 16px;
}
p a {
	color: #d95f09
}
.txtInputLarge, .txtArea {
	border: 1px solid #d95f09;
}
.txtInputLargeWrong, .txtAreaWrong{
	border: 1px solid #ff0000;
}
.txtInputLarge,.txtInputLargeWrong {
	width: 300px;
	height: 18px;
	line-height: 18px;
}
.txtArea,.txtAreaWrong {
	width: 300px;
	height: 60px;
	overflow: auto;
}
.frmSubmit {
	border: 1px solid #d95f09;
}
.forminfo{
	display:none;
}
/* Ombouw gerelateerde CSS */
body {
	background: url('../img/back.gif') repeat-x #FFF;
}
.siteContainer {
	margin: 0 auto;
	width: 970px;
}
.siteHeader,.pageLayout,.siteFooter {
	float: left;
	width: 100%;
}
.logoHeader {
	float: left;
	width: 247px;
	background: url('../img/shade_lr.gif') repeat-y;
}	
.logoHeader IMG{ 
	float: left;
	margin: 70px 10px 10px 11px;
}
.leftLogo {
	float:left;
	width: 9px;
	height: 47px;
	margin-top: 95px;
	background: url('../img/pshade_l.jpg') no-repeat;
}
.rightLogo {
	float:left;
	width: 9px;
	height: 47px;
	margin-top: 95px;
	background: url('../img/pshade_r.jpg') no-repeat;
}
.logoBottom {
	height:39px;
	float:left;
	width:247px;
	margin-top: 20px;
	background: url('../img/shade_bot.gif') no-repeat 100% 100%;
}
.headerImage {
	float: left;
	width: 400px;
	height: 95px;
}
.smallMenu {
	float:right;
	margin-top: 75px;
	color: #d95f09;
}
.smallMenu a {
	color: #85185b;
	text-decoration:none;
}
.smallMenu a:hover {
	color: #111;
}
.siteMenu {
	float: left;
	width: 722px;
	height: 47px;
	border-left: 1px solid #9e6488;
}
.siteMenu a {
	border-right: 1px solid #9e6488;
	color: #FFF;
	padding: 15px 21px;
	line-height: 47px;
	font-weight: bold;
	text-decoration:none;
	font-size: 12px;
}
.siteMenu a:hover,.siteMenu a.selected {
	background: url('../img/back_orange.gif') repeat-x 100% 100%;
	border-right: 1px solid #9e6488;
	color: #FFF;
	padding: 15px 21px;
	line-height: 47px;
	font-weight: bold;
	text-decoration:none;
	font-size: 12px;
}
.breadCrumb {
	float: left;
	width: 650px;
	margin: 10px 12px;
}
.breadCrumb strong {
	font-weight: bold;
}
.pageLeft {
	float: left;
	width: 250px;
}
.pageMenu {
	float: left;
	margin-top: 20px;
	width: 247px;
	background: url('../img/shade_lr.gif') repeat-y 100% 100%;
}
.pageMenu h2 {
	font-weight:bold;
	font-size: 14px;
	border-bottom: 1px solid #d95f09;
	width: 205px;
	color: #333;
	padding-bottom: 5px;
	margin-left: 20px;
}
.subMenu1 a {
	float: left;
	width: 205px;
	margin-left: 20px;
	line-height: 20px;
	padding: 3px 0px;
	color: #85185b;
	font-weight: bold;
	font-size: 13px;
	text-decoration:none;
	border-bottom: 1px solid #d95f09;
}
.subMenu1 a:hover,.subMenu1 a.selected {
	color: #d95f09
}

.subMenu1 a.end,.subMenu1 a.selected  {
	border: 0px;
}
.subMenu2,.subMenu1 {
	float: left;
	width: 247px;
}
.subMenu2 a.end {
	border-bottom: 1px solid #d95f09;
}
.subMenu2 a {
	font-size: 11px;
	border: none;
	font-weight: normal;
}
.subMenu2 a.selected {
	color: #d95f09;
}
.menuTop {
	float: left;
	width: 247px;
	height: 19px;
	background: url('../img/shade_top.gif') no-repeat left top;
}
.menuBot {
	float: left;
	width: 247px;
	height: 19px;
	background: url('../img/shade_bot.gif') no-repeat left bottom;
}
.pageRight {
	float: left;
	width: 700px;
	margin-left: 15px;
}
.siteFooter {
	float: left;
	width: 970px;
	margin: 20px 0;
	text-align: right;
	color: #d95f09;
	border-top: 1px solid #666;
	padding: 10px 0;
}
.siteFooter a {
	color: #85185b;
	text-decoration:none;
}
.siteFooter a:hover {
	color: #111;
}
.banner {
	float: left;
	width: 220px;
	height: 100px;
	overflow:hidden;
	margin-left: 20px;
}