/* CSS Document */

/* ################################################################################# */
/*                                                                                   */
/*                                     BODY                                          */
/*                                                                                   */
/* ################################################################################# */

* {
	margin: 			0;
	padding: 			0;
}

html, body {
	width: 100%;
}

html {
	font-size: 			100%;
	font-family: 		Trebuchet MS, Arial, Helvetica, sans-serif;
	overflow-y:			scroll;
}

body {
	font-size: 			62.5%; /* standaard font grootte is nu 10px, dus 1.2em = 12px */
	margin: 			0;
}

/* ################################################################################# */
/*                                                                                   */
/*                                      TAGS                                         */
/*                                                                                   */
/* ################################################################################# */

p {
	font-size:			1.3em;
	line-height:		normal;
	margin:				0 0 1em 0;
	padding: 			0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.6em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e51837;
	letter-spacing: 0.1px;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.4em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e51837;
	letter-spacing: 0.1px;
	margin-bottom: 5px;
	margin-top: 20px;
}

a {
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #e51837;
}

img {
	border: 			0;
}

ul {
	margin: 			0;
	list-style:			url(../images/bullit.jpg);
	font-size: 1.3em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 1.2em;
	padding-left: 0em;
}


input {
	border:	1px solid #CCCCCC;
	color:	#333333;
	font-family: "Trebuchet MS";
	font-size:	1.3em;
	padding: 2px;
	width:	230px;
}


textarea {
	border:	1px solid #CCCCCC;
	color:	#333333;
	font-family: "Trebuchet MS";
	font-size:	1.3em;
	padding: 2px;
	margin-bottom:	20px;
	width:	230px;
}

input.pc {
	border:	1px solid #CCCCCC;
	color:	#333333;
	font-family: "Trebuchet MS";
	font-size:	1.3em;
	padding: 2px;
	width:	50px;
}

input.wp {
	border:	1px solid #CCCCCC;
	color:	#333333;
	font-family: "Trebuchet MS";
	font-size:	1.3em;
	padding: 2px;
	width:	168px;
}

#container {
	width: 100%;
	min-width: 990px;
}

/* Voor IE6 */
* html #container { width: 990px; }


/* ################################################################################# */
/*                                                                                   */
/*                                      THE RED BAR                                  */
/*                                                                                   */
/* ################################################################################# */

#redbar {
	height: 179px;
	background-color: #e51837;
}

#image_redbar {
	float: left;
	margin-left: 50px;
}

/* om de payoff te centreren */
#redbar .payoff {
	color:	#FFFFFF;
	float: left;
	font-size:	1.6em;
	font-family:"Trebuchet MS";
	margin-top: 65px;
	margin-left: 10px;
	height: 60px;
	width: 21%;
}

#address {
	float: right;
	width: 320px;
	color: #FFFFFF;
	margin-top: 45px;
	font-weight: bold;
}

#address p {
	font-size: 11px;
}

#address .locatie_amsterdam {
	float: left;
	margin-right: 55px;
}

/* Zwarte letters T en F in de adresgegevens */
.telephonefax {
	color: #000000;
}


/* ################################################################################# */
/*                                                                                   */
/*                                      NAVIGATION                                   */
/*                                                                                   */
/* ################################################################################# */

#nav {
	height: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#nav_right {
	float: right;
	margin-right: 35px;
}

#nav ul li {
	display: inline;
}

/* Menuitems worden gescheiden met een dividerimage*/
#nav ul li a .menudivider {
	float:left;
	background-image: url(../images/nav_divider.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	padding-left: 5px;
}

/* Alleen voor laatste menuitem, waar geen divider achter moet */
#nav ul li a {
	float:left;
}

/* ################################################################################# */
/*                                                                                   */
/*                                      CONTENT                                      */
/*                                                                                   */
/* ################################################################################# */

#main {
	padding-top: 35px;
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 15px;
	width: 100%;
}

#subnav {
	float: left;
	text-align: right;
	padding-right: 35px;
	margin-left: 35px;
	width: 140px;
}

#subnav h2 {
	font-size:			1.3em;
	margin-bottom: 5px;
	margin-top: 0px;
	
}
#subnav a {
	color: #000000;
	text-decoration:	none;
}

#subnav a:hover {
	color: #e51837;
	text-decoration:	none;
}

#subnav .active {
	color: #e51837;
	text-decoration:	none;
}

#content {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #929497;
	padding-left: 35px;
	padding-bottom: 35px;
	width: 450px;
	min-height: 225px;
}

/* Voor IE6 */
* html #content { height: 225px; }

#content p {
	margin-right: 35px;
}

#content ul {
	margin-bottom: 1.2em; 
}

#content ul li {
	padding:			0 0 8px 0; 
}
	
#content a {
	color: #e51837;
	text-decoration:	underline;
}

#content a:hover {
	color: #000000;
	text-decoration:	underline;
}

#content_right a {
	color: #000000;
	text-decoration:	underline;
}

#content_right a:hover {
	color: #e51837;
	text-decoration:	underline;
}

#content_right p.premie {
	margin-top: -30px;
}

#content_right h1.premie {
	margin-top: -35px;
}

#content_right {
	float:			right;
	margin:		35px 35px 0 0;
	width:		260px;
}

input#emailnieuwsbrief {
	border:	1px solid #CCCCCC;
	color:	#333333;
	font-family: "Trebuchet MS";
	font-size:	1em;
	padding: 2px;
	width:	230px;
}

img.button {
	margin-bottom: 12px;
}

.wieiswie {
	width:	400px;
}

/*.wiefoto { 
	float:	left;
	width:	100px;
}

.wieomschrijving {
	float:	left;
	width:	300px;
}*/

.formrij {
	height:				29px;
	clear:				both;
}

.formrij img {
	padding-top:	10px;
}

.pointer {
	float:				left;
	padding-top:		5px;
	width:				150px;
}

.velden {
	float:				left;
	width:				300px;
}

/* ################################################################################# */
/*                                                                                   */
/*                                      FOOTER                                       */
/*                                                                                   */
/* ################################################################################# */

#keurmerken {
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	background-color: #db002e;
	height: 25px;
	padding-top: 5px;
	color: #FFFFFF;
	bottom: 0;
	float: left;
	width: 100%;
	min-width: 900px;
}

#footer p {
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	font-size: 1em;
	padding-left: 5px;
	padding-right: 5px;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer ul li {
	float: left;
	display: inline;
	list-type: circle;
}

.REYEZ { 
	float: right;
	margin-right: 40px;
}

.red {
	color:#a40c23;
}

.left {
	float:		left;
	padding:	0 40px 20px 0;
}

.clearer { clear: both; }

