/*                                                                    
                                                              		      ,d                 
                                                                    	      88                 
88,dPYba,,adPYba,    ,adPPYba,  88,dPYba,,adPYba,    ,adPPYba,  8b,dPPYba,  MM88MMM  ,adPPYba,   
88P'   "88"    "8a  a8P_____88  88P'   "88"    "8a  a8P_____88  88P'   `"8a   88    a8"     "8a  
88      88      88  8PP"""""""  88      88      88  8PP"""""""  88       88   88    8b       d8  
88      88      88  "8b,   ,aa  88      88      88  "8b,   ,aa  88       88   88,   "8a,   ,a8"  
88      88      88   `"Ybbd8"'  88      88      88   `"Ybbd8"'  88       88   "Y888  `"YbbdP"'  

############# Ontwerp & realisatie van krachtige websites en webapplicaties op maat ###########
	
brouwersgracht 270C 	T: 020 689 1921		E: info@mmnt.nl		K: KVK 34230909 (Amsterdam)
1013HG  amsterdam	F: 084 830 3250		W: www.mmnt.nl		B: BTW NL814870806B01 

Datum:	29/10/2009
Auteur:	Marc de Geus (marc@mmnt.nl)

*/


/* DEFAULT
------------------------------------------------------------------------------------------------ */

html,body{
	width:100%; height:100%;
	margin:0; padding:0;
}

body{
	font-size:0.8em;
	background:#ccc;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Tahoma;
	font-size:0.75em;
}

hr{
	height:2px;
	line-height:2px;
	border-top:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	border-bottom:2px dotted #888;
	margin:10px 0 10px 0;
	display:block;
	clear:both;
}

a{
	color:#00afe5;
	text-decoration:none;
}

a:hover{
	color:#000;
}

h3{
	font-size:160%;
}
h4{
	font-size:140%;
}
h5{
	font-size:120%;
}
h6{
	font-size:100%;
}

h3,h4,h5,h6{
	margin:0 0 3px 0;
	padding:0;
	font-weight:normal;
}

h3 a,h4 a,h5 a,h6 a{
	color:#00afe5 !important;
}

form{
	display:inline;
}

/* SUBTITLE (ITEM THAT FLOATS RIGHT IN TITLES
------------------------------------------------------------------------------------------------ */

div.subtitle{
	text-align:right;
	white-space:nowrap;
	text-align:Right;
	float:right;
}

/* LAYOUT OPTIONS FOR HEADER TAGS
------------------------------------------------------------------------------------------------ */

.blue{
	color:#00afe5 !important;
}

.white{
	color:#ffffff !important;
}

.red{
	color:#e1001a !important;
}

.grey{
	color:#6d6e70 !important;
}

.uppercase{
	text-transform:uppercase;
}

.strong{
	font-weight:bold !important;
}

.lines{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-top:5px;
	padding-bottom:3px;
}

/* SUBSCRIPT
------------------------------------------------------------------------------------------------ */

sub{
	font-size:85% !important;
	position:relative;top:-2px;
}

sub img{
	position:relative;
	top:5px; 
}


/* HEADER
------------------------------------------------------------------------------------------------ */

div.header{
	width:100%; display:block; clear:both;	
	height:80px;
	background:#000;
}

div.header-content{
	width:996px;
	margin:auto;
	height:80px;
}

div#twitter_update_list li{
	list-style-type:none;
}

div#twitter_update_list li span{
	line-height:16px;
}

/* HEADER LOGO
------------------------------------------------------------------------------------------------ */

div.header-content h1{
	margin:20px 0 0 0;
	float:left;
	position:absolute;
	z-index:997;
}

div.header-content h1 img{
	border-style:none;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;	
}

div.header-content h1 img:hover{
	border-style:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;	
}


/* HEADER CAROUSEL
------------------------------------------------------------------------------------------------ */

#item{
	width:100px;
	left:50%;
	margin-left:-100px;
	height:80px;
	top:0;
	position: absolute;
	z-index:10
	
}
#item ul{
	list-style-type: none;
	position:relative;
	top:20px;
}

#item ul li{
	color:#aaa;
	float:left;
}


/* HEADER SEARCH
------------------------------------------------------------------------------------------------ */

div.search{
	width:142px;
	float:right;
	margin:6px 0 0 0;
	overflow:hidden;
	text-align:right;
	color:#fff;
	line-height:20px;
}

