@charset "utf-8";
/* CSS Document */

body {
	font-family:  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-attachment: fixed;
}

html, body {
	height: 100%;
	margin: 0;
	text-align: center;
	
}

a {
	outline: none;
	text-decoration: none;
	color: #DDD;
}

a:hover{
	color: #FFF;
	text-decoration: underline;
}

hr{
	color: #C00;
}

p:first-letter{
	color: #C00;
	font-size: xx-large;
	display: block;
	margin: 6px 4px 0 0;
	float: left;	
	font-weight: bold;
	line-height: .8em;
}

h1 {
	color: #CC0000;
	font-size: 17px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0px;
}

tr {
	height: 30px;
}

#wrapper {
	position: relative;
	margin: 0 auto 0;
	padding-left: 25px;
	padding-right: 25px;
	width: 950px;
	height:auto !important;
	min-height: 100%;
	background-color: #FFF;
	overflow: hidden;
	text-align: left;
}

#ie6waarschuwing{
	display: none;
	width: 926px;	
	padding: 10px;
	margin-right: 25px;
	position: relative;
	background-color: #C00;
	border: 2px solid #A00;
	margin-top: -15px;
	margin-bottom: 10px;
	opacity: 0.9;
	color: #FFF;
	font-size: 12px;
}

#content {
	position: relative;
	width: 950px;
	margin-bottom: 10px;
	float: left;
	min-height: inherit;
}
#header {
	position: relative;
	width: 950px;
	height: 147px;
	background-image: url(../images/header_banner_kleur.jpg);
	background-position: 0 28px;
	background-repeat: no-repeat;
}
#logo {
	position: relative;
	left: 175px;
	width: 315px;
	height: 122px;
	background-image: url(../images/mm_logo_315x122.jpg);
}
#navigatie {
	width: 150px;
	padding: 0 25px 0 0;
	position: relative;
	float: left;
}

#menu_items{
	margin: 0;
	padding: 0;
	width: 150px;
	float: left;
	position: absolute;
}

#menu_items li{
	display: inline;
}

#menu_items li a{
	float: left;
	width: 150px;
	height: 0;
	padding-top: 25px;
	margin-bottom: 10px;
	overflow: hidden;
	background-image:url(../images/nav_button_multi.gif);
	background-repeat: no-repeat;
}

/* Normale status */
#menu_items li#home a { background-position: 0 0; }
#menu_items li#collectie a { background-position: 0 -25px; }
#menu_items li#boek a { background-position: 0 -50px; }
#menu_items li#expo a { background-position: 0 -75px; }
#menu_items li#contact a { background-position: 0 -100px; }
#menu_items li#links a { background-position: 0 -125px; }
#menu_items li#abo a { background-position: 0 -150px; }

/* Hover status */
#menu_items li#home a:hover { background-position: -150px 0; }
#menu_items li#collectie a:hover { background-position: -150px -25px; }
#menu_items li#boek a:hover { background-position: -150px -50px; }
#menu_items li#expo a:hover { background-position: -150px -75px; }
#menu_items li#contact a:hover { background-position: -150px -100px; }
#menu_items li#links a:hover { background-position: -150px -125px; }
#menu_items li#abo a:hover { background-position: -150px -150px; }

/* Klik status */
#menu_items li#home a:active { background-position: -150px 0; }
#menu_items li#collectie a:active { background-position: -150px -25px; }
#menu_items li#boek a:active { background-position: -150px -50px; }
#menu_items li#expo a:active { background-position: -150px -75px; }
#menu_items li#contact a:active { background-position: -150px -100px; }
#menu_items li#links a:active { background-position: -150px -125px; }
#menu_items li#abo a:active { background-position: -150px -150px; }

/* Actieve status */
#menu_items.home li#home a { background-position: -300px 0 !important; }
#menu_items.collectie li#collectie a { background-position: -300px -25px !important; }
#menu_items.boek li#boek a { background-position: -300px -50px !important; }
#menu_items.expo li#expo a { background-position: -300px -75px !important; }
#menu_items.contact li#contact a { background-position: -300px -100px !important; }
#menu_items.links li#links a { background-position: -300px -125px !important; }
#menu_items.abo li#abo a { background-position: -300px -150px !important; }

#zoeken {
	position: absolute;
	float: left;
	top: 280px;
	width: 150px;
	height: 25px;
	background-image: url(../images/srch_button_back.gif);
}
#zoeken input[type="text"] {
	width: 118px;
	height: 17px;
	overflow: hidden;
	margin: 3px 0 4px 28px;
	float: left;
	border-style: none;
	background-color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #666666;
}

#loading{
	position: absolute;
	float: left;
	top: 350px;
	margin: 0 35px;
	width: 80px;
	height: 68px;
}

#main_content {
	position: relative;
	background-color: #CCCCCC;
	padding: 25px;
	width: 725px;
	float: right;

}

.mainContentText{
	position: relative;
	float: left;
	width: 717px;
	margin: 0 auto 0;
}
#searchResultWrapper{
	position: relative;
	float: left;
	width: 717px;
	margin: 0 auto;
	overflow: hidden;
}

.searchCatWrapper{	
	width: 215px;
	height: inherit;
	background-color: #545454;
	float: left;
	margin: 10px 2px;
	padding: 10px;
	overflow: hidden;
	color: #FFF;
	cursor: default;
}

