@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #231f20;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	background-image: url(../images/body_img.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
* {
	padding:0px;
	margin:0px;
}
/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

a {color:#14377D;}
a:hover {
	color:#da1a35;}
a img {border:0px;}


#container { 
	position: relative;
	width: 960px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#talen {
	position:absolute;
	top:5px;
	right:20px;
	width:200px;
	text-align:right;
}
#talen img {
	padding-right:5px;
}
#header { 
	height: 210px;
	text-align:center;
}

#slideshow {
    position:relative;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:110px;
    z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}

#sidebar1 {
	float:left;
	width: 150px; 	
}
#sidebar2 {
	float:right;
	width: 150px;
}
#sidebar2 a{
	color:#da1a35;
}

#sidebar2 .container_nieuws {	
	margin-bottom:20px;
}
.menu_titel {
	font-weight:bold;
	margin-top:5px;}
#mainContent {
	float:left;
	width:654px;
	background-color:#e2f3f9;
}
#mainContent #main_image {
	background-repeat: no-repeat;
	background-position: center center;
	height: 267px;
	width: 654px;
	border-bottom:4px solid #FFF;	
}
#mainContent .titel {
	width:190px;
	float:left;
	text-align:right;
	padding-right:10px;
}
#mainContent .titel h1{
	color:#315795;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	margin-top:35px;
}
#mainContent .content {
	float:right;
	width:450px;
	margin-bottom:20px;
}
#mainContent .content p{
	padding:10px;
	padding-left:0px;
	margin-top:20px;
	line-height: 20px;
}
#mainContent .content ul li{
	list-style-position: outside;
	list-style-type: disc;
	margin-left:25px;
}
ol {
	margin-left:20px;
}
#mainContent .print {
	background-color: #e2f3f9;
	height: 25px;
	width: 100%;
	float:left;
	border-top: solid 3px #FFF;
}
#mainContent .print a{
	text-decoration:none;
	color:#1d4284;
	font-size:12px;
	line-height:25px;
	padding-left:10px;
}
#mainContent .print a:hover{ 
	color:#da1a35;
}

.nieuws_overzicht {
	padding:5px;}

.home_nieuws {
	width:325px;
	height:30px;
	margin-top:-15px;
	float:left;
	height:300px;
	}
.home_nieuws h1 {
	background-image:url(../images/product_titel_bg.gif);
	background-repeat:repeat-x;
	height:30px;
	color:#FFF;
	font-size:16px;
	line-height:30px;
	padding-left:5px;
	font-weight:normal;
	text-transform: uppercase;
}
.home_nieuws_item {
	float:left;
	background-color:#e2f3f9;
	height:30px;
	line-height:30px;
	color:#14377d;
	width:100%;
	border-bottom:solid 1px #FFF;
	text-indent:5px;
	cursor:pointer;
	}
/* STYLE TABLE */
.container_producten {
	background-color:#FFF;
	float:left;
	border-top:solid 1px #13387D;
	}

#producten_content p{
	padding-left:20px;
	padding-right:20px;
	width:600px;
}
#producten_content ul{
	padding:20px;
	padding-bottom:0px;
	padding-top:0px;
}
.product_item {
	float:left;
	width:200px;
	height:180px;
	margin-bottom:10px;
	margin-right:5px;
	margin-left:10px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	
	}
.product_item .product_naam {
	position: absolute;
	height: 24px;
	width: 200px;
	bottom: 0px;
	background-color:#FFF;
	text-align:center;
}
.product_titel {
	background-image:url(../images/product_titel_bg.gif);
	background-repeat:repeat-x;
	height:25px;
	color:#FFF;
	font-size:7px;
	line-height:25px;
	padding-left:20px;
	text-transform: uppercase;
	margin-bottom:20px;
}
.product_titel h1 {
	font-size:14px;
}
.product_naam { 
	text-decoration:none;
	color:#231f20;}

.content_nieuws {
	width:447px;
	float:right;}

.nieuws_overzicht h1 {
	float:right;
	width:446px;
	color:#315795;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	}
/* STYLE TABLE */
.border-right {
	background-color:#d4effc;
	border-right:solid 1px #13387d;
	border-bottom:solid 1px #fff;
	height:20px;
	padding-left:5px;
}
	
.achtergrond_table {
	background-color:#FFF;
	border-right:solid 1px #13387d;
	border-bottom:solid 1px #fff;
}

.titel_table {
	background-color:#FFF;
	border-left:solid 1px #13387d;
	border-top:solid 1px #13387d;
	padding-left:5px;
	height:25px;
}
.product_table {
	padding-left:5px;
}
#footer {
	text-align:center;
	font-size:72%;
	background-color:#FFF;

} 
a {	text-decoration:none;}
#mainContent ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left:18px;
}

.terug_overzicht {
	padding:5px;
	background-color:#14377D;
	color:#FFF;
	margin-bottom:10px;
	float:right;
	clear:right;
	}