div.search a{
	color:#fff;
	text-decoration:none;
	font-size:90%;
}

input#search{
	background:#fff;
	color:#333;
	width:100px;
}

input#search,
input#find{
	display:inline;
	border:1px solid #fff;
	font-size:100%;
	float:left;
	margin:0; padding:0;

}
input#find{
	background:#333 !important;
	color:#fff !important;
	width:30px;
	margin: 0 0 0 9px;
}



/* NAVIGATION
------------------------------------------------------------------------------------------------ */

div.nav{
	width:100%; display:block; clear:both;
	height:30px;
	background:url(../img/bg_nav.jpg) repeat-x 0 0;
}

div.nav-content{
	width:1004px;
	margin:auto;
	height:30px;
}

div.nav-content ul{
	margin:0 34px 0 0; padding:0;
	height:30px;
	line-height:30px;
	float:left;

}

div.nav-content li{
	margin:0; padding:0;
	list-style-type:none;
	height:30px; line-height:30px;
	font-size:90%;
	color:#fff;
	float:left;
}

div.nav-content li.selected,
div.nav-content li:hover{
	background:#009ddf;
}

div.nav-content li a{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 3px;
	font-size:100%;
	border-right:1px solid #666;
	border-left:1px solid #666;	
	margin-right:-1px;
}

div#blauwblok{
	float:right;
	margin-right:450px;
	margin-top:30px;
	padding:10px;
	color:#fff;
	background:#00aeef;
	width:200px;
	height:100px;
}

div#blauwblok a{
	color:#fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

div#zelfpubliceren{
	float:right;
	margin-right:10px;
	margin-top:150px;
}

div#zelfpubliceren a{
	color:#fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

div#zelfpubliceren a:hover{
	color:#fff;
	border-top:1px solid #009ede;
	border-bottom:1px solid #009ede;
}

div#blauwblok ul {
	list-style-image: url(../img/witpijltje.png);
	margin-left:10px; 
	padding-left:5px;
}


/* CONTENT
------------------------------------------------------------------------------------------------ */

div.container{
	display:block; clear:both;
	background:#fff;
	border-bottom:1px solid #bbb;	
}

div.container-content{
	width:996px;
	margin:auto;	
	padding:5px 0;

}

