@charset "UTF-8";

/*
 * STYLESHEET BRENNELS.NL 
 *
 * version: 1
 */



/* REDEFINES */

html, body{
	padding: 0;
	margin:	0;
	border:	0;
	background: #958f83	url('/frontend/images/background_gray.jpg') center repeat;
	background-attachment: fixed;
	color: #48483c;
}

div, td{
	vertical-align: top;
}

p{
	width: 450px;
	line-height: 170%;
	margin: 10px 0 30px 0;
}

a{
	color: #38382c;
	outline: none;
}

ul{
	margin-top: 5px; 
}

h1 {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 13pt;
	text-transform: uppercase;
	margin:	10px 0 20px -10px;
	color: #C00;
}

h2 {
	display: block;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin:	35px 0 15px -5px;
	color: #C00;
}





/* LAYOUT */


#wrapper{
	left: 50%;
	margin: 20px 0 0 -460px;
	position: absolute;
	width: 940px;
}

#frame_top{
	left: 50%;
	margin: 0 0 0 -460px;
	position: absolute;
	height: 20px;
	background: url('/frontend/images/frame_gray_top.png') no-repeat;
}

#frame_bottom{
	background: url('/frontend/images/frame_gray_bottom.png') no-repeat;
	height: 10px;
	width: 940px;
	margin: 0;
	overflow: hidden;
}

#container{
	padding:  7px 20px 0 20px;
	background: url('/frontend/images/frame_gray_repeat.png') repeat-y;
}

#top {
	background:	white;
	height: 177px;
	overflow: hidden;
	padding-bottom:	7px;
	width: 900px;
}

#top_navigation{
	bottom: 50px;
	height: 50px;
	overflow: hidden;	
	position: relative;
	width: 900px;
	z-index: 100;
}

#news{
	background: url('/frontend/images/back_nieuws.png') repeat;
	height: 177px;
	margin: 0;
	overflow: hidden;	
	position: absolute;
	right: 20px;
	top: 7px;
	width: 40px;
	overflow: hidden;
}

.newsItem{
	color: #68685c;
	clear: both;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 10pt;
	float: right;
	margin: 22px 10px 7px 0;
	white-space: nowrap;
	overflow: hidden;
	display: none;
}

.newsItem a{
	text-decoration: none;
	font-size: 9pt;
	color: #68685c;
}

#newsClose{
	position: relative;
	width: 35px;
	height: 160px;
	margin: 0px;
	top: 0;
	left: 0;
	background: url('/frontend/images/nieuws_close.png') no-repeat -3px 0;
	white-space: nowrap;
}


#content {
	background: url('/frontend/images/back_neutral.jpg') repeat-y;
	clear: both;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 150%;
	width: 900px;
}

#text {
	float: left;
	margin: 10px 0 50px 45px;
	min-height: 750px;
	text-align:	left;
	vertical-align:	top;
	width: 705px;
}

#breadcrumbs{
	color: #666;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 8pt;
	height: 15px;
	left: 50%;
	margin: 0 0 0 -447px;
	position: absolute;
	text-transform: lowercase;
	top: 2px;
	width: 450px;
	z-index: 200;
}

#breadcrumbs span.white{
	background: url('/frontend/images/30pctWhite.png') repeat;
	padding: 5px 0;
}

#breadcrumbs .link{
	color: #444;
	padding: 4px 4px;
	text-transform: lowercase;
}

#breadcrumbs a:hover {
	color: #C00;
	background: #FFF;
}

#footer{
	background: url(/frontend/images/contact_back.gif) #828270;
	clear: both;
	height: 22px; 
	margin: 7px 0 0 0;
	width: 900px;
}

#footer img{
	margin: 0;
	border: 0;
}

#frontpage{
	float: left;
	height: 100%;
	margin: 0 0 0 0;
	min-height: 750px; 
	overflow: hidden;	
	width: 750px;
}




/* VIDEO */

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


/* DEFAULT HEADERS */

/* CONTAINERS */

.paging {
	float:			right;
	font-size:		10px;
	margin-right:	120px;
}
/* FORMS */
.form_table_cell {
	height: 10px;
	padding: 10px 15px 0 0;
}
.input_text {
	background-color:	#f9f7f4;
	border: 1px solid #AAA;
	color:			#24241c;
	font-family:	Trebuchet MS, Arial, Verdana, sans-serif;
	font-size:		13px;
	margin:			0px 0px 0px 20px;
	padding:		3px;
	width:			300px;
}
.input_select {
	border:			none;
	font-family:	Trebuchet MS, Arial, Verdana, sans-serif;
	font-size:		13px;
	padding:		3px;
	color:			#24241c;
	border: 1px solid gray;
}
.input_button {
	width: 125px;
	height: 25px;
	margin: 20px 0 0 20px;
}

