/*
==============================================
Layout Style Sheet (for version 5 browsers and above)
version:  1.0
site:     BedrijvenPark.nl
author:   Peter Ruijter (bedrijvenweb.nl)
date:     May 2nt, 2007
=================================================
*/
* {
	margin:0;
	padding:0;
}
HTML,BODY,UL,FORM,SELECT,INPUT,TEXTAREA,TABLE,TD,HR,H2,H3,H4,H5,H6 {
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
#wrap-header {
	width: 942px;
	height: 16px;
	margin: 0 auto;
	background-image: url(images/layout/bg-wrap-header.png);
	background-repeat: repeat-y;
}
#wrap {
	width: 942px;
	margin: 0 auto;
	background-image: url(images/layout/bg-wrap.png);
	background-repeat: repeat-y;
}
#wrap-footer {
	width: 942px;
	height: 16px;
	margin: 0 auto;
	background-image: url(images/layout/bg-wrap-footer.png);
	background-repeat: no-repeat;
}
body {
	background-color: rgb(165,172,179);
	background-image: url(images/layout/bg-main.jpg);
	background-repeat: repeat-x;
}

#container {
	margin-left: 10px;
	margin-right: 10px;	
}

/*= HEADER
========================================================*/
#header {
	height: 180px;
}

#header-left {
	float:left;
	width: 184px;
}
#header-right {
	float:left;
	width: 724px;
}
#header-left img {
	position:relative;
	top: 26px;
	left: 26px;
}
#header-right-header {
	background-image: url(images/layout/bg-header-right-header.jpg);
	background-repeat: repeat-x;
	height: 37px;
}
#header-right-header-date {
	float:left;
	margin-top: 12px;
	margin-left:16px;
	width: 200px;	
	color: #7D9320;	
}
#header-right-header-links {
	float:left;
	width: 128px;
	margin-top: 12px;
}
#header-right-header-links a {
	color: #7D9320;
	text-decoration:none;
	margin-right: 30px;
}
#header-right-header-links a:hover {
	text-decoration: underline;
}
#top-phone {
	float:right;
	width: 230px;
	margin-right: 0px;
	font-size: 28px;
	color:#FFFFFF;
	letter-spacing: 1px;
	text-align:center;
}

#header-right-body {
	margin-top: 4px;
}
#header-right-body-A,
#header-right-body-B,
#header-right-body-C,
#header-right-body-D {
	background-color: #D6E487;
	height: 116px;
	width: 136px;
	float: left;
	margin-right: 4px;
	padding: 12px 21px;
}
#header-right-body-D {
	margin-right: 0px;
}
#header-right-body-A h1,
#header-right-body-B h1,
#header-right-body-C h1,
#header-right-body-D h1 {
	font-size:14px;
	color: #92077D;
}
#header-right-body-A ul,
#header-right-body-B ul,
#header-right-body-C ul,
#header-right-body-D ul {
	list-style:none;
}
#header-right-body-A li,
#header-right-body-B li,
#header-right-body-C li,
#header-right-body-D li {
	line-height: 18px;
	font-size:11px;	
}
#header-right-body-A a,
#header-right-body-B a,
#header-right-body-C a,
#header-right-body-D a {
	color: #92077D;
	text-decoration:none;

}
#header-right-body-A.act,
#header-right-body-B.act,
#header-right-body-C.act,
#header-right-body-D.act,
#header-right-body-A:hover,
#header-right-body-B:hover,
#header-right-body-C:hover,
#header-right-body-D:hover {
	background-color: #92077D;
}
#header-right-body-A a:hover,
#header-right-body-B a:hover,
#header-right-body-C a:hover,
#header-right-body-D a:hover {
	text-decoration: underline;
}
#header-right-body-A.act a,
#header-right-body-B.act a,
#header-right-body-C.act a,
#header-right-body-D.act a,
#header-right-body-A:hover a,
#header-right-body-B:hover a,
#header-right-body-C:hover a,
#header-right-body-D:hover a {
	color: #fff;
}
#header-right-body-A a.act,
#header-right-body-B a.act,
#header-right-body-C a.act,
#header-right-body-D a.act {
	font-weight: bold;
}

