html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font: 12px/15px "Lucida Grande", Verdana, Arial, Helvetica, Geneva, sans-serif;
	width: 996px;
	background: #660942 url(/assets/wmo-bg.gif) repeat-y center top;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#container {
	text-align: left;
	min-height: 100%;
}

a img {
	border-bottom-style: none;
}

/* @group home */

body#home {
	font: 12px/15px "Lucida Grande", Verdana, Arial, Helvetica, Geneva, sans-serif;
	width: 996px;
	background: #660942 url(/assets/achtergrondhome.png) repeat-y center top;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	color: #fff;
}

#home #menu {
	width: 994px;
	padding: 0;
	height: 192px;
	margin: 0 0 0 1px;
	clear: both;
	background: none no-repeat center center;
}

#home #footer {
	height: 200px;
	width: 995px;
	background: none no-repeat center bottom;
	padding: 0;
	margin: 0 0 0 1px;
	clear: both;
}

#home ul#sidenav li a:hover {
	color: #fff;
	text-decoration: none;
}



/* @end */

/* @group sections */

#alpha {
	width: 275px;
	padding: 0 0 0 25px;
	float: left;
	margin: 0;
	height: 319px;
}

#beta {
	width: 600px;
	padding: 0;
	display: inline-block;
	float: left;
}

#gamma {
}



/* @end */

/* @group postioning */

#banner {
	height: 150px;
	width: 996px;
	padding: 0;
	background: url(/assets/wmo-logo.png) no-repeat left top;
	overflow: visible;
	z-index: 10000;
	margin-left: 1px;
}

#adres {
	margin-right: 50px;
	position: relative;
	display: inline;
	float: right;
	color: #d80029;
	border: 1px dotted #660942;
	border-top-style: hidden;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #f7f5f8;
}

#menu {
	width: 994px;
	padding: 0;
	height: 192px;
	margin: 0 0 0 1px;
	clear: both;
	background: url(/assets/wmo-lijnenspel-top.png) no-repeat center center;
}

#content {
	padding: 0;
	width: 996px;
	margin-bottom: 50px;
	margin: 0;
	clear: both;
}

functions {
	margin-left: 25px;
	padding: 0;
}

sidemenu {
	margin-left: 25px;
}

#footer {
	height: 200px;
	width: 995px;
	background: url(/assets/wmo-lijnenspel-bottom.png) no-repeat center bottom;
	padding: 0;
	margin: 0 0 0 1px;
	clear: both;
}

/* #footer {
	height: 232px;
	width: 994px;
	background: url(/assets/wmo-map.png) no-repeat center bottom;
	padding: 0;
	clear: both;
	margin: 0 1px;
} */

/* @end */

/* @group nav (horizontal) */

#nav {
	list-style-type: none;
	padding-top: 80px;
	width: 956px;
	height: 112px;
	margin: 0;
	padding-left: 25px;
}

nav ul { /* all lists */
	list-style-type: none;
	padding-right: 10px;
	padding-top: 80px;
	margin: 0 0 0 25px;
	width: 956px;
}

#nav li { /* all list items */
	list-style-type: none;
	color: #fff;
	float: left;
	background-color: #660942;
	border: 1px solid #c50405;
	margin-right: 40px;
	padding: 2px 30px 2px 10px;
	display: block;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	margin: 1px 0 0 -11px;
	border: 1px solid #c50405;
	padding: 3px 30px 3px 10px;
	background-color: #660942;
	border-top-style: none;
}

#nav li ul li {
	float: left;
	display: block;
	clear: left;
	text-transform: lowercase;
	margin: 0;
	border-style: none;
	padding: 2px 0;
	width: 122px;
	*width: 134px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

ul#nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	display: block;
}

ul#nav li a:visited {
	color: #fff;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #e77461;
	display: block;
}

ul#nav li.home {
	list-style-type: none;
	color: #fff;
	float: left;
	background-color: #660942;
	border: 1px solid #c50405;
	margin-right: 180px;
	padding: 2px 30px 2px 10px;
}

ul#nav li.contact {
	list-style-type: none;
	color: #fff;
	float: left;
	background-color: #660942;
	border: 1px solid #c50405;
	padding: 2px 30px 2px 10px;
	margin-right: 0;
}

ul#nav li ul li a:hover {
	color: #e77461;
	display: block;
}



/* @end */

/* @group breadcrumbs */

#breadcrumb {
	padding: 5px 0;
	margin-left: -16px;
	width: 620px;
	text-align: left;
	display: inline-block;
	line-height: 2;
	font-size: 10px;
	margin-top: -1px;
}

#breadcrumb a {
	text-decoration: none;
	padding: 5px 10px;
}

#breadcrumb a:hover {
	text-decoration: none;
	border: 1px solid #9a1743;
	padding: 4px 9px;
}

#breadcrumb a.active {
	text-decoration: none;
	border: 1px solid #9a1743;
	padding: 4px 9px;
}

#breadcrumb a.firstitem {
	text-decoration: none;
	padding: 5px 10px;
	margin-left: -10px;
}

#breadcrumb a.firstitem:hover {
	text-decoration: none;
	border: 1px solid #9a1743;
	padding: 4px 9px;
}



/* @end */

/* @group content */

#adres strong {
	font-weight: bold;
}

#adres a {
	color: #d80029;
	text-decoration: none;
}

#adres a:hover {
	color: #d80029;
	text-decoration: underline;
}

#beta .blogbody .label {
	text-transform: uppercase;
	font-weight: bold;
	display: none;
}

#beta .entry-header {
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #d70004;
}

#beta .entry-title {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #000;
}

#beta .entry {
	display: block;
	clear: both;
	margin-left: -20px;
}

