html, body {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background: #333 url(images/shadow.png) repeat-y center 0;
	margin:0;
	padding:0;
	height:100%;
}

:focus {
	outline: 0;
}

a {
	color: #999;
}

a:hover {
	color: white;
}


/*LAYOUT*/

#wrapper {
	position:relative;
	background-color: #666;
	width:900px;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}

#header {
	background: #666;
	width:100%;
    height:200px;
}

#topmenu {
	width:100%;
	float:left;
	background-image: url(images/menu/bground.gif);
	background-repeat: repeat-x;
}

#logo {
	float: left;
	background-image: url(images/logo.gif);
	width: 200px;
	height: 200px;
}

#diensten {
	float: right;
	background-image: url(images/cardelli_werk.gif);
	width: 200px;
	height: 200px;
}

#side-a {
	float: left;
	width: 200px;
	height: 200px;
}

#side-b {
	float: right;
	width: 200px;
	height: 200px;
}

#side-image {
	width: 200px;
	height: 170px;
	background-color: silver;
	margin-top: 10px;
}

#caption {
	width: 165px;
	background-color: black;
}

#center_content {
	float: left;
	width: 475px;
	padding-top:30px
	padding-bottom:30px;
}

#content {
	background-color: #666;
	width: 900px;
}

#footer {
	position: absolute;
	bottom: 0;
	clear: both;
	font-size: 10px;
	padding-left: 25px;
	height: 40px;
}

/*MENUS*/

.menu {
	margin: 0;
	list-style: none;
	background-color: #797979;
	background-image: url(images/menu/bground.gif);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}

.menu li {
	padding: 0;
	margin: 0;
	height: 39px;
	margin-right: 4em;
	list-style: none;
	background-repeat: no-repeat;
}

.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -2000px;
	height: 39px;
	background-repeat: no-repeat;
}

.home {background-image: url(images/menu/homeo.gif); width: 35px;}
.home a {background-image: url(images/menu/home.gif);}
.homeselected {background-image: url(images/menu/homeo.gif); width: 35px;}
.profiel {background-image: url(images/menu/profielo.gif); width: 44px;}
.profiel a {background-image: url(images/menu/profiel.gif);}
.profielselected {background-image: url(images/menu/profielo.gif); width: 44px;}
.particulier {background-image: url(images/menu/particuliero.gif); width: 63px;}
.particulier a {background-image: url(images/menu/particulier.gif);}
.particulierselected {background-image: url(images/menu/particuliero.gif); width: 63px;}
.zakelijk {background-image: url(images/menu/zakelijko.gif); width: 50px;}
.zakelijk a {background-image: url(images/menu/zakelijk.gif);}
.zakelijkselected {background-image: url(images/menu/zakelijko.gif); width: 50px;}
.contact {background-image: url(images/menu/contacto.gif); width: 51px;}
.contact a {background-image: url(images/menu/contact.gif);}
.contactselected {background-image: url(images/menu/contacto.gif); width: 51px;}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.submenu li {
	list-style: none;
	line-height: 160%;
	margin-left: -15px;
	font-size: 11px;
}

.submenu li a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

ul.submenu li a:hover {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	background: url(images/blue_arrow_heading.gif) no-repeat 0;
	padding-left: 10px;
}

ul.submenu li.current_page_item a {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	background: url(images/blue_arrow_heading.gif) no-repeat 0;
	padding-left: 10px;
}



/*TYPOGRAPHY*/

#center_content p {
	font-size:11px;
	line-height: 110%;
}

#center_content ul li {
	list-style: none;
	line-height: 160%;
	margin-left: -40px;
	font-size: 11px;
}

#center_content ul li {
	color: #FFF;
	font-size: 11px;
	background: url(images/blue_arrow_heading.gif) no-repeat 0;
	padding-left: 10px;
}

h1, h2, h3, h4 {
	font-size: 12px;
	line-height: 110%;
	padding-top:10px;
	padding-left: 10px;
	background: url(images/blue_arrow_heading.gif) no-repeat 0 10px;
	display:inline-block;
}

.caption{
	background: url(images/blue_arrow_heading.gif) no-repeat 10px 12px;
	font-size: 11px;
	padding: 10px 15px 10px 20px;
}

hr{
	border-width: 1px 0 0;
	color:black;
}

a[href$='.pdf'] {
display:inline-block;
padding-left:15px;
line-height:200%;
background:transparent url(images/file-red.gif) center left no-repeat;
}
