/***********************************************************/
/* Algemeen */
/***********************************************************/
* {
	margin:0;
	padding:0;
}
body {
	background:#b2e6fb url(images/bg.jpg) repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	color:#767676;
	text-align:center;
	line-height:18px;
}

/***********************************************************/
/* Links */
/***********************************************************/
a:link, a:visited{
	color:#33798e;
	text-decoration:none;
	border:0;
}
a:hover, a:active{
	color:#33798e;
	text-decoration:underline;
	border:0;
}
.nav a {
	color:#fff;
	text-decoration:none;
}
.nav a:hover {
	color:#fff;
	text-decoration:underline;
}

/***********************************************************/
/* Afbeeldingen */
/***********************************************************/
img {
	border:0;
}
img.left {
	border:0;
	float:left;
	margin:2px 15px 0px 0px;
}
img.leftclear {
	clear:both;
	border:0;
	float:left;
	margin:2px 15px 0px 0px;
}

/***********************************************************/
/* Paragrafen */
/***********************************************************/
.nav p {
	margin:0px 0px 4px 0px;
	color:#fff;
}

#right_content p {
	margin:0px 0px 22px 0px;
}
p.bold {
	font-weight:bold;
	margin:0px 0px 22px 0px;
}
p.red {
	font-weight:bold;
	margin:0px 0px 10px 0px;
	color:#900;
}
p.red_big {
	font-weight:bold;
	margin:5px 0px 10px 0px;
	color:#900;
	font-size:16px;
}

/***********************************************************/
/* Koppen */
/***********************************************************/
.nav h1 {
	color:#fff;
	font-size:18px;
	margin:0px 0px 6px 0px;
	font-weight:bold;
}

#right_content h1 {
	color:#C60;
	font-size:18px;
	margin:0px 0px 10px 0px;
	font-weight:bold;
}
#right_content h2 {
	color:#C60;
	font-size:18px;
	margin:25px 0px 10px 0px;
	font-weight:bold;
}
#right_content h3 {
	color:#036;
	font-size:12px;
	font-weight:bold;
}
hr {
	border:1px solid #767676;
	margin:40px 0px;
}

	
/***********************************************************/
/* Divs */
/***********************************************************/
/* container */
#container {
	width:938px;
	margin:0px auto;
	text-align:left;
}

/* header */
#header {
	width:938px;
	height:196px;
	background:url(images/header.jpg);
}

/* content */
#content {
	width:932px;
	overflow:hidden;
	background:url(images/content_bg.jpg) repeat-y;
	padding:0px 3px;
}

/* left_content */
#left_content {
	float:left;
	width:250px;
	padding:0px 20px 30px;
}
.menu_top {
	width:250px;
	height:38px;
	background:url(images/menu_top.jpg);
}
.nav {
	width:190px;
	background:url(images/nav.jpg) repeat-y;
	padding:0px 30px;
	overflow:hidden;
}
.nav ul {
	width:174px;
	list-style:none;
}
.nav ul li {
	display:block;
	font-weight:bold;
	color:#fff;
	margin:0px 0px 10px 0px;
	font-size:14px;
}
.nav ul li a {
	color:#fff;
	text-decoration:none;
}
.nav ul li a:hover {
	color:#fff;
	text-decoration:underline;
}	
.menu_bottom {
	width:250px;
	height:38px;
	background:url(images/menu_bottom.jpg);
	margin:0px 0px 20px;
}


/* right_content */
#right_content {
	float:left;
	width:602px;
	padding:0px 20px 30px;
}
.floatleft {
	float:left;
	width:293px;
}
.floatright {
	float:right;
	width:235px;
}
.clear {
	clear:both;
}
.content_menu {
	width:542px;
	height:49px;
	line-height:49px;
	padding:0px 30px;
	background:url(images/content_menu.jpg);
	font-weight:bold;
	margin:0px 0px 20px 0px;
	color:#fff;
}
.content_menu ul {
	width:542px;
	height:49px;
	list-style:none;
}
.content_menu ul li {
	display:inline;
	font-weight:bold;
	height:49px;
	margin:0px 17px 0px 0px;
}
.content_menu ul li a {
	color:#fff;
	text-decoration:none;
}
.content_menu ul li a:hover {
	color:#fff;
	text-decoration:underline;
}
.content_content {
	width:542px;
	margin:0px 30px;
}
.content_littlecontent {
	display:block;
	width:542px;
	margin:0px 0px 35px 0px;
}
.redeemleft {
	clear:both;
	float:left;
	width:300px;
}
.redeemright {
	float:left;
}

/* aanmeldformulier */
.form {
	width:542px;
	height:24px;
	margin:0px 0px 22px 0px;
}
.aanmelden_email {
	float:left;
	width:390px;
	height:14px;
	padding:4px 5px;
	border:1px solid #767676;
	font:12px Arial, Helvetica, sans-serif;
	color:#767676;
}
.submit {
	width:130px;
	height:22px;
	line-height:22px;
	margin:0px 0px 0px 7px;
	float:left;
	border:1px solid #767676;
	font:12px Arial, Helvetica, sans-serif;
	color:#767676;
}

/* footer */
#footer {
	clear:both;
	margin:0px 0px 20px 0px;
	width:858px;
	height:57px;
	line-height:57px;
	padding:0px 40px;
	background:url(images/footer.jpg);
	color:#fff;
	font-weight:bold;
	text-align:right;
}
