/*
	Paars:				#c81c6f
	Groen:				#BFD730
	Licht groen:		#D1E074
	Border groen:		#DFEB97
*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Helvetica, Verdana;
}

#container {
	margin: 20px auto;
	width: 649px;
}

/* Menu */
#topmenu {
	padding: 6px;
	border-bottom: 2px solid #DFEB97;
}
.pipe {
	color: #c81c6f;
	margin: 0px 5px;
}
#topmenu a, #submenu a {
	font-size: 19px;
	display: inline;
	color: #BFD730;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
#topmenu a:hover, #submenu a:hover, #topmenu a.active, #submenu a.active {
	color: #c81c6f;
}
#submenu {
	text-align: right;
	padding: 5px;
	margin: 0px 0px 20px 0px;
}

#text {
	padding: 10px;
}

#header {
	width: 639px;
	height: 194px;
}
#header div, #header a {
	float: left;
}
#header div.saskia {
	width: 693px;
	height: 67px;
	background: url(./images/header_saskia.jpg);
}
#header div.productie {
	width: 208px;
	height: 46px;
	background: url(./images/header_productie.jpg);
}

#header div.coachingentraining {
	width: 431px;
	height: 46px;
	background: url(./images/header_coachingentraining.jpg);
}

#header div.hesselingmedia {
	width: 639px;
	height: 81px;
	background: url(./images/header_hesselingmedia.jpg);
}
#content {
	width: 565px;
	border: 2px solid #DFEB97;
	float: left;
	background-image: url(./images/bg_gradient.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding: 0px 70px 0px 0px;
}
#content_filler {
	width: 1px;
	height: 300px;
	float: right;
}
.clear {
	clear: both;
}
#content img {
	border: 2px solid #DFEB97;
	margin: 0px 0px 10px 10px;
}
#gradient {
	width: 70px;
	height: 380px;
	background: url(./images/bg_gradient.jpg) repeat-y;
	float: left;
	border: 2px solid #DFEB97;
}

img.green_border {
	border: 1px solid #BFD730;
}

/* Tekst opmaak */

h2 {
	font-size: 18px;
	margin: 5px 0px 5px 0px;
	color: #c81c6f;
}
p {
	color: #c81c6f;
	font-size: 13px;
	line-height: 17px;
}
span.light_green {
	color: #D1E074;
}

a {
	color: #BFD730;
}

ul {
	margin: 0px 0px 0px 30px;
	color: #c81c6f;
}