/*top right bottom left*/
html {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 10px;
	text-align: left;
}

body {
	background-color: #8a898a;
	margin: 0 auto;
	width: 950px;
}

.printlogo {
	display: none;
}

/* achtergronden */
#top {
	background-image: url(images/top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 950px;
	height: 293px;
}

#bottom {
	background-image: url(images/bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 950px;
	height: 58px;
	padding-bottom: 50px;
	clear: both;
}

#content {
	background-image: url(images/content.gif);
	width: 950px;
}

/*Lijsten*/
.numberList {
	list-style-type: decimal;
	margin-top: 5px;
	margin-bottom: 5px;
}

.normalList {
	list-style-image: url(images/list.jpg);
	margin-top: 5px;
	margin-bottom: 5px;
}

/*Menu*/
#tabs {
	margin-left: 100px;
	width: 750px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 185px;
	text-transform: capitalize;
}

#tabs ul {
	text-align: center;
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}

#tabs li {
	padding-left: 0;
	margin-left: 0;
	width: 125px;
	float: left;
}

#tabs A {
	color: #000000;
	text-decoration: none;
}

#tabs A:hover {
	color: #f99d1c;
}

#tabs li A.current {
	color: #f99d1c;
}

/*Content tekst*/
h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #f99d1c;
}

h2 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #f99d1c;
	margin-bottom: 25px;
	height: 8px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #f99d1c;
	padding-left: 16px;
	background-image: url(images/list.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

img {
	width: 328px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #BBBBBB;
}

.contentText {
	margin-left: 100px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 11px;
	width: 700px;
	text-align: justify;
}

p {
	
}

.contentText a {
	color: black;
}

.contentText .part {
	padding-top: 13px;
	padding-left: 10px;
	background-image: url(images/dots.jpg);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}

.contentText .part {
	padding-top: 13px;
	padding-left: 10px;
}

.contentText .left {
	float: left;
	width: 345px;
	margin-left: -10px;
	margin-right: 15px;
}

.contentText .center {
	float: left;
	width: 690px;
	margin-left: 95px;
	margin-right: 95px;
}

.contentText .right {
	margin-left: 5px;
	width: 345px;
	float: right;
}

.contentText .image {
	text-align: right;
}

.readmore {
	text-align: right;
}

.readmore a {
	color: #f99d1c;
	text-decoration: none;
	font-style: italic;
}

.image {
	text-align: center;
	padding: 20px 20px 20px 20px;
}

#topper {
	margin-left: 100px;
	width: 750px;
	font-size: 12px;
	padding-top: 69px;
}

#topper .left {
	margin-left: 19px;
	width: 345px;
	float: left;
	font-size: 9px;
	color: #AAAAAA;
}

#topper .right {
	margin-right: 19px;
	width: 345px;
	float: right;
	text-align: right;
	font-size: 9px;
	color: #AAAAAA;
}

#topper a {
	text-decoration: none;
	color: #AAAAAA;
}

#topper a.current {
	color: #f99d1c;
}

.footer {
	text-align: right;
	margin-left: 100px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 68px;
	font-size: 9px;
	color: #DDDDDD;
	width: 710px;
}

.split {
	clear: both;
}

/*Formulier*/
.inputtext {
	width: 230px;
	color: #000000;
	background-color: #FEFEFE;
	border: 1px solid #C2C2C2;
	font-family: Tahoma, Verdana, Segoe, sans-serif; /*Fix font*/
	font-size: 10px;
}

select {
	width: 230px;
	color: #000000;
	background-color: #FEFEFE;
	border: 1px solid #C2C2C2;
	font-family: Tahoma, Verdana, Segoe, sans-serif; /*Fix font*/
	font-size: 10px;
}

textarea {
	color: #000000;
	background-color: #FEFEFE;
	border: 1px solid #C2C2C2;
	width: 230px;
	height: 200px;
	font-family: Tahoma, Verdana, Segoe, sans-serif; /*Fix font*/
	font-size: 10px;
}

.button {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #C2C2C2;
	width: 100px;
	font-family: Tahoma, Verdana, Segoe, sans-serif; /*Fix font*/
	font-size: 10px;
}

.buttonRow {
	text-align: left;
}

.dot {
	color: #f99d1c;
	margin-left: 2px;
}

table {
	width: 100%;
}

.bigbox .top {
	background-image: url(images/bigboxtop.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 329px;
	height: 85px;
}

.bigbox .bottom {
	background-image: url(images/bigboxbottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 329px;
	height: 11px;
}

.bigbox {
	float: left;
	margin: 3px;
	background-image: url(images/bigboxmiddle.jpg);
	width: 329px;
}

.bigbox .boxpart {
	margin-top: -75px;
	padding: 15px;
	width: 300px;
	color: black;
}

.bigboxtitle {
	margin-top: -14px;
	margin-bottom: 5px;
	text-align: right;
	color: black;
	font-size: 13px;
	font-weight: bold;
}

.bigboxtitle .bridgename {
	font-size: 14px;
	font-weight: bold;
	color: #f99d1c;
	text-transform: uppercase;
}

.bigboxtitle .btmupper {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.bigbox .facts {
	text-align: left;
	list-style-image: url(images/bigboxarrow.jpg);
	padding-left: 19px;
	margin-top: 9px;
	margin-bottom: 0px;
}
.broadbox .top {
	background-image: url(images/bigboxtop.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 750px;
	height: 85px;
}

.broadbox .bottom {
	background-image: url(images/bigboxbottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 750px;
	height: 11px;
}

.broadbox {
	float: left;
	margin: 3px;
	background-image: url(images/bigboxmiddle.jpg);
	width: 329px;
}

.broadbox .boxpart {
	margin-top: -75px;
	padding: 15px;
	width: 600px;
	color: black;
}

.broadboxtitle {
	margin-top: -14px;
	margin-bottom: 5px;
	text-align: right;
	color: black;
	font-size: 13px;
	font-weight: bold;
}

.broadboxtitle .bridgename {
	font-size: 14px;
	font-weight: bold;
	color: #f99d1c;
	text-transform: uppercase;
}

.broadboxtitle .btmupper {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.broadbox .facts {
	text-align: left;
	list-style-image: url(images/bigboxarrow.jpg);
	padding-left: 19px;
	margin-top: 9px;
	margin-bottom: 0px;
}

.box .top {
	background-image: url(images/boxtop.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 160px;
	height: 11px;
}

.box .bottom {
	background-image: url(images/boxbottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 160px;
	height: 11px;
}

.box {
	float: left;
	margin: 3px;
	background-image: url(images/boxmiddle.jpg);
	width: 160px;
}

.box .boxpart {
	padding: 10px;
	width: 140px;
	color: white;
	text-align: left;
}

.boxtitle {
	margin-top: -14px;
	margin-bottom: 5px;
	text-align: right;
	color: black;
	font-size: 13px;
	font-weight: bold;
	text-transform: lowercase;
}

.boxtitle .bridgename {
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}

.box .facts {
	text-align: left;
	list-style-image: url(images/boxarrow.jpg);
	padding-left: 19px;
	margin-top: 9px;
	margin-bottom: 0px;
}

.facts a {
	text-decoration: none;
}

.rssfeed-logo {
	width: 20px;
	float: left;
	margin: 0px;
	margin-right: 8px;
	margin-top: 3px;
	margin-left: 6px;
	border: 0;
}

.dfe {
	width: 80px;
	height: 80px;
	margin-left: 125px;
}
.dfesmall {
	width: 52px;
	height: 37px;
	margin-left: 125px;
}

.wonder {
	display: none;
}
