/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #DCDEDF;
}
#container {
	margin:0 auto;
	width: 980px;
	background: url('../images/bg-container.gif') repeat-y left top; 

}
#headerTop {
	height: 17px;
	background: url('../images/headerTop.gif') no-repeat left top; 
}
#header {
	margin-top: 0px;
	margin-left: 40px;
	margin-right: 40px;
	width: 900px;
	height: 128px;
}
#logo {
	float: left;
	width: 690px;
}
#dagpas {
	float: right;
	width: 200px;
	height: 128px;
	background: #DCDEDF;
}
#menuBar {
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
	width: 900px;
	background: #094A85;
	height: 35px;
}
#content {
	margin-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
	width: 900px;
}
#kolomRechts {
	float: left;
	width: 200px;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
}
#footer {
	height: 35px;
	background: url('../images/footer.gif') no-repeat left top; 
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #B0B0B0;
	
}
#footer a { COLOR: #B0B0B0; text-decoration: none; }
#footer a:hover { COLOR: #B0B0B0; TEXT-DECORATION: underline; }
#footer a:visited { color: #B0B0B0;}
	

#breadcrumb {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #F7941D;
	text-align:left;
	height: 15px;
}
#breadcrumb a { COLOR: #F7941D; text-decoration: none; }
#breadcrumb a:hover { COLOR: #F7941D; TEXT-DECORATION: underline; }
#breadcrumb a:visited { color: #F7941D;}

.tellafriend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

#printbutton {
	margin-top: 20px;
}

/** LINKS */

a { COLOR: #2C9EE6; text-decoration: none; }
a:hover { COLOR: #2C9EE6; TEXT-DECORATION: underline; }
a:visited { color: #2C9EE6;}

/** MENU */

#menu	  {
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: left;
}

.menulink a { 
	text-decoration: none;
	width: 100%;
	padding: 0px 2px 0px 2px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	background: transparent;
}
.menulink a:hover {
	background: url('../images/menulinkhover.gif') no-repeat left top; 
	color: #F7941D;
	text-decoration: none;
}

.menulink ul {
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
}

.menulink li {
	border-bottom: 0px solid #000;
}

.menulink2 li a { 
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 1px 5px 3px 40px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.menulink2 li a:hover {
	color: #27468E;
	text-decoration: none;
	background: none;
}

.menulink2 ul {
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
}

.menulink2 li {
	border-bottom: 0px solid #000;
}


/** FORMS */

input, select, textarea {
	margin: 3px;
}

/** FORMS */

.formulier    {
    border-width: 1px;
    border-style: dashed;
    border-color: #cccccc;
    padding: 15px;
    width: 650px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.formulier label    {
    float: left;
    width: 190px;
    text-align: right;
    margin-right: 15px;
}
.formulier input    {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    margin-bottom: 10px;
	padding: 2px;
	font-size: 100%;
}
.formulier select
    {
    width: 150px;
    font-size: x-small;
    background-color: #fff;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
}
.formulier textarea
    {
    width: 250px;
    height: 100px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    margin-bottom: 10px;
}


/** HEADINGS */

h1 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #05426E;
}

h2 {
	margin-bottom: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #05426E;
}

h3 {
	color: #2C9EE6;
	margin-bottom: 10px;
	font-family: Trebuchet MS, Arial;
	font-size: 150%;
}

h4, h5, h6 {
	color: #05426E;
	margin-bottom: 10px;
}


/** TEKSTS */

.maintext {
	float: left;
	width: 680px;
    text-align: left;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	padding-right: 20px
}

.extratext {
    text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}


td {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}


/** NIEUWS */

.news_date {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #B0B0B0;
}
.news_title {
    text-align:left;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
    font-weight: bold;
	color: #2C9EE6;
 }
.news_title a { COLOR: #2C9EE6; text-decoration: none; }
.news_title a:hover { COLOR: #2C9EE6; TEXT-DECORATION: underline; }
.news_title a:visited { color: #2C9EE6;}

.news_text {
    text-align:left;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}
.news_details {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 15px;
}
