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


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

* {
	margin: 0;
	padding: 0;
}

.alt {
	display: none;
}

body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
	text-align: center;
	background: #fff url(../img/background.gif) repeat-x;
	color: #666;
	width: 100%;
	height: 100%;
}

img {
	border: 0;
}

h1 {
    text-decoration: none;
    color: #666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #666;
}

a { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

input { border: 1px solid #666; margin: 2px 0; padding: 2px; }

/*======================================================
//		Top
======================================================*/

#topcontainer {
	width: 991px;
	height: 402px;
	background: url(../img/bg_container.gif) no-repeat;
	margin: auto;
}


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

#header {
	margin: auto;
	width: 837px;
	height: 233px;
}


/*======================================================
//		Top
======================================================*/

#top {
	margin: auto;
	width: 837px;
	height: 169px;
	background: url(../img/bg_top.gif) no-repeat 602px 0;
}

#logo {
	width: 230px;
	height: 125px;
	float: left;
	background: url(../img/logo.gif) no-repeat 0 30px;
}


/*======================================================
//		Navigtie
======================================================*/

#navigatie {
	float: left;
	clear: both;
	margin-bottom: -1px;
}

#navigatie ul {
    list-style-type: none;
	font: Tahoma, Arial, Helvetica, sans-serif	;
}

#navigatie ul li {
    display: inline;
    padding: -10px 0 0 7px;
	font: Tahoma, Arial, Helvetica, sans-serif;
}

#navigatie ul li a {
    background: url(../img/bg_menuitem.gif) no-repeat;
	float: left;
	height: 21px;
	padding-right: 29px;
	width: 94px;
	margin-top: 19px;
	padding: 5px 0 0 0;
	color: #fff;
	font-size: 12px;
}

#navigatie ul li a:hover {
	background: url(../img/bg_menuitema.gif) no-repeat ;
	display: block;
	float: left;
	height: 21px;
	padding-right: 29px;
	width: 94px;
	margin-top: 19px;
	padding: 5px 0 0 0;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#navigatie .active {
	color: #fff;
	background: url(../img/bg_menuitema.gif) no-repeat ;
}


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

#main {
	margin: auto;
	width: 837px;
	background: #fff url(../img/bg_main.gif) no-repeat;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	text-align: left;
	min-height: 300px;
}

#main_left {
	float: left;
	width: 180px;
	margin: 35px 10px 10px 10px;
}

#main_left a {
	color: #9FD71F;
	float: left;
	clear: both;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0 0 30px;
	background: url(../img/dot.png) no-repeat 0 12px;
}

#main_center {
	width: 417px;
	float: left;
	margin: 10px;
}

#main_right {
	float: right;
	width: 195px;
	padding: 0 5px 0 0;
}

#main_right img {
	margin: 5px 5px 0 0;
}

#breadcrumb {
	display: block;
	width: 180px;
	height: 24px;
	background: #9FD71F url(../img/bg_bread.gif) no-repeat;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 6px 0 0 20px;
	color: #fff;
	font-size: 12px;
}

.dot {
	color: #666;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0 0 30px;
	background: url(../img/dot.png) no-repeat 0 12px;
}

.dot a {
	color: #9FD71F;
}

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

#footer {
	margin: auto;
	width: 819px;
	height: 30px;
	padding: 10px;
	background: url(../img/bg_footer.gif) no-repeat;
	clear: both;
}
