@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000;
	font-family:"century gothic";
}

#container{
	display:block;
	width:1024px;
	height:800px;
	margin:auto;
	background-color:#000;
	border:1px solid #FFF;
}

#left{
	float:left;
	height:500px;
	width:269px;
}

#right{
	float:left;
	height:500px;
	width:740px;
}

#righttext{
	display:block;
	width:290px;
	height:30px;
	margin-left:300px;
	margin-top:10px;
	background-image:url(images/banner2.gif);
}

#bollen{
	display:block;
	width:300px;
	height:483px;
	float:left;
}


#menu{
	display:block;
	width:200px;
	height:470px;
	float:left;
	margin-top:30px;
	margin-left:10px;
}

#menu ul li a{
	padding-bottom:15px;
}

#menu p a{
	color:#FFF;
	text-decoration:none;
	font-family:"century gothic";
	font-size:10px;
}

h1{
	font-family:"century gothic";
	font-size:18px;
	font-weight:100;
	color:#FFF;
}

h1 a{
	color:#FFF;
	text-decoration:none;
}

#bollen{
	margin-top:17px;
	float:left;
	color:#FFF;
}

#bollen ul{
	text-decoration:none;
	padding-top:1px;
}
#bollen ul li {
	list-style-type:disc;
	padding-top:5px;
}
#bollen ul li a{
	text-decoration:none;
	font-family:"century gothic";
	font-size:10px;
	font-weight:bolder;
	color:#FFF;
}

#bollen .active{
	font-family:"century gothic";
	font-size:18px;
	color:#FFF;
}

#tekstvlak{
	display:block;
	width:550px;
	height:300px;
	margin-left:20px;
	margin-top:45px;
	padding-left:20px;
	padding-top:20px;
}

#tekstvlak p{
	color:#FFF;
	font:"century gothic";
	font-size:14px;
	margin-left:20px;
}

#tekstvlak a{
	color:#FFF;
	text-decoration:none;
}


#foto{
	display:block;
	width:290px;
	height:530px;
	background-image:url(images/index_pic.gif);
	margin-left:300px;
	margin-top:30px;
}

#picacademy{
	float:left;
	display:block;
	width:800px;
	height:141px;
	background-repeat:no-repeat;
	background-image:url(images/academy_pic.jpg);
	margin-left:20px;
	margin-bottom:160px;
}

#pichistory{
	float:left;
	display:block;
	width:800px;
	height:141px;
	background-repeat:no-repeat;
	background-image:url(images/history_pic.jpg);
	margin-left:20px;
	margin-bottom:160px;
}

#picconsumer{
	float:left;
	display:block;
	width:800px;
	height:141px;
	background-repeat:no-repeat;
	background-image:url(images/consumer_pic.jpg);
	margin-left:20px;
	margin-bottom:160px;
}

#picbusiness{
	float:left;
	display:block;
	width:800px;
	height:141px;
	background-repeat:no-repeat;
	background-image:url(images/businesspic2.gif);
	margin-left:20px;
	margin-bottom:160px;
}

#piccoffee{
	float:left;
	display:block;
	width:800px;
	height:141px;
	background-repeat:no-repeat;
	background-image:url(images/coffee_pic.jpg);
	margin-left:20px;
	margin-bottom:160px;
}

#picworkshop{
	float:left;
	display:block;
	width:800px;
	height:141px;
	background-repeat:no-repeat;
	background-image:url(images/workshop_pic.jpg);
	margin-left:20px;
	margin-bottom:160px;
}

#piccontact{
	float:left;
	display:block;
	width:800px;
	height:141px;
	background-repeat:no-repeat;
	background-image:url(images/contactpic2.gif);
	margin-left:20px;
	margin-bottom:160px;
}

#pichome{
	float:left;
	display:block;
	width:800px;
	height:141px;
	margin-left:20px;
	margin-bottom:160px;
}


#footer{
	width:1023px;
	height:100px;
	display:block;
	float:left;
	text-decoration:none;
}

#footer p{
	font-family:"century gothic";
	font-size:xx-small;
	text-align:left;
	padding-left:30px;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}