.searchHeader{
	position: relative;
	width: 215px;
	font-weight: bold;
	color: #FFF;
}

.searchNumbers{
	position: relative;
	width: 215px;
	margin-top: 8px;
	float: right;
	text-align: right;
	font-weight: normal;
	color: #FFF;
}

.searchResults{
	width: 215px;
	position: relative;
	float: left;
	margin-top: 4px;
	text-align: left;
	color: #DDD;
	font-size: 11px;
	font-weight: normal;
}

.resultFooter{
	width: 215px;
	float: left;
	text-align: right;
	bottom: 15px;
	position: absolute;
	margin-top: 8px;
}

.listwrapper{
	display: inline;
	width: 725px;
	margin: 0 auto 0;
	overflow: hidden;
}

.listheader{
	width: 707px;
	float: left;
	position: relative;
	background-color: #444;
	margin: 6px 0 2px 0;	
	color: #FFF;
	font-weight: bold;
	padding: 3px 5px;;
}

.thumbwrapper {
	width: 235px;
	height: 80px;
	background-color: #777;
	float: left;
	margin: 2px;
	overflow: hidden;
	cursor: pointer;
}

.thumbnail {
	width: 50px;
	height: 50px;
	margin: 10px;
	padding: 5px;
	position: relative;
	float: left;
	background-color: #333;
}

.thumbnail img{
	display: none;
}

.info {
	width: 145px;
	height: 40px;
	margin: 10px 10px 4px 0;
	float: right;
	position: relative;
}

.hoofdinfo {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	}

.subinfo {
	font-size: 10px;
	color: #EDEDED;
	}

.thumbico {
	width: 145px;
	height: 16px;
	float: right;
	position: relative;
	margin: 0 10px 10px 0;
}

.info_holder{
	width: 164px;
	color: #FFF;
	position: relative;
	float: left;
	padding: 5px;
	background-color: #777;
	}

.nav_holder{
	width: 725px;
	height: 16px;
	padding: 5px 0;
	position: relative;
	float: left;
	margin: 5px auto;
	background-color: #777;
}

.nav_item_vorige{
	width: 257px;
	float: left;
	color: #C00;
	font-style: italic;
	text-align: left;
	padding-left: 5px;
}

.nav_item_volgende{
	width: 257px;
	float: right;
	color: #C00;
	font-style: italic;
	text-align: right;
	padding-right: 5px;
}

.nav_item_vorige a, .nav_item_volgende a{
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	color: #C00;
	}

.nav_locatie{
	width: 201px;
	float: left;
	text-align: center;
	color: #DDD;
	}

.image_holder {
	position: relative;
	width: 526px;
	padding-left: 20px;
	background-color: #333;
	float: right;
}

.image_holder img{
	display: none;
	margin: 20px 20px 20px 0;
	position: relative;
	border: solid 3px #FFF;
}

.recente_zoek{
	width: 105px;
	height: 125px;
	padding: 5px;
	position: relative;
	right: 10px;
	float: right;
	margin: 0 0 10px 25px;
	color: #FFF;
	background: #777;
}

.text_rechts{
	float: right;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}

.knopWrapper{
	position: relative;
	float: left;
	width: 717px;
	margin: 0 auto;
	overflow: hidden;
}

.knop{	
	width: 215px;
	height: inherit;
	background-color: #545454;
	float: left;
	margin: 10px 2px;
	padding: 10px;
	overflow: hidden;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}

#kunstenaars{
	display: none;
	position: relative;
	float: left;
	width: 697px;
	margin: 10px 0 126px 0;
	padding: 10px;
	background-color: #777;
	overflow: hidden;
}

#onderwerpen{
	display: none;
	position: relative;
	float: left;
	width: 697px;
	margin: 10px 0 126px 0;
	padding: 10px;
	background-color: #777;
	overflow: hidden;
}

#materialen{
	display: none;
	position: relative;
	float: left;
	width: 697px;
	margin: 10px 0 126px 0;
	padding: 10px;
	background-color: #777;
	overflow: hidden;
}

.kolom_houder{
	width: 703px;
	float: left;
	position: relative;
	background-color: #777;
	margin: 2px;	
	padding: 3px 5px;
}
.kolom{
	width: 170px;
	color: #FFF;
	margin-right: 5px;
	position: relative;
	float: left;
}

.handtekening_1{
	float: left;
	margin: 10px;
}

.handtekening_2{
	float: right;
	margin: 10px;
}

.handtekening_3{
	float: left;
	margin: -20px 0 0 175px;
}

#images_block {
	position: relative;
	width: 180px;
	padding-top: 2px;
	padding-left: 20px;
	background-color: #999999;
	float: right;
	padding-bottom: 25px;
}

.image {
	width: 146px;
	height: 200px;
	position: relative;
	background-color:#333333;
	margin: 25px 0 0 0;
	padding: 5px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 2px;
	cursor: pointer;
}

#top_header {
	position: relative;
	height: 25px;
	width: 1225px;
}
#footer {
	position: relative;
	bottom: 0px;
	float: left;
	height: 25px;
	width: 1000px;
	font-size: 10px;
	color: #CC0000;
}