
.content {  font-family: Verdana; font-size: 11px; font-style: normal; color: #000000}
.contentwhite {  font-family: Verdana; font-size: 11px; font-style: normal; color: #FFFFFF}
.contentheader { font-family: Verdana; font-size: 12px; font-style: normal; color: #000000}
.contentbig { font-family: Verdana; font-size: 20px; font-style: normal; color: #000000}
.contentsmall {  font-family: Verdana; font-size: 10px; font-style: normal; color: #000000}
.contentsmallest {  font-family: Verdana; font-size: 9px; font-style: normal; color: #000000}

.Inputform {
background-color: #FFFFFF;
color: #000000;
font-family: Verdana;
font-weight: normal;
font-size: 8pt;
border: #7F9DB9 1px solid
}

.Inputformmenu {
background-color: #FFFFFF;
color: #000000;
font-family: Arial;
font-weight: normal;
font-size: 8pt;
border: #7F9DB9 1px solid
}

.Buttonform {
background-color:#A43317;
color: #FFFFFF;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
border: #A43317 1px solid;
cursor:pointer;

}

img.imgborder {
  border: solid 1px #A43317;
}


.ButtonBook {
background-color:#A43317;
color: #FFFFFF;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
border: #A43317 1px solid;
cursor:pointer;
}

a:active { color: #A43317; text-decoration: none; font-weight: bold;}
a:link { color: #401a0a; text-decoration: none; font-weight: bold;}
a:visited { color: #401a0a; text-decoration: none; font-weight: bold;}
a:hover { color: #A43317; text-decoration: none; font-weight: bold;}

.menu a:active { color: #000000; text-decoration: none; font-weight: normal;}
.menu a:link { color: #000000; text-decoration: underline; font-weight: normal;}
.menu a:visited { color: #000000; text-decoration: underline; font-weight: normal;}
.menu a:hover { color: #000000; text-decoration: none; font-weight: normal;}

.breadcrump a:active { color: #000000; text-decoration: none; font-weight: normal;}
.breadcrump a:link { color: #000000; text-decoration: underline; font-weight: normal;}
.breadcrump a:visited { color: #000000; text-decoration: underline; font-weight: normal;}
.breadcrump a:hover { color: #000000; text-decoration: none; font-weight: normal;}

.error {border:1px red solid; background-color:#ffcccc;
font-family: Verdana;
font-weight: normal;
font-size: 8pt;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #a3301a;
    background-color:#fcecb5; color:#000;
    text-align: center}