#header-right-body-A.act h1,
#header-right-body-B.act h1,
#header-right-body-C.act h1,
#header-right-body-D.act h1,
#header-right-body-A:hover h1,
#header-right-body-B:hover h1,
#header-right-body-C:hover h1,
#header-right-body-D:hover h1 {
	color: #fff;
}

/*= CONTENT
========================================================*/
#content {
	padding-top: 36px;

}
#content-left {
	float:left;
	width:156px;
	margin-bottom:130px;
	padding-right:28px;
	text-align:right;
}
#content-middle {
	float:left;
	width: 544px;
}
#content-right {
	background-color: #EDF4CC;
	float:left;
	width: 178px;
	height: 500px;
	text-align:right;
}
#content-right form {
	margin-right: 15px;
}
#content-right select {
	width: 144px;
	margin-bottom: 8px;
}
#content-right input.submit {
	border: 1px solid #666;
	margin: 2px 0 2px 0;
	padding: 3px;
	font-size: 9px;
	font-weight: normal;
	background-color: #ccc;
	width: 58px;
	height: 20px;
}
#content-left ul {
	list-style:none;
}
#content-left li {
	line-height: 18px;
	text-align:right;
}
#content-left li a {
	color: #92077D;
	text-decoration:none;	
}
#content-left li a.act {
	font-weight: bold;
}

#content-left img.aanmelden_nieuwsbrief {
	margin-top: 20px;
}

#content-middle {
	padding-top: 10px;
}
h1 {
	margin:0px;
	display: inline;
	color: #92077D;
	font-size: 22px;
}
h2 {
	margin:0px;	
	display: inline;
	color: #92077D;
	font-size: 17px;
	font-weight:none;
}
#content-middle-wide {
	border-left: 2px #D9E88D solid;
	padding-left: 8px;
	padding-right: 8px;
}

#content-middle-wide ul,
#content-middle-wide ol {
	margin-left: 20px;
	list-style-type: disc;
}
#content-middle-wide li {
	margin-left: 10px;
	font-size: 11px;
}

#content-middle-articles {
	padding-top: 14px;
}
#content-middle-articles-A, 
#content-middle-articles-B,
#content-middle-articles-C {
	border-left: 2px #D9E88D solid;
	padding-left: 12px;
	padding-right: 12px;
	float:left;
	width: 155px;
	height: 180px;
	max-height: 180px;
}  
#content-middle-articles-A.act, 
#content-middle-articles-B.act,
#content-middle-articles-C.act {
	font-weight: bold;
}

/*= LOGIN
========================================================*/
#login {
	margin-top: 30px;
	color: #92077D;
	font-weight: bold;
}
#login h3 {
	color: #92077D;
}
#login input  {
	background-color: #fff;
	border: 1px solid #666;
	margin: 2px 0 2px 0;
	padding: 3px;
	font-size: 9px;
	font-weight: normal;
	width: 122px;
	height: 14px;
	color: #8C8C8B;
}
#login input.submit {
	background-color: #ccc;
	width: 58px;
	height: 20px;
	color: #000;
}

/*= NIEUWS BRIEF inschrijvingen
========================================================*/
.tx-bwnsubscriber-pi1 label {
	font-size: 11px;
	line-height: normal;
	text-align: left;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 75px;
}
.tx-bwnsubscriber-pi1 input {
	font-size: 11px;
	color: #000;
	padding: 2px;
	border: 1px solid #666;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
}
.tx-bwnsubscriber-pi1 input.submit {
	background-color: #ccc;
	width: 58px;
	height: 20px;
	color: #000;
}

/*= BOTTOM
========================================================*/
#footer {
	clear:both;
}

#bottom-image {
	position: relative;
	bottom: 100px;
	left: 37px;	
	height: 70px;
	width: 128px;
	background-image:url(images/layout/bg-content-left.gif);
	background-repeat: no-repeat;
}
#copyright {
	position: relative;
	top: 20px;
	text-align:center;
	margin: 0 auto;
	width: 200px;
	color: #8C8C8B;	
}
#copyright a {
	color: #8C8C8B;	
}