/*  NAVIGATION  */

/*  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(/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(/generic/images/shad_bottom.png) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(/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(/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(/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(/generic/images/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}

div.carouselContainer {
	white-space:nowrap;
	height:200px;
	margin:0 0 30px -20px;
}

.stepcarousel{
	position: relative;
	overflow: scroll;
	height: 200px;
	margin: 0 0 0 0; 
}

.stepcarousel .belt{
	left: 0;
	position: absolute;
	top: 0;
	white-space: nowrap;
}

.stepcarousel .panel{
	float: left; 
	margin: 0 0 0 0;
	overflow: hidden;
}

a.leftArrow, a.rightArrow {
	border: 0;
	margin: 0;
	padding: 0 150px;
	position: relative;
	top: -10px;
}

a.leftArrow:hover, a.rightArrow:hover {
	border: 0;
}

div.carouselControl {
	text-align: center;
}

/* BUTTONS */
.section{
	float: left;
	height: 50px; 
	margin: 0px;
	overflow: hidden;	
	position: relative;
	width: 90px;
}

.innerItem{
	border: 0;
	height: 50px; 
	width: 90px;
}

.red_NL{
	background: url('/frontend/images/NL/home_down.png') no-repeat; 
	z-index: 70;
}

.red_NL .innerItem{
	background: url('/frontend/images/NL/home_over.png') no-repeat; 
}

.purple_NL{
	background: url('/frontend/images/NL/mode_down.png') no-repeat; 
	margin-left: -10px;
	z-index: 60;
}

.purple_NL .innerItem{
	background: url('/frontend/images/NL/mode_over.png') no-repeat; 
}

.blue_NL{
	background: url('/frontend/images/NL/shops_down.png') no-repeat; 
	margin-left: -15px;
	z-index: 50;
}

.blue_NL .innerItem{
	background: url('/frontend/images/NL/shops_over.png') no-repeat; 
}

.green_NL{
	background: url('/frontend/images/NL/buiten_down.png') no-repeat; 
	margin-left: -10px;
	z-index: 40;
}

.green_NL .innerItem{
	background: url('/frontend/images/NL/buiten_over.png') no-repeat; 
}

.orange_NL{
	background: url('/frontend/images/NL/webshop_down.png') no-repeat; 
	margin-left: -10px;
	width: 110px;
	z-index: 30;
}

.orange_NL .innerItem{
	background: url('/frontend/images/NL/webshop_over.png') no-repeat; 
	width: 110px;
}

.red_EN{
	background: url('/frontend/images/EN/home_down.png') no-repeat; 
	z-index: 70;
}

.red_EN .innerItem{
	background: url('/frontend/images/EN/home_over.png') no-repeat; 
}

.purple_EN{
	background: url('/frontend/images/EN/mode_down.png') no-repeat; 
	margin-left: -10px;
	z-index: 60;
}

.purple_EN .innerItem{
	background: url('/frontend/images/EN/mode_over.png') no-repeat; 
}

.blue_EN{
	background: url('/frontend/images/EN/shops_down.png') no-repeat; 
	margin-left: -15px;
	z-index: 50;
}

.blue_EN .innerItem{
	background: url('/frontend/images/EN/shops_over.png') no-repeat; 
}

.green_EN{
	background: url('/frontend/images/EN/buiten_down.png') no-repeat; 
	margin-left: -10px;
	z-index: 40;
}

.green_EN .innerItem{
	background: url('/frontend/images/EN/buiten_over.png') no-repeat; 
}

.orange_EN{
	background: url('/frontend/images/EN/webshop_down.png') no-repeat; 
	margin-left: -10px;
	width: 110px;
	z-index: 30;
}

.orange_EN .innerItem{
	background: url('/frontend/images/EN/webshop_over.png') no-repeat; 
	width: 110px;
}


#leftMenu{
	width: 150px;
	height: 100%;
	float: left;
	text-align: left;
}

.leftSubMenu{
	width: 75%;
	background: url('/frontend/images/30pctWhite.png') repeat;
	padding: 3px 10px;
	line-height: 100%;
}

.leftButton{
	position: relative;
	margin: 7px 10px 3px 5px; 
	padding: 5px 8px;
	z-index: 3;
	cursor: pointer;
}

.leftSubButton{
	margin: 8px 10px 8px 10px; 
}

