body {
 font-family: "Verdana";
 font-size: 12px;
 color: #660000;
 background-attachment: fixed;
 background-image: url(images/higru2.gif);
        SCROLLBAR-FACE-COLOR: #660000;
        SCROLLBAR-HIGHLIGHT-COLOR: #d8d8c0;
        SCROLLBAR-SHADOW-COLOR: #660000;
        SCROLLBAR-3DLIGHT-COLOR: #d8d8c0;
        SCROLLBAR-ARROW-COLOR: #d8d8c0;
        SCROLLBAR-TRACK-COLOR: #d8d8c0;
        SCROLLBAR-DARKSHADOW-COLOR: #660000
        }
a:link {
 color: #660000; text-decoration: none
}
a:visited {
 color: #660000; text-decoration: none
}
a:active {
 color: #660000; text-decoration: none; font-variant:small-caps;
}
a:hover {
 color:#660000; text-decoration: none; font-variant:small-caps;
}

h1 {
 font-family: "Verdana";
 font-weight: bold;
 font-style: italic;
 text-align: center;
 color: #800000;
}
h2 {
 font-family: "Verdana";
 font-style: italic;
 text-align: center;
 color: #800000;
}
h3 {
 font-family: "Verdana";
 font-size: 16px;
 color: #FF0033;
 font-style: italic;
 font-weight: bolder;
 text-align: center;
}

.main {
  background-image: url(images/higru1.gif);
  padding-top:5px;
  padding-bottom:5px;
  overflow:auto;
  }

.view {
 background-image: url(images/higru1.gif);
  width:90%;
 padding:10px;
 }
.urls {
 width:21px;
 }

input[type=text], textarea {
 border: 1px solid #660000;
 background-color:#FFFFCC;
 font-family: "Verdana";
 font-size: 12px;
 text-align: left;
 color: #660000;
 padding: 3px;
 -moz-border-radius: 5px;
 }

input.button, button.button {
 background-image: url(images/frosch2.gif);
 background-repeat:no-repeat;
 font-family: "Verdana";
 font-size: 11px;
 text-align: left;
 color: #660000;
 border: 0px solid;
 text-decoration: none;
 width: 110px;
 height: 30px
 }
 
a.button {
 display:block;
 background-image: url(images/frosch.gif);
 background-repeat:no-repeat;
 font-family: "Verdana";
 font-size: 11px;
 vertical-align: middle;
 text-align: left;
 color: #660000;
 border: 0px solid;
 text-decoration: none;
 width: 110px;
 height: 30px;
 cursor: pointer;
 }

a.button:link {
 background-image: url(images/frosch.gif);
 vertical-align: middle;
 text-decoration: none
 }

a.button:visited {
 background-image: url(images/frosch.gif);
 vertical-align: middle;
 text-decoration: none
 }

a.button:hover {
 background-image:url(images/frosch2.gif);
 text-decoration: none;
 font-size: 11px;
 font-weight: bolder;
 vertical-align: text-top;
 color: #006600;
 font-variant:small-caps;
 }

a.buttonactive {
 display:block;
 background-image: url(images/frosch3.gif);
 background-repeat:no-repeat;
 font-family: "Verdana";
 font-size: 12px;
 font-weight: bolder;
 vertical-align: middle;
 text-align: left;
 color: #CC0000;
 border: 0px solid;
 text-decoration: none;
 width: 110px;
 height: 30px;
 cursor: pointer;
 font-variant:small-caps;
 }

a.button:active {
 background-image:url(images/frosch2.gif);
 vertical-align: middle;
 color: #660000;
 text-decoration: none
 font-variant:small-caps;
 }

.bbcode_button {
 width: 60px;
 height: 20px;
 font-size: 11px;
 font-weight: normal;
 margin: 0px 0px 5px 0px;
 background: #CEFF9C;
 color: #660000;
 border: 1px solid;
 text-decoration: none;
  -moz-border-radius:4px;
 }

.smiley-button {
 width: 40px;
 height: 35px;
 font-size: 11px;
 font-weight: normal;
 margin: 0px 1px 1px 0px;
 background: #CEFF9C;
 color: #660000;
 border: 1px solid;
 text-decoration: none;
  -moz-border-radius:4px;
 }
 

a.infobox, a.druckbox {
 text-decoration:none;
 }

a.infobox:hover, a.druckbox:hover {
 cursor:help;
 color:#660000;
 background:#CEFF9C;
 }

a.infobox span {
 display:none;
 position:absolute;
 right:-99em;
 width:20em;
 margin-top:-10em;
 padding:1em;
 text-decoration:none;
 }

a.druckbox span {
 display:none;
 position:absolute;
 left:20em;
 width:25em;
 margin-top:-7em;
 padding:1em;
 text-decoration:none;
 }

a.infobox:hover span, a.druckbox:hover span {
 display:block;
 right:5em;
 border:2px solid #660000;
  -moz-border-radius:5px;
 font-size: 11px;
 font-weight: normal;
 font-variant:normal;
 color:#660000;
 background:#CCFF99;
 opacity:0.85;
 filter: alpha(opacity=85);
 }

.highlight {display:none;}