/* allgemeine Definitionen */
body { background-color:#EFF3F6;}

a img{border:0px;}
a {color: black;}

h1 {display:none; font-size: 16px; color: #FFC230; margin-left:40px;}
table {width:90%;}

/* globale Schriftendefinition */
body,p,th,td,textarea,input,select {font-family: verdana,arial,sans-serif; font-size: 11px; color: black;}





/* 1.Seite; Formatierung Wochentabelle */

/* Tabelle */
table.ov {width:95%; border-width:0px;}
table.ov td{padding:3px;}
table.ov th{padding:3px;}

/* einzelne Wochentage (wt0=montag,wt6=Sonntag) durch display:none ausblenden */
.wt5{display:none;}
.wt6{display:none;}

/* Textdefinition Tabellenkopf */
.days{text-align:center; font-weight:bold; color:#2677B2;}
.datum{color:white; text-align:center; background-color:#757F1E;}

/* Tabelle Zeiten */
.tbl_termin {font-size:11px;padding:0px;width:100%; border-width:0px; border-left:1px solid #55B6A2;}
table .tbl_termin td{text-align:center;}

/* Links Zeiten */
.term{text-decoration:none; margin-left:10px; margin-right:10px; display:block;}
a.term:hover{color: white; background-color:#757F1E;}

/* Links für die Navigation zwischen den einzelnen Wochen */
a.nav {display:block; text-decoration:none;}
a.nav:hover {color:#FF0000;}

/* reservierte Termine */
.reservation{display:block; border-width:0px; margin-left:10px; margin-right:10px;}

/* .reason {font-weight:bold;text-align:center; color:#FF0000;}
.tbl_reason{border-width:0px; border-left:1px solid #55B6A2;} */





/* 2.Seite; Formular */

/* <form> kommt nur auf 2. Seite vor */
form {margin-left:40px;}
input, textarea, select{background-color:#F3F3F3;}

/* Datum und Zeit */
#short_info {margin-left:40px; color:#757F1E;} 

/* Linie unter Überschrift */
hr {display:none;}