#beta .product .entry {
	display: block;
	clear: both;
	margin-left: 0;
}

#beta .blogbody {
	margin-top: 30px;
	margin-left: 2px;
}

#content.opdrachtgevers #beta #end,
#content.profielen #beta #end,
#content.verrichte-opdrachten #beta #end,
#content.specifieke-diensten #beta #end, 
#content.presentaties #beta #end,
#content.publicaties #beta #end,
#content #beta .product {
	margin-bottom: 20px;
	clear: both;
	display: block;
	border-bottom: 1px dotted #fff;
}

#content.opdrachtgevers #beta .entry,
#content.profielen #beta .entry,
#content.verrichte-opdrachten #beta .entry,
#content.specifieke-diensten #beta .entry,
#content.presentaties #beta .entry,
#content.publicaties #beta .entry,
#content #beta .product {
	margin-left: 230px;
}

#content.profielen #beta .entry {
	margin-left: 180px;
}

/* @end */

/* @group active */

#home ul li a.home, #voor-wie ul li a.voor-wie,
#wat-doen-wij ul li a.wat-doen-wij, #wie-zijn-wij ul li a.wie-zijn-wij,
#etalage ul li a.etalage, #contact ul li a.etalage  {
	color: #e77461;
}

/* @end */

/* @group sidemenu */

ul#sidenav {
	width: 120px;
	margin-top: 200px;
	margin-left: 0;
	padding: 0;
}

ul#sidenav ul {
	list-style-type: none;
}

ul#sidenav li {
	list-style-type: none;
	color: #971440;
	border-bottom: 1px dotted #c50405;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul#sidenav li a {
	color: #de1c34;
	text-decoration: none;
}

ul#sidenav li a:hover {
	color: #000;
	text-decoration: none;
}



/* @end */

/* @group search */

#form {
	border: 3px double #d2bace;
	width: 150px;
	padding-bottom: 2px;
	text-align: left;
	margin: 0;
	padding-top: 0;
	display: none;
}



#functions #form .fieldcell {
	width: 110px;
	height: 32px;
	float: left;
	margin-right: 4px;
	background: url(/assets/search.gif) no-repeat left center;
	border-style: none;
	padding-left: 10px;
}

#functions #form .fieldcell {
	background-color: #f1eaf2;
	height: 16px;
	float: left;
	width: 120px;
	text-align: left;
}

#searchagain #form .fieldcell {
	background-color: #e8e4f6;
	height: 16px;
	float: left;
	width: 120px;
	text-align: left;
}

#functions input #search {
	margin-top: 2px;
	padding-left: 10px;
}

#functions input.button {
	padding: 2px;
	margin: 2px 0 0 -2px;
}

.search-results-header {
	color: #906;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
	padding-top: 10px;	
}

#searchresults #zoek #form .fieldcell {
	background-color: #fff;
	border: 1px solid #906;
	width: 92px;
	height: 16px;
	float: left;
	margin-right: 4px;
}

/* @end */

/* @group copyright */

#copyright {
	text-align: center;
	font-size: 9px;
	padding-top: 170px;
}

#content a {
	color: #9b1e46;
	text-decoration: none;
}

#content a:hover {
	color: #9b1e46;
	text-decoration: underline;
}



/* @end */

/* @group images */

#beta img {
	float: left;
	margin: 3px 10px 10px 0;
	padding: 2px;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
}

#beta a img {
	border-style: none;
	margin: -3px;
}

#beta img.mt-image-right {
	float: right;
	margin: 3px 10px 10px 0;
	padding: 2px;
	background-color: #fff;
}

#content.profielen #beta img,
#content.verrichte-opdrachten #beta img,
#content.specifieke-diensten #beta img,
#content.presentaties #beta img,
#content.publicaties #beta img,
#content #beta .product img {
	margin: -25px 30px 10px -250px;
	background-color: #fff;
	float: left;
	border: 1px solid #000;
	padding: 3px;
}

#content.opdrachtgevers #beta img {
	margin: -25px 30px 10px -250px;
	background-color: #fff;
	float: left;
	border: 1px solid #fff;
	padding: 3px;
}


#content.profielen #beta img {
	margin: -25px 30px 10px -200px;
	background-color: #fff;
	float: left;
	border: 1px solid #000;
	padding: 3px;
}

/* @end */

/* @group tables */

matrix {
	margin-right: -96px;
	margin-left: -50px;
}

#matrix table {
	border-style: dotted;
	border-width: 1px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 190px;
	padding: 1px;
}

#matrix table tr {
	vertical-align: top;
	border-bottom-width: 1px;
}

#matrix table tr.even {
	background-color: #ecdce9;
	color: #971440;
}

#matrix table tr.odd {
	background-color: #e39fb8;
	color: #fff;
}



/* @end */

/* @group sitemap */

#sitemap ul {
	list-style-type: none;
}



/* @end */

/* @group spotlight */

#producten {
	background-color: #efe8f0;
	width: 426px;
	display: block;
	height: 218px;
	padding: 5px 20px;
	border: 1px dotted #000;
}

#producten .spot {
	width: 204px;
	height: 204px;
	float: left;
	overflow: hidden;
	padding: 2px;
	margin-right: 5px;
}

#producten .cover-title {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000;
}

#producten .spotlite {
	float: left;
	margin-right: 10px;
	background-color: transparent;
}

#producten .spotlite img {
	border-style: none;
	padding: 0;
	margin: 0;
	background-color: #efe8f0;
	width: 200px;
	height: 200px;
}

#producten .spot a img { 
	border: 2px solid #efe8f0;	
}

#producten .spot a:hover img { 
	border: 2px solid #660942;	
}



/* @end */