html,body {
	padding:			0px;
	margin:				0px;
	border:				0px;
}

p {
	margin-left:		10px;
	margin-top:			0px;
	width:				450px;
}

/* VIDEO */
div.video {
	border: 1px solid #545347;
	background: url(http://www.brennels.nl/video/images/achter.jpg) #97968c;
	padding: 10px 10px 2px 10px;
	margin: 10px;
	width: 500px;
}


/* LINKS */

a:link {
	color:				#3f3f35;
	text-decoration:	none;
	border-bottom:		1px dotted gray;
	
}
a:visited {
	color:				#3f3f35;
	text-decoration:	none;
	border-bottom:		1px dotted gray;
	
}
a:hover {
	text-decoration:	none;
}
a:active {
	color:				#3f3f35;
	text-decoration:	none;
	border-bottom:		1px solid;
}

.head_link {
	font-size:			16px;
	font-weight:		bold;
	line-height:		200%;
}

.sub_link {
	font-weight:		bold;
	font-size:			12px;
	margin-left:		5px;
	line-height:		200%;
}

.sub_sub_link {
	font-size:			11px;
	margin-left:		10px;
	line-height:		200%;
}

/* IMAGES */

.image {
	border:			0px;
	margin:			0px;
	padding:		0px;
}

.images {
	text-align:		center;
	float:			right;
	padding: 		0px;
}

.subscript {
	font-size:		10px;
}

/* MARGINS */

.margin10 {
	margin:			0px 0px 0px 10px;
}

.padding10 {
	padding:		0px 0px 0px 10px;
}

.margin20 {
	margin:			0px 0px 0px 20px;
}

/* DEFAULT HEADERS */
.header {
	font-family:	Trebuchet MS, Arial, Verdana, sans-serif;
	font-size:		20px;
	margin:			10px 0px 20px 0px;
}

.sub_header {
	font-family:	Trebuchet MS, Arial, Verdana, sans-serif;
	font-size:		15px;
	font-weight:	bold;
	margin:			10px 0px 0px 0px;
}

/* CONTAINERS */

.text_container {
	font-family:	Arial, Verdana, sans-serif;
	min-height:		620px;
	font-size:		13px;
	line-height:	22px;
	padding:		20px 0px 20px 20px;
}

.container {
	height:			100%;
	width:			900px;
	text-align:		left;
	vertical-align:	top;
	background:		#FFFFFF;
}

.main_content {
	height:			100%;
}

.paging {
	font-size:		10px;
	float:			right;
	margin-right:	120px;
}
/* FORMS */

.form_table_cell {
	height: 10px;
	width: 300px;
	padding-right: 15px;
}

.input_text {
	width:			300px;
	border:			none;
	border-bottom: 1px dotted #24241c;
	font-family:	Trebuchet MS, Arial, Verdana, sans-serif;
	font-size:		13px;
	color:			#24241c;
	padding:		3px;
	margin:			5px 0px 0px 20px;
	background-color:	#f9f7f4;
}

/*  NAVIGATION  */

.top_navigation {
	width:			900px;
	height:			177px;
	padding-bottom:	7px;
	background: 	white;
}

.left_navigation {
	width:			150px;
	height:			300px;
}

.contact {
	height:			22px;
	background:		url(http://www.brennels.nl/generic/images/contact_back.gif) #828270;
}

/*  DROP SHADOW  */

div.shadow {
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow img {
  padding: 10px 10px 14px 10px;
  background: white url(http://www.brennels.nl/generic/images/shad_bottom.png) repeat-x bottom left;
	border-top: 1px solid #F3F3F3;
}

div.shadow img.nomatte {
  padding: 0 0 4px 0;
  background: white url(http://www.brennels.nl/generic/images/shad_bottom.png) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(http://www.brennels.nl/generic/images/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(http://www.brennels.nl/generic/images/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(http://www.brennels.nl/generic/images/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(http://www.brennels.nl/generic/images/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}