/*======================================================
		www.releaz.nl - ontwerpbureau releaz
======================================================*/

@import ("../js/fancybox/jquery.fancybox-1.3.1.css");

/*======================================================
//		Algemeen
======================================================*/

.alt {
	display: none;
}

body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS";
    font-size: 11px;
    color: #313131;
    background: #4c4847 url(../img/background.png) repeat-x 0 -17px;
	margin: 0;
}

img {
	border: none;
}

h1 {
	font-size: 40px;
	margin: 0;	
	color: #147cbc;
	padding: 0;
}

h3 {
	margin: 10px 0 0 0;
    padding: 0;
}

h4 {
	font-size: 14px;
}

p {
    font-size: 11px;
	line-height:  20px;
}

a {
    text-decoration: none;
    color: #147CBC;
}

a:hover {
    text-decoration: underline;
}

#wrapper {
	clear:both;
	overflow:hidden;
	width:852px;
	margin: auto auto;
}

.label {
	width: 130px;
	float: left;
}

/*======================================================
//		Header
======================================================*/

#header {
	width: 853px;
	height: 210px;
	background: #FFF;
}

#header_img {
	width: 576px;
	border-right: 1px solid #FFFFFF;
	height: 210px;
	float: left;
	background: url(../img/header.jpg) no-repeat;
}

#logo {
	width: 260px;
	float: left;
	padding: 65px 0 0 15px;
}

#breadcrumb {
	width: 576px;
	height: 40px;
}

/*======================================================
//		Navigatie
======================================================*/

#mainmenu {
	float: left;
	height: 430px;
	margin: 1px 0 0 0;
	width: 275px;
}

#mainmenu a {
	text-transform: uppercase;
	font-size: 13px;
	height: 17px;
}

#mainmenu a:hover {
	text-decoration: none;
	height: 17px;
	color: #147cbc;
}

#nav .active {
	text-decoration: none;
	height: 17px;
	color: #147cbc;
}

#nav, #nav ul { 
	float: left;
	margin: 0;
	list-style: none;
	height: 229px;
	text-align: right;
	padding: 6px 0 0 0;
	background: #133246 url(../img/bg_menu.jpg) no-repeat;
}

#nav li {
	height: 26px;
	list-style: none;
	border-bottom: 1px solid #275471;
	width: 145px;
	padding: 0;
	float: right;
	margin: 10px 20px 0 0;
	background: url(../img/arrow.gif) no-repeat 0 2px;
}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}

/*======================================================
//		Main
======================================================*/

#main {
	width: 547px;
	overflow: hidden;
	padding: 15px;
	float: right;
	background: #FFFFFF;
}

/* blocks */

.block {;
	height: 180px;
	margin: 260px 0 0 0;
	color: #999;
}

.block ul {
	margin: 10px 0 0 0;
	padding: 0 22px;
	text-align: right;
}

.block ul li {
	list-style: none;
}

ul.sitemap { 
	padding-bottom: 1.25em; 
	list-style: none;
}

ul.sitemap li {
	background: url(../img/bullet_blue.gif) no-repeat 0.45em; padding-left: 1.2em; 
}

ul.sitemap li ul {
	padding-bottom: 0; 
	list-style: none;
}

.album_item { margin: 0; padding: 0; } 
.album_item img { display: none;}

/*======================================================
//		Footer
======================================================*/

#footer {
	width: 531px;
	text-align: right;
	padding:0 0 0 300px;
	clear: both;
	margin: auto auto;	
}

	#footer p {
		padding: 0 15px 0 0;
		color: #FFFFFF ;
		text-transform: uppercase;
	}
	
	#footer a {
		color: #003e66;
		text-transform: uppercase;
	}
	
