/**** General Style Information ****/
/*** == Start HTML Basic Elements ========================================================  ***/
a,
a:link {
color: #ffffff;
text-decoration: none;
font-size:10px;
margin: 0px;
padding: 0px;
}

a:visited {
}

a:active {
}

a:hover {
color: #ffffff;
}

p,ul,ol,li,dl,dt,dd {
margin: 0px;
padding: 0px 0px;
font-size:8pt;
line-height:17px;
color: #ffffff
}

p:first-letter {
text-transform:uppercase;
}

img {
border: 0px;
margin: 0px;
padding: 0px;
}

fieldset,form,table {
margin: 0px;
padding: 0px;
border: 0px;
}

select,
input  { 
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
color: #ffffff;
}

label {
}

textarea  {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
color: #ffffff;
}

h1,h2,h3,h4,h5,h6 {
color: #ffffff;
margin: 0px;
padding: 0px;
font-weight: normal;
}

h1 {
font-size:16px;
margin-bottom:10px;
font-weight:bold;
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

html>body {
width: 100%;
height: 100%;
}

/*** == End HTML Basic Elements ========================================================  ***/

/*** == Start Site Layout ========================================================  ***/

/* Body */
#LAYOUT1-BODY{
text-align:center;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:8pt;
line-height:17px;
color: #FFF;
background-color:#000000 ;
margin: 0;
padding: 15px 0px 0px 0px;
}

#SEARCHBOX {
display: none;
}

	
	/* Site dimensions */
	#LAYOUT1-SITE-DIMENSIONS {
	text-align: left; 
	width: 900px;
	background-image: url(LAYOUT1-SITE-DIMENSIONS.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border: solid 1px #aaaaaa;
	margin: 0 auto; 
	overflow: hidden;
	background-color:#000;
	}
	
	/* Header */
	#LAYOUT1-A {
	width: 800px;
	height: 116px; 
	overflow: hidden;
	clear:both;
	text-align:center;
	margin: 0px 26px 0px 50px;
	z-index: 1;
	}
	
	/* Content */
	#LAYOUT1-B {
	width: 800px;
	height: 550px; 
	clear:both;
	text-align:left;
	margin: 0px 26px 0px 50px;
	}
	
	html>body #LAYOUT1-B {
	min-height: 550px;
	height: auto;
	}
	
		/* Content Left */
		#LAYOUT1-B1,
		#LAYOUT2-B1  {
		width: 385px;
		overflow: hidden;
		float: left;
		}
		
		/* Content right */
		#LAYOUT1-B2,
		#LAYOUT2-B2  {
		width: 345px;
		height: 600px;
		overflow: hidden;
		float: right;
		position: relative;
		top: -44px;
		z-index: 100;
		}
		
		#LAYOUT2-B2 {
		position: relative;
		top: 0px;
		}

	
					
/*** == End Site Layout ========================================================  ***/

				
/** == Start Classes ========================================================  **/
.Logo {
width: 300px;
height: 70px;
text-align: left;
float: left;
clear: right;
overflow: hidden;
}

/* Horizontal Navigatie */
.Nav1 {
height: 20px;
width: 700px;
float: left;
text-align: left;
overflow: hidden;
margin: 5px 0px 0px 122px;
white-space: nowrap;
}

	.Nav1 a,
	.Nav1 a:link,
	.Nav1 a:visited,
	.Nav1 a:active,
	.Nav1 a:hover {
	color:#aaa;
	font-size: 17px;
	line-height: normal;
	margin: 0px;
	padding: 0px;	
	}
	
	.Small {
	width: 52px;
	height: 52px;
	overflow: hidden;
	margin: 0px 15px 15px 0px;
	float: left;
	position: relative;
	z-index: 10;
	cursor: pointer;
	}
	
	.Small img {
	display: block;
	width: 100px;
	height: auto;
	position: absolute;
	left: -23px;
	top: -32px;
	z-index: 1;
	}
	
	.Large {
		clear:both;
		}
	
/** == End Classes ========================================================  **/	


