/* StyleSheet for www.frisbee-family.de */
/* ralf.tinca.net 2004-11-08 */

BODY {
   background-color : White;
   color: #006633;
   cursor: crosshair;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
} /* comment */
A {
   cursor: pointer;
   text-decoration : none;
}
A:LINK {
   background-color : transparent;
   color: Red;
}
A:VISITED {
   background-color : transparent;
   color: Blue;
}
A:HOVER {
   background-color : transparent;
   color: Black;
   text-decoration : underline;
} /* text-decoration: none; */
A:ACTIVE {
   background-color : transparent;
   color: Purple;
}
A IMG {
   background-color : transparent;
   color : White;
}
H1, H2, H3, H4, H5, H6 {
}
H3 {
   font-size : 16px;
}
H4 {
   font-size : 14px;
}
INPUT {
   font-family: "Andale Mono", "Courier New", Courier, monospace;
   font-size : 12px;
}
LI {
   font-family : "Courier New", Courier, monospace;
   font-size : 12px;	
}
P {
}
PRE {
   font-family : "Courier New", Courier, monospace;
   font-size : 12px;
}
TD {
   font-size : 12px;
}
TT {
   font-family: "Andale Mono", "Courier New", Courier, monospace;
   font-size : 12px;
}

.ss {
   font-family: Arial, Helvetica, sans-serif;
}
.s {
   font-family: "Times New Roman", Times, serif;
}
.m {
   font-family: "Andale Mono", "Courier New", Courier, monospace;
   font-size: 12px;
} /* "Courier New", Courier, monospace */
.bg {
   background-image: url(images/bg_stripe_ver.gif);
   background-color : Silver;
} /* comment */
.bgt {
   background-image: url(images/bg_stripe_hor_dark.gif);
   background-color: Silver;
   background-attachment: fixed;
}
.hilite {
   background-color : #EEEEEE;
   color : Black;
}
.lbox {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
}
.lh {
   background-color : #FFFFCC;
   color : #006633;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 16px;
}
.ld {
   background-color : #EEEEEE;
   color : #006633;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 11px;
}
.red {
   background-color : transparent;
   color : Red;
}
.small {
   font-size : 9px;
}
.book_time {
   text-align : left;
   font-size : smaller;
}
.book_name {
   text-align : left;	
}
.book_text {
   text-align : left;	
}

#mm {
   background-color : #CCCCCC;
   color : #006633;
   font-family : Arial, Helvetica, sans-serif;
   font-size : 11px;
   border : 1px solid Black;
}
#naviHead {
   position: fixed;
   width: 750px;
   background-color: transparent;
   background: url(images/bg-white-semi-transparent.gif);
}
.naviTable {
   background-color: transparent;
}
#main {
   padding-top: 88px;
   width: 750px;
   background-color: White;
}
.mainTable {
   background-color: transparent;
}

/* StyleSheet end */