*/
{
	margin: 0;
	padding: 0;
}
a
{
	text-decoration: underline;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	text-decoration:underline;
	line-height: 20px;
}
a:hover
{
	text-decoration: none;
}
.img
{
	border: #000 dashed 1px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.img2
{
	border: #000 dashed 1px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.img3 
{
border:none;
}

p
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
	line-height: 20px;
}


h1 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	line-height: 20px;
}



body
{
	background-color:#999999;
	background-image: url(images/bg.jpg);
	font-size: 62.5%;
	margin: 0;
}

/* DIVJES */
#container
{
	background-color: #333333;
	border-right: #000 solid 1px;
	border-left: #000 solid 1px;
	height: auto;
	margin: 0 auto;
	position: relative;
	width: 900px;
}

#left
{
	background-color:#333333;
	float: left;
	height:500px;
	width: auto;
	background-image:url(menubg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	}

#content
{
	background-color:#FFFFFF;
	float: right;
	width: 673.1px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:50px;
	}
	
	
#header
{
	height: auto;
	background-color:#FFFFFF;
	width: 100%;
	border-bottom:5px solid #666666;
	
}

#headerpic {
margin-left:40px;
margin-bottom:20px;
}

#headerbar  {
clear:both;
font: bold 110% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
color:#000000;
margin-right:3em;
}

#headerbar a {
font: bold 110% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
color:#000000;
text-decoration:none;
}

#headerbar a:hover {
font: bold 110% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
color:#000000;
text-decoration:underline;
}

#footer
{
	background-color:#2175bc;
	text-align:right;
	clear: both;
	padding-right:1em;
	height: 2.1em;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	width: auto;
	border-top:solid 1px #000;
	}
	
#footer a
{
	text-align:right;
	height: 2.5em;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	}

#contentimg {
float:right;
width:713.1px;
height:auto;
background-color:#2175bc;
margin:0;
padding:0;
}

#content ol {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
	line-height: 20px;
	}
	
#content ul {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
	line-height: 20px;
	list-style:square;
	}


/* NAVIGATIE */
#ddblueblockmenu{
border-bottom-width: 0;
width: 185px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color:#333333;
border-bottom: 1px solid #000033;
border-left: 7px solid #000;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
width: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color:#666666;
border-left-color:#000033;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color:#282934;
text-align:center;
font: bold 130% 'Arial', 'Lucida Grande', Arial, sans-serif;
}

