/* CSS Document */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	background:url(images/background.jpg) repeat-x #EEEEFF;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	padding: 0 0 0 23px;
	font-size: 136%;
	font-weight: normal;
	background: url(images/h2.jpg) no-repeat center left;
	color: #2F719B;
}

h3 {
	font-size: 110%;
	font-weight: bold;
}

a, a:active {
	text-decoration: none;
	border-bottom: dotted 1px #000;
	color: #2F719B;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	border-bottom: none;
	color: #000;
	font-weight:bold;
}

.elabel {
	 margin-left:3px; 
	 background-color:#E4E4E6; 
	 padding:2px; 
	 text-align:center;
	 margin-top:15px;
}

.focus {
	border: #2F719B 1px solid; background-color: #DCF0BC;
}

.blur {
	border: #CCCCCC 1px solid; background-color:#FFFFFF;
}

.emailFriend { 
	border: 1px solid #cccccc;
	background-color: #E4E4E6;
	padding:3px;
	line-height:3em;
}

#msg { /* style voor de error message bij emailvalidatie*/
	border: #FF0000 2px solid; 
	padding: 8px; 
	background-color: #FFE0D9;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background:#fff;
}

div#content {
	float: right;
	width: 635px;
	padding:15px 15px 5em 15px; /* bottom padding for footer */
}

/* Header */

#header {
	width: 900px;
	height: 125px;
	margin: 0 auto;
}

/* CSS for the scrollers*/
#pscroller2{
	width: 390px;
	height: 33px;
	padding: 17px 0 0 0;
	float:left;
	color: #EEEEFF;
	overflow:hidden;
	background:url(images/background.jpg) repeat-x #DCF0BC;
}

#pscroller2 a{
	text-decoration: none;
	color:#cf0;
}

.someclass{ 
	font-size: 16px; font-weight:bold; letter-spacing:1px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 15px 15px 5em 15px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	border-left: 5px solid #2F719B;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	background: url(images/img09.gif) no-repeat right bottom;
	font-style: italic;
}

.zoekForm {
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #2F719B;
	padding:3px;
}
.style1 {
	font-size: x-small;
	font-style: italic;
}

p, blockquote {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
}

blockquote {
	margin-left: 2em;
	font-size: 95%;
}

#menu {
	height: 50px;
    font-size:100%;
	letter-spacing:3px;
	font-weight:bold;
    line-height:normal;
	padding: 0;
	background:url(images/background.jpg) repeat-x;
}

#menu ul {
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
}

#menu li {
    display:inline;
    margin:0;
    padding:0;
}

#menu a {
    float:right;
    background:url("images/menuL.jpg") no-repeat left top;
    margin:0 0 0 2px;;
    padding:0 0 0 4px;
    text-decoration:none;
	border-bottom:none;
	color:#EEEEFF;
}

#menu a span {
    float:left;
    display:block;
    background:url("images/menuR.jpg") no-repeat right top;
    padding:12px 15px 10px 6px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}

/* End IE5-Mac hack */
#menu a:hover span {
    color:#fff;
}

#menu a:hover {
    background-position:0% -42px;
}
    
#menu a:hover span {
    background-position:100% -42px;
}

/* Generated via www.cssmenubuilder.com */

.links{margin:0; padding:0; width:200px; list-style:none;background:rgb(255,255,255);}
.links li{padding:0; margin:0 0 1px 0; height:40px; display:block; }
.links li a{text-align:left;height:40px; padding:0px 14px; font:13px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#EEEEFF; display:block; background:url('images/verMenuImages.png') 0px 0px no-repeat; text-decoration:none;border-bottom: none}
.links li a:hover{background:url('images/verMenuImages.png') 0px -40px no-repeat; color:#FFFFFF;}
.links li a.active, .links li a.active:hover{background:url('images/verMenuImages.png') 0px -80px no-repeat; color:#FFFFFF;}
.links li a span{line-height:40px;}

.floating-box {
	float: left;
	width: 250px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 100%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

#pricing {
	font-size: 125%; 
	color: #cf0; 
	font-style: italic; 
	font-weight: bold; 
	background-color: #3D2F26; 
	padding:4px; 
	letter-spacing:1px;
}

div#footer {
	position: absolute;
	width: 100%;
	height: 80px;
	line-height: 50px;
	background: #2F719B;
	border-top: #204966 2px solid;
	bottom: 0; /* stick to bottom */
	color: #fff;
}

div#footer a {
	color: #EEEEFF;
}

div#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#NewsTicker{
	width:569px;
	margin:0 auto;
	float:left;
}
	#NewsTicker h1{
		padding:6px; margin:0; border:0;
		color:#000;
		font-size:120%;
		letter-spacing:1px;
		font-weight:bold;
	}
	#NewsVertical {
	width: 560px;
	display: block;
	overflow: hidden;
	position: relative;
	}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
		width: 560px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical li {
		display: block;
		width: 560px;
		color: #333;
		text-align: left;
		font-size: 11px;
		margin: 0 0 0 0;
		padding: 3px;
		float: left;
	}
#TickerVertical li .NewsTitle{
	display: block;
	color: #000;
	font-size: 12px;
	font-weight:bold;
	margin-bottom:6px;
}
#TickerVertical li .NewsTitle a:link,
#TickerVertical li .NewsTitle a:Visited {
	display: block;
	color: #000;
	font-size: 12px;
	font-weight:bold;
	margin-bottom:6px;
	text-decoration:none;
}
#TickerVertical li .NewsTitle a:hover {
	text-decoration:underline;
}
#TickerVertical li .NewsImg{
	float:left;
	margin-right:5px;
}
#TickerVertical li .NewsFooter{
	display: block;
	color: #000;
	font-size: 12px;
	margin:6px 0 14px 0;
}

.thumb {
	background-color: #FFFFFF;
}

.over {
	background-color: #E4E4E6;
}
/* ____________________________ FOTO SLIDER ____________________________ */
#dhtmlgoodies_slideshow{
		width:600px;	/* Total width of slideshow */


	}
	
	#previewPane{
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 372px;	/* IE 5.x */
		height/* */:/**/360px;	/* Other browsers */
		height: /**/360px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/106px;	/* Other browsers */
		height: /**/106px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:42px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=80);
		opacity: 0.8;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
    #tabsC {
      float:left;
      width:100%;
      background:#FFFFFF;
      font-size:100%;
      line-height:normal;
      }
    #tabsC ul {
	  margin:0;
	  padding:10px 10px 0 0px;
	  list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
      background:url("images/tableftC.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  border-bottom:none;
      }
    #tabsC a span {
      float:left;
      display:block;
      background:url("images/tabrightC.jpg") no-repeat right top;
      padding:5px 15px 4px 6px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#FFF;
      }
    #tabsC a:hover {
      background-position:0% -42px;
      }
    #tabsC a:hover span {
      background-position:100% -42px;
      }

.paging:link {
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: .9em;
	text-decoration: none;
	color:#000;
	border:#999 1px solid;
	padding-top:2px;
	padding-bottom:2px; 
	padding-left:6px; 
	padding-right:6px; 
	line-height:30px;
}

.paging:visited {
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: .9em;
	text-decoration: none;
	color:#000;
	border:#999 1px solid;
	padding-top:2px;
	padding-bottom:2px; 
	padding-left:6px; 
	padding-right:6px; 
	line-height:30px;
}

.paging:hover {
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: .9em;
	text-decoration: none;
	color:#000;
	border:#000 1px solid;
	padding-top:2px;
	padding-bottom:2px; 
	padding-left:6px; 
	padding-right:6px; 
	line-height:30px;
	background-color:#CCC;
}
