body { background-color: #ffffd7; background-image: none; background-repeat: repeat; background-attachment: fixed; }
p { }
hr { color:#7f7f7f; background: #7f7f7f; }
td { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link { color: #000; font-size: small; font-family: Verdana, Arial, Helvetica, sans-serif; }
a:visited { color: #000; font-size: small; font-family: Verdana, Arial, Helvetica, sans-serif; }
a:hover { color: #7a7a00; font-size: small; font-family: Verdana, Arial, Helvetica, sans-serif; }
a:active { color: #000; font-size: small; font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
*/
body { word-wrap: break-word; }

/* here starts the Schwarz-Gold Casino SB specific part */

/* -> horizontale Menues */
#map_h a { display:block; color:#000; text-decoration:none ; text-transform:none; font-size: 16px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: normal; background-color: #dddd5d; cursor: pointer; border: solid 1px; width:105px; padding-top: 3px; padding-bottom: 3px; margin:0; text-align: center; }

#map_h a:visited{ display:block; color:#000; text-decoration:none ; text-transform:none; font-size: 16px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; cursor: pointer; border: solid 1px; width:105px; padding-top: 3px; padding-bottom: 3px; margin:0; text-align: center; }

#map_h a:active{
display:block;
color:black;
background-color:#dddd9b;
text-decoration:none ;
text-transform:none;
font-size: 16px;
cursor: pointer;
border: solid 1px #000000;
width:105px;
padding-top: 3px;
padding-bottom: 3px;
text-align: center;
}


#map_h a:hover { display:block; color:#000000; background-color:#fdb54a; text-decoration:none ; text-transform:none; font-size: 15px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; cursor: pointer; border: solid 1px; width:105px; padding-top: 3px; padding-bottom: 3px; text-align: center; }

#map_h
{ text-decoration:none ; font-size: 16px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-color: #dddd5d; }

/* -> vertikale Menues */

#map_v { color: #000; position: relative; top: 80px; width: 180px; }

#map_v a { display:block; color:#000; text-decoration:none ; font-size: 14px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-color: #dddd5d; width:150px; padding: 3px; border-top:1px solid #cfcfcf; letter-spacing: 1px; text-transform: none; }

#map_v a:visited{ color:#000; text-decoration:none; font-size: 14px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; width:150px; background-color:#dddd5d; border-top:1px solid #dfdfdf; }

#map_v a:active{ color:#000000; text-decoration:none; font-size: 14px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; width:150px; background-color:#dddd9b; border-top:1px solid #fdb54a; }


#map_v a:hover {
color: #000;
text-decoration:none ;
font-size: 14px;
width:150px;
background-color:#fdb54a;
border-top:1px solid #fdb54a;
}

/* Twitter integration */
#twitter_update_list {list-style-type:none;padding: 0px; display:inline;}
#twitter_update_list li	{border-top: 1px dotted black; margin-bottom:10px;}
#twitter_update_list span {display:block; margin-top: 10px;}


