@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/site_bg_rood.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	
	margin: 0px;
	padding: 0px;

	height: 100%;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#fullheight {
	height: 100%;
}

#mainImageBlock {
	height: 420px;
}

#content {
	height: 200px;
	padding: 10px;
}

.content {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

p, p strong {
	margin-top: 0px;
}

.verticalDivider {
	background-image: url(images/vertical_divider.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.error {
	color: #FF0000;
}

/* FOOTER
---------------------------------*/
#footer {
	padding-top: 4px;
	margin-bottom: 10px;
}

#footer * {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

/* BESTELLEN FORM
---------------------------------*/
.formField {
	height: 16px;
	
	border: 1px solid #999999;
}

.pc4 {
	width: 40px;
	height: 15px;
	font-size: 9px;
	
	border-right: 1px dotted #999999;
}

.pc2 {
	width: 20px;
	height: 15px;
	font-size: 9px;
	
	border-left: none;
}

/* INSCHRIJVEN FORM
---------------------------------*/
#inschrijven_email {
	width: 115px;
	height: 12px;
	font-size: 9px;
	
	border: 1px solid #999999;
}

#inschrijven_button {
	width: 60px;
	height: 18px;
	font-size: 9px;
	padding-bottom: 4px;
}

/* HOME - WINNEN
---------------------------------*/
div.winactie_home {
	float: left;
	width: 180px;
	
	margin-bottom: 20px;
}

div.rightMargin {
	margin-right: 10px;
}

p.winactie_home_title a {
	font-size: 12px;
	font-weight: bold;
	color: #ed1c24;
	text-decoration: none;
}

#footer {
        width:820px;
}

#footer p {
        margin:0px;
        padding:0px;
}