HTML, BODY {
	width:						100%;
	height:						100%;
	margin:						0px;
	padding:					0px;
	min-height:				100%;
	vertical-align:		top;
	
	background-color: #FFFFFF;
}

/* Achtergrond van het menu */
DIV#menu_background{
	background:				transparent URL(../Images/menu_background.png) repeat-y;
	top: 							0px;
	bottom: 					0px;
	min-height: 			100%;
}


/* Header */
TABLE#header{
	width:						100%;
	height:						136px;
}
TD#headerb{
	background:				transparent URL(../Images/header_background.png) repeat-x;
	height:						136px;
}

/* Menu */
DIV#menu_header {
	background:				transparent URL(../Images/menu.png) no-repeat;
	width:						201px;
	height:						164px;
}

.menu_even, .menu_oneven {
	width:						180px;
	height:						35px;
	line-height:			35px;
	margin-left:			5px;
	text-indent:			35px;

	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	vertical-align:		middle;
	text-align:				left;
	cursor: 					pointer;
}
DIV.menu_even {
	background:				transparent URL(../Images/button_elektro.png) no-repeat left;
}
DIV.menu_oneven {
	background:				transparent URL(../Images/button_water.png) no-repeat left;
}


/* Content */
TABLE#title{
	margin-left:			-2px;
	padding-left:			-2px;
}
TD#content_header_left {
	background:				transparent URL(../Images/title_left.png) no-repeat;
	width:						4px;
	height:						35px;
}
TD#content_header {
	background:				transparent URL(../Images/title.png) repeat-x;
	height:						35px;
	
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				16px;
	font-weight:			bolder;
	color:						#000000;
}
TD#content_header_right {
	background:				transparent URL(../Images/title.png) repeat-x;
	height:						35px;

	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	color:						#000000;
	text-align:       right;
	margin-right: 		5px;
	padding-right: 		5px;
	vertical-align: 	top;
}

tr.table_kop {
	background:       #808080;
	color:            #FFFFFF;
}

DIV.content{
	margin:						2px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	color:						#000000;
}
A {
	color:						#000000;
	font-style:				normal;
	text-decoration:	underline;
}
IMG {
	border: 0px;
}

input.text_webshop {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	color:						#000000;
	text-indent: 			2px;
	border: 					1px solid #DCDCDC;
}



div.dennismarck {
	background: transparent url(http://www.dennismarck.nl/Images/DennisMarck_NL-120.gif) no-repeat;
	width: 120px;
	height: 24px;
	cursor: pointer;

	bottom: 5px;
	left: 30px;
	position: fixed;
}
