/* FCC DE VOLHARDING V2 */
* {
	margin:0;
	padding:0;
}
img {
	border:none;
}
img a, img a:hover {
	border:none;
}
body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	background:url(../images/stripe.png) repeat-x #e5e5e5;
}
#header {
	width:800px;
	height:200px;
	background:url(../images/header.png);
	margin:0 auto;
}
#header h1 {		
	padding: 20px 0 0 40px;
	font-size: 18px;
	color: #FFFFFF;
}
#header p {
	padding-left: 40px;
	font-weight: normal;
	font-size: 11px;
	color: #f3aec1;
	font-style: italic;
}
#headcontainer { 
	width: 800px;
	margin: 0 auto;
}
#container {
	width:800px;
	margin:0 auto;
}
#menu {	
	float: left;
	width: 800px;
	margin-left:20px;
}
#menu ul { 
	list-style: none;
	margin-left: -5px;
}
#menu ul li {
	float: left;
	padding: 6px 0px;
	margin: 1px 5px;
	background:#e3e3e3;
}
#menu ul li a {
	padding: 6px 10px;
	text-decoration: none;	
	color: #545454;
}
#menu ul li:hover {
	background: #bfbfbf;
}
#menu ul li.active { 
	background:#06F;
	padding-bottom: 7px;
	margin-top: 0px;
}
#menu ul li.active a {
	color: #FFFFFF;
}
#menu ul li.active:hover {
	background:#07F;
}
#content-container {
	float: left;
	width: 800px;
	background: #F7F8F8;	
	padding: 15px 10px;
	margin-top:20px;
	margin-bottom:20px;
	display:table;
}
#content {
	float: left;
	width: 565px;
	color: #7D7D7D;
	padding: 0 10px 0 5px;
	border-right: 1px dotted #CCCCCC;
}

#content h2 {
	display:block;
	width:550px;
	background:#CCC;
	font-size: 13px;
	color: #696969;
	padding-left:10px;
}
#content .date {
	font-style:italic;
	float:right;
	margin-bottom:4px;
}
#content p {
	clear:right;
	line-height: 21px;
	text-align: justify;
	margin-bottom:10px;
}

#content a {
	text-decoration:none;
	border-bottom:1px dotted #333;
	margin-bottom:0;
	color: #7D7D7D;
}

#content a:hover {
	text-decoration:none;
	color: #06F;
}

#sidebar {
	float: right;
	width: 190px;
	color: #696969;
	position:relative;
	top:0;
	overflow:hidden;
}

#sidebar #adres {
	margin:0 auto;
	text-align:center;
}

#sidebar h3
{
	font-size: 11px;
	text-align:center;
	border-bottom:1px solid #999;
}

#sidebar h3 a
{
	text-decoration: none;
	color: #06F;
}

#sidebar p {
	text-align: justify;
}

#sidebar ul {
	list-style: none;
	padding: 5px;
}

#sidebar ul li {
	height: 26px;
	line-height: 26px;
	font-size: 20px;
	color: #33383D;
}



#footer {
	position:relative;
	bottom:0;
	clear:both;
	height: 10px;	
	width: 780px;
	line-height: 10px;
	padding: 10px;
	color: #696969;
	border: 1px solid #CCCCCC;
	margin-top:20px;
}
#footer .copyright {
	float: left;
}
#footer .teller {
	float:right;
}
