@charset "utf-8";
/* CSS Document */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 62.5%;
	background-repeat: no-repeat;
}
#main_container_index {
	height: 499px;
	width: 786px;
	margin: 0 auto 0 auto;
}
#main_container {
	height: 499px;
	width: 786px;
	margin: 0 auto 0 auto;
}
#header {
	height: 75px;
	width: 100%;
	background-image: url(../images/header.jpg);
}
#nav {
	height: 30px;
	width: 786px;
	padding-top: 25px;
	margin-top: 0px;
	padding-left: 10px;
}
#content {
	height: auto;
	width: 786px;
	float: left;
}
#content_logo {
	height: 75px;
	width: 100%;
	float: left;
	background-image: url(../images/logo_content.jpg);
}

#footer {
	height: 69px;
	float: left;
	background-image: url(../images/footer.jpg);
	width: 100%;
	background-repeat: no-repeat;
}
#main_container #footer {
	padding-top: 10px;
	font-size: .8em;
	padding-left: 590px;
}
#main_container_voorbeeld {
	height: auto;
	width: 786px;
}
.grijze_streep {
	height: 1px;
	width: 700px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 10px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 20px;
}
.voorbeeld {
	height: 175px;
	width: 200px;
	float: left;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 25px;
	margin-left: 0px;
}
.hidden {
	display: none;
	visibility: hidden;
}
.pink {
	color: #E13288;
}
p {
	font-size: 1.3em;
	line-height: 20px;
	padding-right: 50px;
	padding-left: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.p_footer {
	font-size: .8em;
	padding-left: 590px;
	margin-top: 0px;
}

a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
a:hover  {
	color: #97BF0D;
	text-decoration: underline;
}
h1 {
	font-size: 1.8em;
	color: #E13288;
	padding-left: 50px;
	padding-top: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	font-size: 1.5em;
	padding-left: 300px;
	padding-top: 10px;
	margin-top: 0px;
}
h3 {
	font-size: 1.4em;
	color: #666;
	padding-left: 75px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}
dl{
	width: 650px;
	color: #333;
	margin: 10px 0 0 50px;
	padding: 0;
	clear: left;
}

dt{
	background-color: #4D4D4D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 40px;
}

dd{
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 50px;
}

dt span{
	position: relative;
	left: 20px;
	bottom: 70px;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
}

dt img{
	border: 1px solid #999;
} 

.hidden {
	display: none;
	visibility: hidden;
}

