/* css Markand CMS

Basis elementen */
html {
	margin: 0;
	padding: 0;
}
body {
	color: #666;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 75%;
	background-image: url(../images/siteimages/achtergrond.gif);
	background-color: #3B3D41;
	background-position: center 0px;
	background-repeat: repeat-x;
}
a img {
	border:none;
}
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
* {
	margin:0px;
	padding:0px;}
p {  
}
h1 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	color: #EE9233;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}	
.clear{
	clear:both;
}
.tijdelijk {
	cursor:pointer;
}
.knop {
	cursor:pointer;
}
.cursor {
	cursor:pointer;
}
.hr {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999;
	display: block;
}



/* Styling standaard DIV's */
#taalkeuze {
	margin-top: 17px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 22px;
}
#taalkeuze a {
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	-khtml-opacity: 0.5;
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=50)”;		
	color:#CC002E;
	text-decoration:none;
	font-size: 1.2em;
	padding-left: 30px;
	background-image: url(../images/taal/Netherlands.png);
	background-repeat: no-repeat;
	background-position: 10px 1px;
	height: 20px;
	float: right;
	padding-right: 10px;
	font-weight: normal;
}
#taalkeuze a:hover {
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-khtml-opacity: 1;
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=100)”;	
	color:#000;
	text-decoration: none;
	font-weight: normal;
}
#taalkeuze a.selected {
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-khtml-opacity: 1;
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=100)”;	
	color:#000;
	font-weight: bold;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 100%;
	height: 105px;
	margin-bottom: 0px;
	position:relative;
	background-color: #FFF;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #f39800;
	background-image: url(../images/siteimages/achter_hoofdbalk.jpg);
	background-repeat: repeat-x;
}
#header a {
	color: #CC002E;
	text-decoration: none;
}
#header a:hover {
	color: #FFF;	
}
#header a#logo {
	color: #000;
	text-decoration: none;
	position: absolute;
	height: 86px;
	width: 150px;
	left: 10px;
	top: 10px;
}
#header #siteknoppen {
	color: #FFF;
	line-height: 24px;
	height: 24px;
	width: 100%;
	text-align: center;
}
#header #siteknoppen a {
	padding-right: 10px;
	padding-left: 10px;	
}
#header #siteknoppen a:hover, a.selected {
	color:#000;
}

#container #content {
	margin-left: 190px;
	margin-right: 190px;
	padding-left:10px;
	padding-right:10px;
	min-height:375px;
	line-height:1.6em;
}
#content a {
	color: #f39800;
	text-decoration: none;
}
#content a:hover {
	color: #000;	
}
#content a.knop {
	color: #000;
	text-decoration: none;
}
#kollom1 {
	padding-left: 10px;
	float: left;
	width: 175px;
	min-height: 275px;
}
#kollom2 {
	float: right;
	width: 175px;
	min-height: 275px;
	padding-right: 10px;
}
#kollom2 .kader {
	padding: 1px;
	border: 1px solid #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 3px;
}

#hoofdMenu {
}
#hoofdMenu ul {
	/* Styling menu in menu module, alleen styling voor de knoppen zoals kleur in interlinie */
}
#hoofdMenu li {
	display: block;
	line-height:0.9em;
}
#hoofdMenu a {
	text-decoration: none;
	display:block;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
}
#hoofdMenu a:hover {
	color: #C00;
}
#hoofdMenu a.selected {
	color: #C00;
}
#hoofdMenu a.open {
	color: #333;
}

#footer {
	font-size: 10px;
	width: 100%;
	line-height: 45px;
	color: #f39800;
	text-align: right;
	background-color: #393B41;
	height: 45px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
}



.pasPaginaAan {
	padding-top: 10px;
}
.pasPaginaAan label {
	font-weight: normal;
	color: #666;
	font-size: 12px;
	line-height:1.2em;
}
.knopLaatNietZichtbaarZien {
	cursor:pointer;
}
.pasAanTitels {
	background-color: #F0F0F0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border: 1px solid #D3D3D3;
	padding: 3px;
	margin-bottom:5px;
}
.pasAanTitels1 {	
	background-color: #F0F0F0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border: 1px solid #D3D3D3;
	padding: 3px;
	margin-bottom:5px;
}
.veld {
	padding: .4em;
	font-size:11px;
}

#paginaNummering {
	margin-top: 20px;
	padding-top: 10px;
	clear: both;
	padding-left: 10px;
}
#paginaNummering a {
	color: #BFBFBF;
	margin-right: 15px;	
}
#paginaNummering a:hover {
	color: #303173;
}
#paginaNummering a.selected {
	color: #303173;
	text-decoration: underline;
}

