﻿/* CSS Document */

/* ------ IDENTITIES --------- */

#achtergrond {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-image: url(media/bgintro.JPg);
	background-repeat:repeat-x;
	visibility: visible;
	z-index: 1;
	left: 0px;
	top: 0px;
	margin: 0px;

}

#container {
position: relative;
width: 762px;
/*min-width: 660px; */
top: 61px;
left:0px;
left: 50%;
margin-left: -380px;
}

#LayerMenu {
position: relative;
width: 100%;
height: 40px;
background-color:#000000;
top: 0px;
clear: right;
z-index:5;
color: white;
font-size: 12px;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}

#menutekst {
	POSITION: relative;
	text-align: center;
	z-index: 1100;
	top: 10px;
	color: white;
font-size: 12px;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

#LayerPic {
	position:relative;
	left: 0px;
	width: 200px;
	max-width: 200px;
	min-width: 200px;
	height: 400px;
	border: 20px solid #666666;
	top: -21px;
	z-index: 2;
	background-color:#FFFFFF;
	float:left;
	overflow: hidden;
	visibility: visible;
}

#LayerContent {
	position:relative;
	float: left;
	width: 200px;
	height: 400px;
	max-height: 400px;
	background-color: #ffffff;
	border: 20px solid #666666;
	top: -21px;
	margin-left: 20px;
	z-index: 2;
	display:block;
	overflow: hidden;
}

#LayerExtra {
	position:relative;
	float: left;
	width: 200px;
	height: 400px;
	max-height: 400px;
	background-color: #ffffff;
	border: 20px solid #666666;
	top: -21px;
	margin-left: 20px;
	z-index: 2;
	display:block;
	overflow: hidden;
}

#layerlogo {
 position: absolute;
 top: -60px;
 left: 0px;
 width: 762px;
 HEIGHT: 66px;
 Z-INDEX: 8;
 text-align:center;
}

#LayerCopyright {
position: relative;
width: 100%;
height: 40px;
margin-top: 60px;
float:left;
color: #333333;
z-index: 2;
TEXT-ALIGN: center;
FONT-FAMILY: verdana, arial, tahoma, helvetica;
FONT-SIZE: x-small;
display:block;
clear:left;
}

/* ------ CLASSES --------- */

.padContent {
 width: 530px;
 height: 590px;
 padding-top: 140px;
 PADDING-LEFT: 20px;
 PADDING-RIGHT: 20px;
 PADDING-BOTTOM: 20px;
}

.padContent strong 
{
color:#0099FF;
}

.padExtra {
/* width: 180px;
 height: 590px;*/
 padding-top: 40px;
 PADDING-LEFT: 20px;
 PADDING-RIGHT: 20px;
 PADDING-BOTTOM: 20px;
}

.ExtraP {
LINE-HEIGHT: 16px;
font-size: 12px;
color: #f5f5f5;
}

.ExtraKopje {
color: #999999;
font-size: 12px;
font-weight: bold;
display:block;
margin-bottom: 0px;
}

.ExtraP a {
color: #f5f5f5;
text-decoration:none;
}

