/* ============================================ */
/* deal-ermee.nl                             			*/
/* Website structural styles: layout div's      */
/* Medium: screen                             		*/
/* -------------------------------------------- */
/* Copyright Hic et Nunc                  						*/
/* www.hicetnunc.nl - info@hicetnunc.nl         */
/* ============================================ */

body {
	margin: 0;
	padding: 1em;
	font-family: Verdana, Arial, Helvetica, san-serif;
	color: #fff;
	background-color: #7875a2;
}

/* __________ header __________ */

#header {
	margin: 0;
	margin-bottom: 5px;
	padding:0;
}
html>body #header { /* IE/Win hack */
	margin-bottom: 10px;
}

/* __________ header subnav __________ */

#headerSubNav {
	margin: 0;
	margin-bottom: 10px;
	padding:0;
	font-size: .7em;
	font-weight: bold;
	color: #fff;
}
#headerSubNav td {
	padding-right: 20px;
}
#headerSubNav a {
	color: #c1bed1;
	text-decoration: none;
}
#headerSubNav a:hover {
	color: #000;
}
#headerSubNav a.selected {
	display: block;
	margin-top: 2px;
	padding: 1px 5px 2px 5px;
	color: #000;
	text-decoration: none;
	background-color: #c1bed1;
}
#headerSubNav input {
	height: 14px;
	margin: 0;
	padding: 0 3px 0 3px;
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #464464;
	background-color: #c1bed1;
	border: solid 1px #464464;
}

/* breadcrumb 
#breadcrumb {
	margin: 0 0 0 20px;
	padding: 0;	
	font-size: .6em;
	color: #c1bed1;	
	text-align: left;
	text-transform: lowercase;
}	
#breadcrumb a:link, #breadcrumb a:visited {
	color: #c1bed1; 
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #464464; 
	text-decoration: underline;
}*/

/* __________ left menu __________ */

#subNavTBL {
	width: 146px;
	margin-left: 1px;
	color: #fff;
	text-align: right;
	border-top: 1px solid #666;
	}
	html>body #subNavTBL { /* IE/Win hack */
	margin-left: 4px;
}
/* 1st level */
.subNav1stLevel {	
	font-size: .7em;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #666;
}
.subNav1stLevel a.selected {
	background-color: #79C800;
}
.subNav1stLevel a:link, .subNav1stLevel a:visited {
	display: block;	
	padding: 5px;
	color: #fff;
	text-decoration: none;
}
.subNav1stLevel a:hover {
	display: block;
	background-color: #79C800;
}
/* 2nd level */
.subNav2ndLevel {
	font-size: .7em;
	font-weight: normal;	
	letter-spacing: 1px;
	border-bottom: 1px solid #666;
	background-color: #4b4b4b;
}
.subNav2ndLevel a:link, .subNav2ndLevel a:visited {
	display: block;	
	padding: 3px 5px 3px 3px;
	color: #c1bed1;
	text-decoration: none;
}
.subNav2ndLevel a:hover, .subNav2ndLevelSelected {
	display: block;
	color: #666;
	background-color: #999;
}
/* 3rd level */
.subNav3rdLevel {
	font-size: .8em;
	border-bottom: 1px solid #666;
	background-color: #4b4b4b;
}
.subNav3rdLevel a:link, .subNav3rdLevel a:visited {
	display: block;	
	padding: 2px 5px 2px 5px;
	color: #c1bed1;
	text-decoration: none;
}
.subNav3rdLevel a:hover, .subNav3rdLevelSelected {
	display: block;
	color: #000;
	background-color: #999;
}
/* selected */
.subNav2ndLevel a.selected, .subNav2ndLevel a.selected:visited, .subNav3rdLevel a.selected, .subNav3rdLevel a.selected:visited {
	color: #000;
	background-color: #999;
}

/* __________ content __________ */

#content {
	margin: -30px 10px 0 20px;
	padding: 0;
	font-size: .75em;
	line-height: 1.7em;
	text-align: left;
}

/* __________ footer __________ */

#footer {
	margin: 0 0 0 20px;
	font-size: .65em;
	color: #c1bed1;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #c1bed1;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* bottom spacer for the 3 columns */
.bottomSpacerColum { height: 2em; }