@import url('clear.css');

html, body 
{
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #f9fafa;
	font-family: Arial, Helvetica, sans-serif;
}

#container
{
	width:	1000px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin:0 auto;
}

#header
{
	width: 1000px;
	height: 282px;
	/*background-image: url(/sitePics/headers/Header1.jpg);
	background-repeat: no-repeat;*/
	position:relative;
}

#header IMG 
{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
			
#header IMG.active 
{
	z-index:10;
	opacity:1.0;
}
			
#header IMG.last-active 
{
	z-index:9;
}

#header #menu
{
	width: 1000px;
	height: 25px;
	margin-top: 260px;
	text-align: center;
	position: absolute;
	z-index: 99;
}

#header #menu ul li
{
	display:inline;
	padding-left: 35px;
}

#header #menu ul li a
{
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

#header #menu ul li a:hover
{
	text-decoration: underline;
}

#header #menu ul li ul
{
	display:none;
}

#contentcontainer
{
	margin-top: -2px;
	width: 1000px;
	overflow: auto;
	background-image: url(/sitePics/background.jpg);
	background-repeat: repeat-y;
}

#contentcontainer #link
{
	width: 170px;	
	margin-top: 20px;
	float: left;
}

#contentcontainer #link ul li a
{
	padding-left: 20px;
	color: #000000
}

#contentcontainer #link ul li a:hover
{
	background-image: url(/sitePics/sub-menu.jpg);
	background-repeat: no-repeat;
}

#contentcontainer #link ul li a#active
{
	background-image: url(/sitePics/sub-menu.jpg);
	background-repeat: no-repeat;
}

#contentcontainer #content
{
	width: 556px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	float: right;
}

#content a
{
	color: #0298D5;
}

#content div a
{
	color: #0298D5;
}

#content p a
{
	color: #0298D5;
}

#content .print_terug
{
	color: #0298D5;
	text-align: center;
}

#content .print_terug center a
{
	color: #0298D5;
}
#content img
{
	border: 1px solid #000000;
	margin: 7px;	
}

#content h2 
{
	margin: 20px 0px 0px 0px;	
}

#content p 
{
	margin: 10px 0px 0px 0px;	
}

#content center
{
	text-align: center;
}

#contentcontainer #right
{
	width: 224px;
	float: right;
	background-image: url(/sitePics/nieuws.jpg);
	background-repeat: no-repeat;
}

#contentcontainer #right #cases
{
	width: 160px;
	height: 118px;
	margin-top: 20px;
	padding-top: 9px;
	padding-left: 15px;
}

#cases p a
{
	color: #0298D5;
}

#contentcontainer #right #agenda
{
	width: 160px;
	padding-top: 6px;
	padding-left: 15px;
}

#agenda #link_specified_agenda a
{
	color: #0298D5;
}

#agenda .el p a
{
	color: #0298D5;
}

#home
{
	position: absolute;
	top: 170px;
	width: 90px;
	height: 70px;
	margin-left: 10px;
	z-index: 13;
}

#footer
{
	width: 1000px;
	height: 53px;
	clear: both;
	background-image: url(/sitePics/footerz.jpg);
	background-repeat: no-repeat;
}

#footer #naam
{
	width: 117px;
	height: 53px;
	margin-left: 15px;
	float: left;
}

#footer #adres
{
	width: 117px;
	height: 53px;
	margin-left: 15px;
	float: left;
}

#footer #copyright
{
	width: 117px;
	height: 22px;
	padding-top: 30px;
	float: right;
}

/* Specific elements */
form input, form textarea, form button, select
{
	border: 1px solid #000000;
}

h1
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
}
h2 
{
	font-weight: bold;
	font-style: italic;
}

h3
{
	font-size: 18px;
	color: #404952;
}

h4
{
	font-size: 9px;
	font-style: italic;
	padding-top: 5px;
	color: #3F4952;
}

h5
{
	font-size: 9px;
	font-style: italic;
	color: #3F4952;
}

h6
{
	font-size: 10px;
	font-style: italic;
	color: #3F4952;
}


hr {
 height: 1px;
 color: #999999;
 background-color: #999999;
 margin: 3px 0px 3px 0px;
}


div#content ul li
{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
}
/*
div#social img.flickr
{
    padding-top: 5px;
    padding-bottom: 5px;
}
div#social img.social
{
    margin-left: -15px;
}
div#social ul
{
    margin-top: 15px;
    list-style-type: none;  
}
div#social li
{
  margin-top: 5px;
}*/
