/* 	Ton van Alebeek & Dav van Boxtel 2008 
	19-03-2008
	Ruben Herrera
*/

/* Instellingen Body */
body {
	background-color:#999999;
	color:#FFFFFF;
	font-size:14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #FFFFFF;
}

/* Instellingen voor het lettertype */
.style1 {
	font-family:"Century Gothic";
	font-size: 14px;
	color:#FFFFFF;
}

/* Instellingen voor het logo rechtsbovenaan */
/*.styleLogo {
	font-family:"Century Gothic";
	font-size: 40px;
	color:#FFFFFF;
	font-weight:bold;
}*/

/* Bevat de gehele website, behalve de Footer */
#wrapper {
	height:97%;
}

#Header {
	margin-top:10px;
	width:100%;
	height:100px;
}

#Taalkeuze {
	margin-left:10px;
	float:left;
	width:500px;
	height:100px;
	text-align:center;
}

#taalRechtsOnder {
	float:right;
	text-align:center;
	margin-right:30px;
	bottom:0pt;
}

#Home {
	margin-left:10px;
	float:left;
	width:366px;
	height:100px;
}

#Logo {
	margin-right:25px;
	height:50px;
	float:right;
	width:338px;
}

#Container {
	margin-top:20px;
	margin-bottom:40px;
	margin-left:200px;
	margin-right:200px;
	height:auto;
	clear:both;
	overflow:auto;
}

#Container_creaties {
	margin-top:20px;
	margin-bottom:40px;
	margin-left:20px;
	margin-right:20px;
	height:auto;
	clear:both;
	overflow:auto;
}

#Container_index {
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
	margin-left:10px;
	margin-right:10px;
	height:auto;
	clear:both;
	overflow:auto;
}

/* Instellingen voor Container op de Home-page */
#Container_home {
	margin-top:40px;
	margin-bottom:40px;
	margin-left:10px;
	margin-right:10px;
	height:auto;
	text-align:center;
}


#Footer {
	clear:both;
	background-color:#666666;
	position:fixed;
	margin-left:0px;
	bottom:0px;
	width:100%;
	height:3%;
	text-align:center;
}