/* Content background classes*/



/* Presentation Stylesheet */

a:link { color: #676b6d; background: transparent; font-weight: bold; text-decoration: none}
a:visited { color: #676b6d; background: transparent; font-weight: bold; text-decoration: none}
a:hover { color: #676b6d; background: transparent; font-weight: bold; text-decoration: underline}
a:active { color: #676b6d; background: transparent; font-weight: bold; text-decoration: underline}


h1 {
	
	font-size:180%;

	background: transparent;
	line-height: 160%;

	padding: 0;
	margin: 2px 0px 10px 0px;

	color: #ed1c24;
	font-weight: normal;
}

h2 {
	padding: 0;
	margin: 2px 0px 8px 0px;
	font-size: 110%;
	line-height: 120%;
	color: #000;
	background: transparent;

}

h3 {
	padding: 0;
	margin: 2px 0px 4px 0px;
	font-size: 105%;
	line-height: 120%;
	color: #2F3C57;
	background: transparent;
}




p{
	margin: 0 0 1em;
}



strong {
	font-weight: bold;
	color: #676b6d;
}



hr {
  	border: 0;
  	width: 100%;
  	color: #676b6d;
	background-color: #676b6d;
	height: 1px;
	clear: both;
	margin: 1px 0 1px 0;
}


img.border{
	border: 1px solid #676b6d;
}

img.padding-left{
	margin: 0 0 10px 10px;
}





/* Navigatie opmaak */

#nav ul {

	width: 100%;

	padding: 0;
	margin: 0 0 10px 0;
	
	
	background-image: url(../img/nav/mainnav-ul-bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	
	

	font-weight: normal;
	font-size: 85%;
	color: #777b7d;

	

}

#nav li {

	list-style: none outside;
	
	margin: 0 0 0 0;
	padding: 3px 0 3px 15px;
	text-align: left;
	background-image: none;

	border-style: solid;
	border-width: 0 0 0 0;
	border-color: #35520a;


	background-image: url(../img/nav-bg-sub.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

	
	
}

#nav li.first{
	background-image: url(../img/nav-bg-grey.gif);
	background-repeat: no-repeat;
	background-position: top left;

	height: 23px;
	
	padding: 7px 0 0 15px ;
	margin: 0;
	
	font-weight: bold;
	
	color: #fff;
	
}


#nav li.red{
	background-image: url(../img/nav-bg-red.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


#nav li a {
	display: block;
	padding: 0;

	margin: 0 0 0 0;
	background-color: transparent;
	
	text-decoration: none;
	font-weight: normal;

	color: #6d6f72;

}

#nav li a:hover, #nav li a:active {

	color: #ed1c24;
	background-color: transparent;
	text-decoration: none;
}




#nav li a.highlight{

	text-decoration: none;
	display: block;
	color: #ed1c24;
	background-color: transparent;
	font-weight: bold;

}

#nav li a:hover.highlight, #nav li a:active.highlight{

	text-decoration: none;
	display: block;
	color: #ed1c24;
	background-color: transparent;
	font-weight: bold;
	

}









div#stretcher{
	height: 700px;
	width: 1px;
	background: transparent;
	
}



#content ul {
	padding-left: 40px;
	margin: 15px 0 15px 0px;
	font-size: 100%;
	list-style: url(../img/bullet.gif);

}

#content li {

	margin: 0;
	padding:  2px 0 1px 0;

}

#content ul li.highlight a{
	color: #000;
	
	text-decoration: underline;
}







/* nieuws */


#content div.nieuwsitem{
	
	padding: 0px 0 5px 0;
	margin: 0 0 15px 0;

	border-style: solid;
	border-color: #ddd;
	border-width: 0px;
	
}

#content div.nieuwsitem h2{

	margin: 15px 0 0px 0;
	
}

#content div.first h2{
	margin-top: 0;
}

#content p.nieuwsdatum{
	margin: 0 0 10px 0;
	color: #ff0000;
	font-size: 85%;
}



/* medewerkers */


#content div.medewerker{
	
	padding: 0px 0 5px 0;
	margin: 0 0 15px 0;

	border-style: solid;
	border-color: #ddd;
	border-width: 0px;
}

#content div.medewerker h2{

	margin: 15px 0 0px 0;
}

#content div.first h2{
	margin-top: 0;
}

#content div.medewerker div.info{
	width: 100%;
}






/* klanten */


#content div.klanten{
	
	padding: 0px 0 5px 0;
	margin: 0 0 15px 0;

	border-style: solid;
	border-color: #ddd;
	border-width: 0px;
}

#content div.klanten h2{

	margin: 15px 0 10px 0;
}



#content div.klanten div.info{
	width: 420px;
}



/* Nieuwsbrieven */

#content h2.nieuwsbrieventitle{
	margin: 0 0 18px 0;
}


#content span.nieuwsbrievendatum{
	margin: 0 0 15px 0;
	color: #ff0000;
	font-size: 85%;
}





/* FORM DATA */

form{

	padding: 0;
	margin: 0;
}


input {
	background-color: #fff;
	
	font-size: 100%;
	padding: 1px;
	margin: 0 0 8px 0;
	color: #676b6d;
	border:1px solid;
	border-color: #676b6d;
}



.select{

	background-color: #fff;
	
	font-size: 100%;
	padding: 1px;
	margin: 0 0 8px 0;
	color: #676b6d;
	border:1px solid;
	border-color: #676b6d;

}

.checkbox{
	padding: 0px;
	margin: 0 6px 0 0;
	border: 0;
}

p.error{
	background: #eee;
	color: #676b6d;
	border-color: #676b6d;
	border:1px solid;
	padding: 2px 2px 2px 5px;
	margin: 15px 0 15px 0;
	font-size: 100%;
	font-weight: bold;

}


textarea {
	background-color: #fff;
	
	font-size: 100%;
	padding: 1px;
	margin: 0 0 8px 0;
	color: #676b6d;
	border:1px solid;
	border-color: #676b6d;
}

/* verschillende lengtes textvelden */


textarea.small{
	width: 400px;
	height: 130px;
}
textarea.big{
	width: 400px;
	height: 200px;
}


#stretcher {

	float: right;
	width:0px;
	height: 450px;
	margin: 0;
	padding: 0;


}

#clocks{
	
	padding: 5px 0px 5px 0px; 
	width: 210px; 
	height: 60px; 
	color: #000; 
	margin-top: 60px;
}

#clocks div{
	float: left; 
	margin-right: 10px; 
	font-weight: bold;
	color: #949599;
}

#clocks div.last{
	margin-right: 0;
	color: #eb1c24;
}

#footer a{ font-weight: normal; }


