/* 
 * Text classes
 */
body, table, tr, td {
	font: 70%/1.4em arial,verdana,sans-serif;
	font-size: 12px;
	color: #222222;
}

.description {
	font-size: 10px;
}

/* 
 * Disables the double line break for P, UL, FORM and LI tags
 */
p, ul, li, form
{
	margin-top: 0px;
	margin-bottom: 0px;
}

a { color: #336699; text-decoration: none; }
a:hover   { color: #DD000F; text-decoration: underline; }
a.stap,a.stap_goback{ margin:10px 5px 5px 5px;padding:0px 10px 0px 10px;border:1px solid #CCC;float:right;cursor:pointer;background: #00aadb;color:#FFF; }
a.stap:hover,a.stap_goback:hover{ text-decoration:none;background: #003366;color:#FFF; }
a.stap_goback{ display:none; }

div#reserveringbox div#head{ color:#FFF;font-family: Trebuchet MS, arial,verdana}
div#reservering div#reserveringbox h1{ display:inline;font-size: 20px;color:#00aadb;font-family: Trebuchet MS, arial,verdana}
div#reservering div#reserveringbox select#personen{ width: 40px;}
div#reservering div#reserveringbox select#tijd{ width: 60px;}
div#reservering div#reserveringbox input.datum{ width:16px;}
div#reservering div#reserveringbox textarea{ height:60px;}
div#reservering div#reserveringbox div.errormsg{ color:#DD000F;}
div#reservering div#reserveringbox div#stepcontent input#telefoon{float:left;width:100px;}
div#reservering div#reserveringbox div#stepcontent div#telchars{ width:90px;float:left;display:inline;color:#888;margin-top:3px;}
