/* =========================================================================================

//
//	StyleSheet Heras 
//
//	Aangemaakt door Lennard van der Laar, Dualler, 06-2008
//

========================================================================================= */

/* =========================================================================================
// 	Algemeen
========================================================================================= */

	img, div { behavior: url(resources/styles/iepngfix.htc) }

	

	html {
		overflow: hidden;
		}
	
	#{
		color: #333333;
	}
	
	img {
		border:0px;
	}
	
	a:link,
	a:active,
	a:visited{
		color:#FFFFFF;
		text-decoration:none;
		position: relative;
	}
	
	a:hover{
		color:#FFFFFF;
	}
	
	strong {
		color:#0ab2d0;
	}
	
	p {
		color: #FFFFFF;
		}
		
	p.choice {
		font-size: 13px;
		margin-top: 20px;
		}
		
	p.choice a{
		color: #FFFFFF;
		text-decoration: none;
		}

/* =========================================================================================
// 	Opbouw
========================================================================================= */

	#container{
		position:absolute;
		width: 970px;
		margin-left: -480px;
		margin-top: 15px;
		left: 50%;
		overflow: hidden;
		z-index: 1;
		}
		
	#container_buttons{
		position:absolute;
		height: 500px;
		width: 1200px;
		margin-left: -600px;
		margin-top: 370px;
		left: 50%;
		overflow: hidden;
		z-index: 999999;
		}
		
/* =========================================================================================
// 	Opbouw - LANGUAGE
========================================================================================= */
	
	#languageFrame {
		width: 193px;
		height: 160px;
		margin: 0px;
		padding: 0px;
		position: absolute;
		top: 76px;
		right: 0px;

		z-index: 9999;
		}
		
	#wrapper {
		width: 193px;
		height: 243px;
		/*margin-top: -10px;
		_margin-top: 0px;*/
		background-image: url(../images/bg_languageBox.png);
		background-repeat: no-repeat;
		background-position: top;
		}
	
	#languageFrame ul {
		margin: 0;
		padding: 0;
		padding-left:29px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#languageFrame ul li{
		list-style: none;
		font-size: 12px;
		color: #72a0ff;
		font-weight: bold;
		line-height: 25px;
		}
	
	#languageFrame ul li a:link,
	#languageFrame ul li a:active,
	#languageFrame ul li a:visited {
		font-size: 12px;
		color: #72a0ff;
		}
	
	#languageFrame ul li a:hover {
		font-size: 12px;
		color: #083694;
		}
		
/* =========================================================================================
// 	Opbouw - HEADER
========================================================================================= */
		
	#header_holder {
		width: 970px;
		height: 109px;
		padding: 0px;
		position: relative;
		}
		
	#logo {
		width: 141px;
		height: 28px;
		margin-top: 0px;
		padding: 0px;
		position: relative;
		float: left;
		}
		
	#languageChooser {
		width: 140px;
		height: 30px;
		margin: 40px 38px 0 0;
		padding: 0px;
		position: relative;
		float: right;
		}
		
/* =========================================================================================
// 	Opbouw - CONTENT
========================================================================================= */

	#content_holder {
		width: 960px;
		height: 650px;
		margin: 0px;
		padding: 0px;
		position: relative;
		color: #FFFFFF;
		}
		
	#textContent {
		width: 640px;
		height: 250px;
		margin-top: 30px;
		margin-left: 160px;
		position: relative;
		color: #FFFFFF;
		text-align: center;
		line-height: 16px;
		font-size: 11px;
		}
		
	#imgChoose {
		width: 960px;
		height: auto;
		margin: 0px;
		padding: 0px;
		position: relative;
		}
		
	#imgTemp {
		width: 550px;
		height: 500px;
		margin: 0px;
		padding: 0px;
		position: relative;
		float: left;
		overflow: hidden;
		}
		
	#imgPerm {
		width: 550px;
		height: 500px;
		margin: 0px;
		padding: 0px;
		position: relative;
		float: right;
		overflow: hidden;
		}
		
	h1 {
		font-size: 16px;
		margin: 0 0 15px 0;
		padding: 0;
		color: #FFFFFF;
		}
		
	#banner {
		margin-left: -100px;
		left: 50%;
		width: 192px;
		height: 240px;
		padding-top: 74px;
		margin-top: -64px; 
		text-align: center;
		background-image: url(../images/banner_bg.png);
		background-repeat: no-repeat;
		clear: both;
		position: absolute;
		z-index: 9999;
		display: block;
		}

