/* ************************************************************************** */
/* ALGEMEEN                                                                   */
/* ************************************************************************** */

body,
#showMenuTop {
	background: #e41135;
	 }
body.popup {
	background: #fff !important;
	margin: 1em;
	}
body {
	 line-height: 1.4em;
	 }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	}
td {
	font-size: 100%;
	}
	
a {
	color: #e41135;
	text-decoration: none;
	}
a:hover {
	color: #e41135;
	text-decoration: underline;
	}

a.noTop {
	color: transparent;
	font-size: 1px;
	line-height: 1px;
	}
	
h1 {
	font-size: 1.25em;
	color: #e41135;
	margin-top: 0; padding-top: 0;
	}

h2 {
	font-size: 1.2em;
	color: #000;
	margin: 0; padding: 0;
	}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #e41135;
	}
		
/* ************************************************************************** */
/* HEADER                                                                     */
/* ************************************************************************** */

.hdrLocatie {
	background: transparent;
	color: #a7a9ac;
	}
.hdrLocatie:hover {
	background: transparent url('../images/bg/hdrLocatie.png') center top no-repeat;
	cursor: pointer;
	}
#Loc1xtra,
#Loc2xtra,
#Loc3xtra {
	display: none;
	color: #000;
	}	
.hdrLocatie h1 {
	font-size: 100%;
	color: #000;
	margin: 0; padding: 0;
	}

/* ************************************************************************** */
/* SHOWLEFT                                                                   */
/* ************************************************************************** */

#showLeft h1 {
	font-size: 1.25em;
	color: #e41135;
	margin: 0; padding: 0;
	text-transform: lowercase;
	}
#showLeft .readMore {
	color: #a7a9ac;
	}
#showLeft a {
	color: #000;
	}
#showLeft a:hover {
	color: #e41135;
	}

/* ************************************************************************** */
/* SHOWRIGHT                                                                  */
/* ************************************************************************** */

.readMore {
	display: block;
	text-align: right;
	}
.floatRight {
	float: right;
	}


#contentFull ul {
	margin: 1em 0;
	padding:  0 0 0 1.5em;
	font-weight: normal;
	list-style-type: square;
	}
#contentFull ul ul {
	margin: 0; padding: 0 0 0 1.5em;
	font-weight: normal;
	list-style-type: circle;
	}