@charset "UTF-8";

/* WSTW CSS */

/*************************************************/
/* HTML tag styles                               */
/*************************************************/


body {
  font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/img_site/bg2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 12px;
}

table, td {
  border: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a img {
  border:0px;
}

/* Content CMS
**************************************************/

.content td{
  padding:0px;
}

.content hr {
}

.content ul {
 	margin-left: 0px;
 	padding-left: 15px;
 	line-height: 16px;
 	color: #000;
}

.content li {
}

.content li a {
  color: #000;
}

.content ul li ul {
  list-style-type: disc;
  color: #000;
}

.content ul li ul li {
}

.content ul li ul li a{
 color: #000;
}

.content a {
  color: #000;
	text-decoration: none;
}

.content a:hover {
	text-decoration:underline;
}

.content .imglinks {
	float:left;
	margin: 0 6px 6px 0;
}

.content .imgrechts {
	float:right;
	margin: 0 0 6px 6px; 
}

.content p {
  margin:0px;
  padding: 0 0 20px 0;
}

.content h1 {
 color: #314A5E;
	font-size: 20px;
}

.content h2 {
  color: #0066CC;
	font-size: 17px;
}

h3 {
  font-size: 14px;
	color: #0066CC;
	line-height: 14px;
}

.content h4 {
 font-size: 13px;
	color: #000;
	line-height: 14px;
}

.content h5 {
}

.content h6 {
}

.klein {
	font-size: 10px;
}

.kadertekst {
	font-size: 11px;
}

.kadertekst td {
  width: 100%;
}

#naarboven {
	float:left;
	color:#000;
	font-size:1em;
	cursor:pointer;
}

#toonpdf {
	float:right;
}


.box {
  height: 100px;
  cursor:pointer;
  margin-bottom: 25px;
}

.box .image {
  width: 160px;
  float:right;
}

.box .image img{
 padding:0px;
  margin:0px;
}


/* fixes float problems
**************************************************/

.clearfix:after {
	content:".";
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
}

.clearfix {
	zoom:1;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

/* End hide from IE-mac */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

.dots {
	border-bottom:1px dotted #000;
}

.slider_container, .dots{
	margin-top:15px;
	margin-bottom:5px;
}