img.right{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

img.left{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}


/* BOX LAYOUTS
------------------------------------------------------------------------------------------------ */

div.box-one{
	width:300px;
}

div.box-two{
	width:400px;
}

div.box-onetwo{
	width:707px;
}

div.box-three{
	width:275px;
}
div.box-twothree{
	width:686px;
}

div.box-onetwothree{
	width:996px;
}

div.box-one,
div.box-two,
div.box-onetwo,
div.box-three,
div.box-twothree,
div.box-onetwothree{
	margin:5px 10px 5px 0;
	float:left;
}

div.box-one p,
div.box-two p,
div.box-onetwo p,
div.box-three p,
div.box-twothree p,
div.box-onetwothree p{
	margin:0 0 10px 0;
	padding:0;
}

div.no-margin{
	margin-right:0px !important;
}


/* ATTENTION TO FIRST BLOCKS
------------------------------------------------------------------------------------------------ */

div.searchbox{
	background:#ccc;
	color:#fff;
	width:100%;
	overflow: hidden;
	display:block;
}

div.genrebox{
	background:#ccc;
	color:#fff;
	padding:10px;
	width:97%;
	overflow: auto;
	display:block;
}

div.searchbox ul{
	margin:0; padding:0;
}

div.box-onetwo div.searchbox{
	background:#fff !important;
}

div.box-onetwothree div.searchbox{
	background:#fff !important;
}

div.searchbox ul li{
	list-style-type:none;
	margin:0; padding:0;
	float:left;
}

div.searchbox h5{
	margin:5px;
}

div.searchbox ul li input,
div.searchbox ul li select,
div.searchbox ul li input.button{
	width:158px;
	margin:5px;	
	font-size:100%;
	border-style:none;	
	color:#666;
}

div.searchbox ul li input{
	width:155px;
}

input.button{
	font-size:110%;
	border:1px solid #dddddd;
	background-color:#009ee0;
	color:#FFF;
	font-weight:bold;
	font-size:100%;
}

table.invoeren td.omschrijving{
	font-weight:bold;
	width:200px;
	vertical-align:top;
}

table.invoeren td.input input.text,
table.invoeren td.input textarea,
table.invoeren td.input select,
table.invoeren td.input input.file{
		width:350px;
		background-color:#fff;
}

div.searchbox ul li select.alert,
div.searchbox ul li input.alert{
	background:#ff0000 !important;
	color:#fff !important;
	
}

div.box-onetwo div.searchbox ul li input,
div.box-onetwo div.searchbox ul li select,
div.box-onetwo div.searchbox ul li input.button{
	width:130px !important;
}

div.box-onetwo div.searchbox ul li input {
	border:1px solid #ccc;
}

div.box-onetwothree div.searchbox ul li input {
	border:1px solid #ccc;
}

div.searchbox ul li input.button{
	background:#00a1e1;
	color:#fff;
	font-weight:bold;
}

/* ATTENTION TO FIRST BLOCKS
------------------------------------------------------------------------------------------------ */

div.first{
	background:#eaf6fb;
	width:100%;
	overflow:hidden;
}

p.horeca{
	float:right;
}

p.horeca a{
	border-bottom:#f8c0c6 1px solid;
	border-top:#f8c0c6 1px solid;
}

p.videolink a{
	border-bottom:#f8c0c6 1px solid;
	border-top:#f8c0c6 1px solid;
}


/* HEADER ITEMS
------------------------------------------------------------------------------------------------ */

div.header-block{
	height:180px;
}

/* HEADER BALLOONS
------------------------------------------------------------------------------------------------ */

div.header-logo{
	background:url(../img/header-logo.png) no-repeat center center #fff;
	width:190px;
	height:180px;	
	float:left;
}

div.header-logo2{
	background:url(../img/meer_dan_muziek.png) no-repeat center center #fff;
	width:190px;
	height:180px;	
	float:left;
}

div.header-item{
	background:url(../img/bg_balloon.png) no-repeat 0 0;	
	width:256px;
	height:180px;
	margin:0 0 0 10px;
	float:left;	
	position:relative; left:20px;
}

div.header-item div.header-title{
	color:#fff;
	height:30px;
	line-height:30px;
	text-indent:10px;
	font-weight:bold;
	font-size:125%;
	overflow:hidden;
}

div.header-text{
	width:206px;
	padding:10px 0 0 20px;
	height:90px;
	overflow:hidden;
	float:left;
	color:#666;
	line-height:16px;
	font-size:90%;
}

div.header-text ul{
	margin:0; padding:0;
}

div.header-text ul li{
	margin:0; padding:0; 
	list-style-type:none;
	float:left;
	width:75px;
}

div.header-text ol{
	margin:0; padding:0;
}

div.header-text ol li{
	margin:0; padding:0; 
	margin-left:15px;
	float:left;
	width:143px;
	height:15px;
	overflow:none;
	font-weight:bold;
}

div.header-text ol li a{
	color:#696969;
}

div.header-text a{
	color:#696969;
	font-weight:bold;
}

div.header-text a:hover{
	color:#479fdc;
	font-weight:bold;
}

div.header-subtitle{
	color:#ff0000;
	font-weight:bold;
	margin:0 0 5px 0;
	font-size:120%;
}

/* overflow ul li */

ul#subheader{
	margin:0; padding:0;
	width:100%; height:180px;
	display:block;
	margin:auto;	
	overflow:hidden;
}

ul#subheader li.fade{
	list-style-type:none;
	height:180px;
	margin:0; padding:0;
}

/* BREADCRUMB
------------------------------------------------------------------------------------------------ */

div.breadcrumb ul{
	margin:0; padding:0;
	width:500px;
	float:left;
}

div.breadcrumb ul li{
	display:inline;
	list-style-type:none;
	color:#999;
	font-weight:bold;
	font-size:80%;
	margin:0; padding:0;
}

div.breadcrumb ul li a{
	text-decoration:none;
	color:#999;
	font-weight:normal;
}

div.breadcrumb ul li a:hover{
	color:#000;
}


/* GREY TITLE HEADER BOX
------------------------------------------------------------------------------------------------ */

div.title{
	display:block;
	clear:both;
	border-top:5px solid #999;
	border-bottom:3px solid #999;
	padding:0 5px;
	background:#999;
	color:#fff;
	margin:0 0 10px 0;
}

div.title a{
	color:#fff;
}

div.title a:hover{
	color:#ccc;
}


