
/*  General
 */
body, div, span, p, input, textarea
{
	font-size: 11px;
	line-height: 13px;
}	

*
{
	font-family: verdana, arial, sans-serif;
	color: #000;
}

a:link,
a:visited,
a:hover
{
    text-decoration: none;
}
/*** Main content ***/


#header_0,
#header_1, 
#footer,
#menu
{
    display: none;
}
 
.testemonial
{
    display: block;
    width: 250px;
    background: #FFA;
    color: #000;
    padding: 6px;
	font-size: 13px;
	line-height: 14px;
	font-style: italic;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

.tm_left
{
    float: left;
    margin: 0px 6px 0px 0px;
}
.tm_right
{
    float: right;
    margin: 0px 0px 0px 6px;
}

.tm_right .tm_photo
{
    margin: 0px 6px 0px 0px;
    float: left;
}
.tm_left .tm_photo
{
    margin: 0px 0px 0px 6px;
    float: right;
}

/* Map
 */
 
#map_canvas
{
    display: block;
    width: 100%;
    height: 350px;
}

/* Specifieke meuk
 */
.subhead
{
    font-weight: bold;
}


#prog tr td.time
{
    white-space: nowrap;
    padding: 0 4px 0 0;
    vertical-align: top;
}

h2
{
    margin: 20px 0px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}

#prog .day
{
    padding: 16px 0 0 0;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
}
