/* @group undoHTML */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/* @end */

/* @group basic */

html {
}

body {
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	font-size: 10pt;
	padding: 10px;
	width: 755px;
}

/* @end */

/* @group header */

#header {
}

#header h1 {
	margin-bottom: 10px;
	background: url(../img/deco_printHeaderback.gif) repeat-x 0 1px;
}

#skipLinks {
	display: none;
}

#mainMenu {
	display: none;
}

#mainMenu li {
}

#mainMenu a {
}

#mainMenu a:hover {
}

.selected {
}

#aanbod {
}

#aanbod a {
}

#subMenu {
	display: none;
	
}

#subMenu li{
}

#subMenu a {
}

#subMenu a:hover {
}


/* @end */

/* @group mainFrontPage */

#exclusieveArtiesten{
	position: absolute;
	top: 120px;
	left: 10px;
}

#exclusieveArtiesten h2 {
	color: #73330e;
	font-size: 12pt;
	margin-bottom: 20px;
}

#exclusieveArtiesten h4 {
	font-size: 100%;
	
}

#exclusieveArtiesten a {
	
}

#exclusieveArtiesten ul {
	float: left;
	width: 234px;
}

#exclusieveArtiesten li {
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
}

#overMakeMyDay {
	position: absolute;
	top: 120px;
	left: 254px;
	width: 450px;
	margin-left: 20px;
}

#overMakeMyDay h2 {
	color: #73330e;
	font-size: 12pt;
	margin-bottom: 20px;
}


#overMakeMyDay li {
	margin-bottom: 15px;
}

.date{
	margin-bottom: 5px;
}



#laatsteNieuws {
	float: left;
	margin-bottom: 30px;
	width: 215px;
}

#laatsteNieuws h3 { 
	margin-bottom: 3px;
}

#laatsteNieuws p { 
	margin-bottom: 10px;
	line-height: 110%;
}

.date {
	font-size: 8pt;
}

#nieuwsOvericht_button {
	display: none;
}

#inDeKijker {
	float:  left;
	margin-left: 20px;
	width: 215px;
}

#inDeKijker h3 { 
	margin-bottom: 10px;
}

#inDeKijker p { 
	margin-bottom: 10px;
	line-height: 110%;
}

/* @end */

/* @group artiestFiches */
#exclusieveArtiesten_title {
	display: none;
}

#exclusieveArtiesten_inhoud ul {
	display: none;
}

#artiest_inhoud h3 {
	color: #73330e;
	font-size: 12pt;
	margin-bottom: 20px;
}

#fotoTechnischeGegevens {
	float: left;
	display: inline;
	margin-bottom: 10px;
}

#fotoTechnischeGegevens ul {
	display: inline;
	float:  left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	padding-bottom: 18px;
	background-color: #ececec;
}

#fotoTechnischeGegevens li {
	clear: left;
	float: left;
	display: inline;
	margin-bottom: 4px;
	padding: 0 !important;
}

#fotoTechnischeGegevens img {
	float: left;
}

#artiest_inhoud p {
	margin-bottom: 10px;
	line-height: 110%;
}

#mmd_title {
	display: none;
}

#contact_title {
	display: none;
}

#news_title {
	display: none;
}

/* @end */

/* @group artiestFiches_3kolom */
#artiestenMusic_title {
	display: none;
}

#artiestenMuziek_inhoud ul {
	display: none;
}

#artiestenMuziek_inhoud h3 {
	color: #73330e;
	font-size: 12pt;
	margin-bottom: 20px;
}

#fotoTechnischeGegevens_3kolommen {
	float: left;
	display: inline;
	margin-bottom: 10px;
}

#fotoTechnischeGegevens_3kolommen ul {
	display: inline;
	float:  left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	padding-bottom: 18px;
	background-color: #ececec;
}

#fotoTechnischeGegevens_3kolommen li {
	clear: left;
	float: left;
	display: inline;
	margin-bottom: 4px;
	padding: 0 !important;
}

#fotoTechnischeGegevens_3kolommen img {
	float: left;
}

#artiestenMuziek_inhoud p {
	margin-bottom: 10px;
	line-height: 110%;
}
/* @end */
