/* *** Don't display all div's *** */
#nav, #switcher, #footer {
	display: none;
}
#xtra p, #xtra li a, #xtra a {
    /*font-size: 85%;*/
    font-size: 11px;
}

#header {
    border-bottom: 1px solid #CCC;
}


h2, h3, h4, h5, h6, p, ul, ol, dl, pre, blockquote, fieldset, address, select { 
}
h3 {
    margin-top: 1.2em;
}

.legende {
    font-size: 90%;
}

.stress {
    color: red;
}

img {
    border: 0;
}

hr {
    margin-left: 15px;
    margin-right: 15px;
    height: 1px;
    color: #ccc;
}


/* *** Table styles *** */

table {
    margin-left: 15px;
}
td {
    padding: 5px 5px 5px 5px;
    text-align: left;
    vertical-align: top;
}
th {
    padding: 5px 5px 5px 5px;
    text-align: left;
    font-weight: bold;
    background: #eee;
    vertical-align: top;
}

table.prijzen {
    margin-left: 15px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
td.prijzen {
    padding: 5px 5px 5px 5px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 90%;
}
th.prijzen {
    padding: 5px 5px 5px 5px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-weight: bold;
    font-size: 90%;
    background: #eee;
}


html, body {
	background: #D3CFCC;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: georgia, serif;
    font-weight: normal;
    /*color: #E3670D;*/
}
h1  {font-size: 1.7em;}
h2  {font-size: 1.4em;}
h3  {font-size: 1.2em;}
h4  {font-size: 1.1em;}
h5  {font-size: 1em;}
h6  {font-size: 0.8em;}

ul {
	list-style: square;
	margin-left: 32px;
	margin-top: 5px;
}

.poetry {
    font-style: italic;
    /*text-align: center;*/
}


/* *** Calender styles *** */
table.Calender {
	background: #e5e5d9;
	float: left;
	margin: 0px 5px;
	width: 120px;
	text-align: center;
	margin: 5px;
	height: 130px;
}

th.CalenderHeader {
	text-align: center;
    font-size: 11px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	background: white;
	color: black;
}

td.CalenderCell {
	text-align: center;
	font-size: 10px;
	padding: 0;
	background: white;
	color: black;
}

td.CalenderEmpty {
	text-align: center;
	font-size: 10px;
	padding: 0;
	background: #eee;
	color: #e5e5d9;
}

td.CalenderClosed {
	text-align: center;
	font-size: 10px;
	padding: 0;
	background: white;
	color: red;
}


/* *** Links *** */
#content a, #content a:link {
    color: #336699;
}
#content a:visited {
    color: #234561;
}
#content a:hover {
    color: #FF6600;
}

