/*
This is an Elated PageKit - www.elated.com.
All artwork copyright (c) 1996-2005 Elated Communications Ltd.
By using this PageKit, you are agreeing to be bound by the
usage agreement available online at http://www.pagekits.com/usage/
*/


/*
	Standard font family for site
*/
html {min-height: 101%; }

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: verdana, arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #222222;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
}



/*
	Standard paragraph style
*/

p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	margin-top: 0px;
	color: #ececec;
	line-height: 1.5em;
	text-align: left;
}


li
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	margin-top: 0px;
	color: #ffffff;
	line-height: 1.3em;
	text-align: left;
}




/*
	Links
*/


a:link { 
	color: #999999; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none;  
	}

a:visited { 
	color: #999999; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a:active { 
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a:hover { 
	color: #ffffff; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	} 


/*
	Front Page Table Links
*/


a.menu:link { 
	color: #999999; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none;  
	}

a.menu:visited { 
	color: #999999; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a.menu:active { 
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a.menu:hover { 
	color: #ffffff; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	} 




/*
	Headings
*/

h1
{
	font-weight: bold;
	font-size: 0.8em;
	color: #E6361F;
  	margin-top: 50px;
}

h1.left-header
{
	font-weight: bold;
	font-size: 0.7em;
	color: #E6361F;
	margin-left: 15px;
	}

h3.left-header
{
	font-weight: normal;
	font-size: 0.6em;
	color: #E6361F;
	margin-left:70px;
}

h5.left-header
{
	font-weight: bold;
	font-size: 0.9em;
	color: #E6361F;
	margin-left: 15px;
	margin-top:70px;
}

h2
{
	font-size: 0.6em;
	color: #ffffff;
	padding-top: 9px;
}

h4
{
	font-weight: bold;
	font-size: 0.8em;
	color: #E6361F;
 	margin-top: 5px;
}
h5
{
	font-size: 0.7em;
	color: #E6361F;
	padding-top: 1px;
}
/*
	Main Table - just gives the content a background colour
*/

.maintable 
{
	background-color: #222222;
	width:800px;
	
}

.maintable2 
{
	
	
}

/*
	Menu Table and Cell - controls how the menu looks & sits
*/

.menutable 
{
	height: 25px;	
	width: 860px;
	font-size: 0.7em;
	background-color: #333333;
	border-bottom: 1px solid #999999;
}

.menucell
{
  padding-left: 15px;
}



/*
	Left hand column on homepage - the big image
*/

.home-left 
{
	width: 276px;
	height: 600px;
	background-image: url("images/home_left.jpg");
	background-repeat: no-repeat;
	padding-top: 550px;
}

.home-left 
{
	width: 276px;
	height: 600px;
	background-image: url("images/home_left.jpg");
	background-repeat: no-repeat;
	padding-top: 550px;
}

.home-left2 
{
	width: 276px;
	height: 600px;
	background-image: url("images/home_left.jpg");
	background-repeat: no-repeat;
	padding-top: 500px;
}

p.left-text
{
	font-size: 0.7em;
	margin-left: 15px;
	margin-right: 20px;
	color: #999999;
}

p.left2-text
{
	font-size: 0.7em;
	margin-left: 15px;
	margin-right: 20px;
	color: #ffffff;
}

p.left-text3
{
	font-size: 0.7em;
	margin-left: 70px;
	margin-right: 20px;
	color: #999999;
	padding-top: 5px;
}

p.left-text4
{
	font-size: 0.8em;
	font-weight:bold;
	margin-left: 70px;
	margin-right: 20px;
	color: #E6361F;
	padding-top: 0px;
	text-align: left;
}
/*
	Right hand column on homepage
*/

.home-right 
{
	padding-top: 20px;
	padding-right: 55px;
}


.home-right-kerst 
{
	padding-top: 20px;
	padding-right: 5px;
}



/*
	Left hand column on sub-page
*/

.page-left 
{
	width: 276px;
	height: 300px;
	background-image: url("images/page_left.jpg");
	background-repeat: no-repeat;
}
page-left2 
{
	width: 250px;
	height: 300px;
	background-image: url("images/page_left.jpg");
	background-repeat: no-repeat;
}

page-left3 
{
	width: 200px;
	height: 300px;
	background-image: url("images/page_left.jpg");
	background-repeat: no-repeat;
}
/*
	Right hand column on sub-page
*/

.page-right 
{
	padding-right: 25px;
	
}

.page-right2 
{
	padding-top:10px;
	padding-right:65px;
}

.page-right3
{
	padding-top:10px;
	padding-right:15px;
}

.page-right4
{
	padding-top:10px;
	padding-right:10px;
}
/*
	Page footer area
*/


p.footer
{
  text-align: center;
	margin-top: 0px;
	padding-top: 30px;
	color: #333333;
	font-size: 0.6em;
	margin-bottom: 20px;
}

p.footer a
{
	color: #666666;
	font-size: 1em;
}




/*
	Standard images
*/

img
{
	border: none;
}





/*
	Frontpage layout elements - Text
*/

.text
{
	padding-right: 20px;
	text-align: left;
}


.leftgb
{
width:46px;
height: 300px;
	background-image: url("images/page_left.jpg");
	background-repeat: no-repeat;
}


.gbst
{
border-bottom:1px solid #90241F;
border-top:1px solid #90241F;
margin-bottom:3px;
}

#stgb
{
border-bottom:1px solid #90241F;
border-top:1px solid #90241F;
}

.font6
{
color:#90241F;
}

#loading
{
background-image: url(/lightbox/images/loading.gif);

background-repeat:no-repeat;
width:32px;
height:32px;

}

.randje
{
	border: 4px solid #ffffff;
}

#kleurtekst
{
	
	font-weight: normal;
	font-size: 0.7em;
	margin-top: 0px;
	color: #ececec;
	line-height: 1.5em;
}


ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 450px;
	
	
}
ul.thumb li {
	margin: 0; padding: 0px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width:120px;
	height: 120px;
}
ul.thumb li img {
	width: 120px; 
	height: 80px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 2px solid #fff;
	padding: 5px;
	background: #222222;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}

.container55 {
	height: 600px;
	width: 435px;
	
	
	
	position: absolute;
}

.stamboom

{
	
	font-style:italic;
	font-size: 0.7em;
	color: #ececec;
  	padding: 2px;
}
