@charset "utf-8";
/*-----------------------------------------------------------------------------
http://www.juggles.be 

version:   3.0
date:      15/02/09
author:    Jan Naessens
email:     jan@juggles.be
website:   http://www.juggles.be
-----------------------------------------------------------------------------*/

*{
    margin: 0;
    padding: 0;
    border: 0;
}

body {
	background-image:url(../images/bg_temp.jpg);
	background-repeat:repeat-x;
	color:#595959;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	font-variant: normal;
}

.container {
	width: 650px;
	text-align: left; /*voor IE */
	margin: 0 auto;
}

#header{
	height:231px;
	background-image:url(../images/logo3.gif);
	background-repeat:no-repeat;
	margin-top:20px;
	color:#FFFFFF;
	padding-top:100px;
}

#bio{
	margin-left:200px;
	font-size:16px;
}

#referenties{
	padding-top:20px;
	width:325px;
	float:left;
}

#decom{
	padding-top:20px;
	width:325px;
	float:left;
}

a{
	color:#0099FF;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
}

a:hover{
	color:#00FFFF;
	border-bottom-color: #00FFFF;
}

.clear{
	clear:both;
}

#footer{
	text-align:center;
	margin-top:20px;
	color:#000000;
	font-size:9px;
}

#footer a{
	text-decoration:none;
	color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

#footer a:hover{
	text-decoration:none;
	color:#0099FF;
	border-bottom-color: #0099FF;
}

#footer a {
	border:0;
}

#referenties ul, #decom ul{
	margin-left:20px;
}

#referenties li, #decom li{
	list-style-type: square;
}

