img.preview {
    margin-right: 10px;
    width: 120px;
    height: 70px;
}

#divCalender {
    padding-left: 15px;
}

#content li {
    margin-bottom: 0.30em;
}

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

.stress {
    color: red;
}

.legende {
    font-size: 90%;
}
.small {
    font-size: 80%;
    text-align: center;
}

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.85em; margin: .5em 15px; }
h2  {font-size: 1.6em;}
h3  {font-size: 1.3em;}
h4  {font-size: 1.1em;}
h5  {font-size: 1em;}
h6  {font-size: 0.8em;}

#nav, #xtra {
	color: #fff;
}

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

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


/*** Styles for Menu Items ***/

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}

#nav ul li {
	position: relative;
}
	
#nav li ul {
	position: absolute;
	left: 159px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

#nav ul li a {
	font-size: 90%;
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #679;
	padding: 3px;
	padding-left:15px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */



#nav ul li a:hover {                 /* Hover Styles */
    color: #990000; 
    background: #f9f9f9; 
} 
		
#nav li ul li a {                    /* Sub Menu Styles */
    padding: 2px 5px; 
} 
		
#nav li:hover ul, #nav li.over ul {       /* The magic */
    display: block; 
} 

#nav ul li a.menuActive {                 /* highlighted menu item */
    color: #990000; 
    background: #f9f9f9; 
} 


/* *** 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;
    font-weight: bold;	
}


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