div.title h2{
	font-size:120%;
	margin:0; padding:0;
	text-transform:uppercase;
}


/* DATE
------------------------------------------------------------------------------------------------ */

div.date{
	width:56px; height:56px;
	border:2px solid #00a4e1;
	overflow:hidden;
	background:#ddd;
	float:left;
	margin:0 10px 10px 0;
}

div.date div.month{
	height:18px;
	line-height:19px;
	color:#555;
	font-size:12px !important;
}
div.date div.day{
	height:20px;
	line-height:20px;
	font-weight:bold;
	font-size:25px !important;
	color:#555;	
}
div.date div.year{
	height:18px;
	line-height:20px;	
	font-weight:bold;
	color:#aaa;
	font-size:12px !important;	
}

div.date div.month,
div.date div.day,
div.date div.year{
	text-align:center;
	text-transform:uppercase;
}


/* PREVIEW-IMAGE
------------------------------------------------------------------------------------------------ */

div.preview-image{
	width:112px;
	height:112px;
	margin: 0 10px 10px 0;
	float:left;	
}

div.preview-image img{
	width:112px;
	height:112px;
}

div.zoek-image{
	width:60px;
	height:px;
	margin: 0 10px 10px 0;
	float:left;	
}

div.zoek-image img{
	width:56px;
	height:56px;
	border:2px solid #00a6e1;
}

/* LISTS IN SIDEBOX
------------------------------------------------------------------------------------------------ */

div.arrow-list{
	margin:6px 0;
}

div.arrow-list ul{
	margin:0; padding:0 0 0 12px;
}

div.arrow-list ul li{
	list-style-image: url(../img/ico_arrow_red.png);
	padding:0; margin:0;
}

div.arrow-list ul li a{
	color:#000;
}

div.arrow-list ul li a:hover{
	color:#479fdc;
}


/* MAPS NAV
------------------------------------------------------------------------------------------------ */

div.maps{
	height:25px;
	line-height:25px;
	margin:0;
	margin-bottom:15px;
}

div.maps ul{
	margin:0;
	padding:0;
	width:275px;
	border:1px solid #ccc;
}

div.maps br{
	display:none;
}

div.maps ul li{
	list-style-type:none;
	display:inline;
	float:left;
	border:1px solid #ccc;
	display:table-cell;
	width:89px;
	text-align:center;
	text-transform:lowercase;
	position:relative;
}

div.maps ul li img{
	display:none;
}

div.maps ul li:hover,
div.maps ul li.selected{
	background: #e2001a;
	border:1px solid #e2001a;
}

div.maps ul li:hover a,
div.maps ul li.selected a{
	color:#fff;
}

div.maps ul li:hover img,
div.maps ul li.selected img{
	display:block !important;
	position:relative; top:-7px; left:40px;
	border-style:none;	float:left;
}

div.maps ul li a{
	color:#aaa;
	position:relative;
}

img.flickrthumb{
	border:2px solid #00a4e1;
	margin:5px;
}

img.eigenthumb{
	border:2px solid #e1001a;
	margin:5px;
}

/* FOOTER
------------------------------------------------------------------------------------------------ */

div.footer{
	display:block; clear:both;
	width:996px;
	margin:auto;
	padding:20px 0;
}

div.footer ul{
	margin:0; padding:0;
}

div.footer ul li{
	float:left;
	width:140px;
	margin:0; padding:0;
	list-style-type:none;
	font-size:90%;
	line-height:20px;
}

div.footer ul li a{
	color:#666;
	text-decoration:none;
	display:block;
}

div.footer ul li a:hover{
	color:#000;
}

div.footer ul li li{
}

div.footer ul li li a{
	color:#888;
}

div.footer ul li.cloud{
	float:right;
	width:275px;
	height:200px;
}

/*
 *  UITKLAP MENU
 */

#jsddm li ul
{	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index:998;}

#jsddm li ul li
{	width: 100px;
	height:30px;
	display: block;
	background: #343335;
	clear:both;
	border-right:0;
	z-index:998;
	color:#ffffff;}

#jsddm li ul li a
{	width: 100px;
	height:30px;
	border-left:0;
	margin-left:10px;
	border-right:0;
	z-index:999;
	color:#ffffff;}

#jsddm li ul li:hover
{	width: 100px;
	height:30px;
	background: #009fe1;}

#jsddm li ul li a:hover
{	width: 100px;
	height:30px;
	background: #009fe1;}