.leftButtonFader, .leftButtonFaderSelected{
	position: relative;
	top: -31px;
	width: 90%;
	background-color: #FFF;
	height: 27px;
	z-index: 0;
	margin: 0;
	opacity: 0.6;
}

.leftMenuLink, .leftMenuLinkSelected, .leftSubMenuLink, .leftSubMenuLinkSelected{ 
	border: 0;
	color: #FFF;
	font-family: Trebuchet MS, Arial, sans;
	font-size: 9.5pt;
	text-decoration: none;
}

.leftSubMenuLink, .leftSubMenuLinkSelected{
	color: #FFF;
	font-weight: normal;
	font-size: 9pt;
}

.leftMenuLinkSelected, .leftMenuLinkSelected{
	color: #C00;
	margin: 0 0 0  -10px;
}

.clear{
	clear: both;
}

.photo{
	float: right;
	clear: both;
	margin: 0;
	padding: 0;
}

#extra_info{
	height: 0px;
	left: 20px;
	overflow: hidden;
	padding: 0 0 30px 0;
	position: absolute;
	right: 20px;
	top: -5px;
	z-index: -1;
}

#extra_info_back{
	position: relative;
	background: url('/frontend/images/30pctWhite.png') 20px 0 repeat;
	margin: 0 7px;
	height: 100%;
}

#extra_info .cell{
	float:left;
	width: 160px;
	margin: 15px 0 20px 16px;
	font-size: 8pt;
	font-family: Trebuchet MS, arial, sans-serif;
	white-space: nowrap;
	overflow: hidden;
}

#extra_info .cell a{
	color: #666;
	text-decoration: none;
}

#extra_info .cell a:hover {
	color: #999;
}

#extra_info div.subcell{
	margin: 10px 0 0 5px;
}

#extra_info div.title{
	margin: 5px 0px;
}

#extra_info div.children{
	margin: 3px 0 2px 10px;
	font-size: 6pt;
	line-height: 10pt;
}

#extra_info .cell div.title a{
	font-size: 10pt;
	font-weight: bold;
	color: #63615c;
	text-decoration: none;
}

#extra_info .cell div.title a:hover {
	color: #93918c;
	}

#extra_info .cell div.title a.selected{
	color: #C00;
	font-weight: bold;
}
#extra_info .cell a.selected{
	color: #C00;
	font-weight: bold;
}

#siteMap_footer, #siteMap_footer_open{
	background-color: #c3c1bc; /*url('/frontend/images/50pctWhite.png');*/
	bottom: 0px;
	border-top: 1px solid #93918c; 
	border-left: 1px solid #93918c; 
	border-right: 1px solid #93918c; 
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	left: 0px;
	padding: 7px 20px;
	position: absolute; 
	right: 0px; 
	text-align: center;
	z-index: 999900000000;
}

#siteMap_footer a, #siteMap_footer_open a{
	color: #83817c;
}

#siteMap_footer a:hover , #siteMap_footer_open a:hover {
	color: #FFF;
}

#siteMap_footer_open{
	display: none;
}

/* FLAGS */
div.flagNL{
	float: right;
	width: 30px;
	height: 20px;
	background: url('/frontend/images/flagNL.png') no-repeat 0px -40px;
	margin: 0 10px 10px 0;
	border: 1px solid gray;
}

div.actiflagNL{
	background: url('/frontend/images/flagNL.png') no-repeat 0px 0px;
}

div.flagNL:hover {
	background: url('/frontend/images/flagNL.png') no-repeat 0px -20px;
	cursor: pointer; 
}

div.flagDE{
	float: right;
	width: 30px;
	height: 20px;
	background: url('/frontend/images/flagDE.png') no-repeat 0px -40px;
	margin: 0 10px 10px 0;
	border: 1px solid gray;
}

div.actiflagDE{
	background: url('/frontend/images/flagDE.png') no-repeat 0px 0px;
}

div.flagDE:hover {
	background: url('/frontend/images/flagDE.png') no-repeat 0px -20px;
	cursor: pointer; 
}

div.flagEN{
	float: right;
	width: 30px;
	height: 20px;
	background: url('/frontend/images/flagEN.png') no-repeat 0px -40px;
	margin: 0 10px 10px 0;
	border: 1px solid gray;
}

div.actiflagEN{
	background: url('/frontend/images/flagEN.png') no-repeat 0px 0px;
}

div.flagEN:hover {
	background: url('/frontend/images/flagEN.png') no-repeat 0px -20px;
	cursor: pointer; 
}



