// CSS-FORMATE Túríon Mithraug                           Stand: 2004-06-28
// written by: Stefan@Haunreiter.info

// alternative Textfarbe                                 color: #EEFEEE;
// alternative Hintergrundfarben .Head /.Navi            background-color: #215821;
// alternative Hintergrundfarben .Haupt                  background-color: #114811;

// Textfarben zum hervorheben bzw. markieren:            #DF0000 = Rot (dunkler);
//                                                       #FF9F00 = Orange;
//                                                       #9B4E00 = Dunkelorange;
//                                                       #0080FF = Hellblau;
//                                                       #002900 = Dunkelgrün (gaaanz dunkel);

body {
}
html {
      height: 100%;
      margin-bottom:0.1px;
}
.Head {
        font-family:Arial,Helvetica,sans-serif;
        font-size:10px;
        font-weight:bold;
        background-color:#114811;
        background-image:url(banner.jpg);
        background-repeat:no-repeat;
        color:#FFFFCC;
}
.Navi {
        padding:16px 0px 8px 0px;
        font-family:'Comic Sans MS';
        font-size:13px;
        line-height:22px;
        background-color:#114811;
        color:#FFFFCC;
}
.Copy {
        padding:0px 0px 8px 0px;
        font-family:'Comic Sans MS';
        font-size:13px;
        line-height:22px;
        background-color:#114811;
        color:#FFFFCC;
}
.Foot {
        padding:0px 10px 11px 10px;
        font-family:'Comic Sans MS';
        font-size:13px;
        background-color:#003800;
        color:#FFFFCC;
}
.Haupt {
        padding:15px 10px 10px 10px;
        font-family:'Comic Sans MS';
        font-size:13px;
        background-color:#003800;
        background-image:url(ecke.gif);
        background-repeat:no-repeat;
        color:#FFFFCC;
}
.Show {
        padding:15px;
        font-family:'Comic Sans MS';
        font-size:13px;
        background-color:#003800;
        color:#FFFFCC;
        text-align:center;
}
.Pix {
        padding:10px 0px 0px 0px;
        width:155px;
        height:175px;
        text-align:center;
        float:left;
}
.Gal {
        padding:0px 0px 0px 25px;
}
.Over {
        padding:0px 0px 0px 10px;
        width:170px;
        float:left;
}
.Bord {
        border-style:ridge;
        border-width:4px;
        border-color:#77CC55;
        margin-bottom:12px;
}
p, hr {
        float:none;
        clear:both;
}
td {
        font-family:'Comic Sans MS';
        font-size:13px;
        color:#FFFFCC;
}
td.Gaeste {
        font-family:'Comic Sans MS';
        font-size:12px;
        background-color:#114811;
        color:#FFFFCC;
}
h1 {
        font-size:20px;
        font-weight:normal;
        text-align:center;
}
h2 {
        margin:0px 0px 0px 0px;
        padding:8px 0px 0px 25px;
        font-size:20px;
        font-weight:normal;
        font-style:italic;
}
h3 {
        font-size: 18px;
        font-weight:normal;
        text-align:center;
}
h4 {
        font-size: 16px;
        font-weight:normal;
        text-align:center;
}
ul {
        margin:0px 0px 0px 25px;
}
li {
        margin:0px 0px 0px 60px;
        list-style-type:none;
}
hr {
        border-top-style:ridge;
        border-top-width:4px;
        border-top-color:#77CC55;
        text-align:center;
        margin:10px 0px 10px 0px;
}

#L {
        width:320px;
        float:left;
}
#R {
        width:320px;
        float:left;
        text-align:right;
}

a:link        { color:#77CC55; text-decoration:none; font-weight:bold; }
a:visited     { color:#77CC55; text-decoration:none; font-weight:bold; }
a:hover       { color:#FFFFCC; text-decoration:none; font-weight:bold; }
a:active      { color:#FF9F00; text-decoration:none; font-weight:bold; }
a:focus       { color:#77CC55; text-decoration:none; font-weight:bold; }

a.act:link    { color:#FF9F00; text-decoration:none; font-weight:bold; }
a.act:visited { color:#FF9F00; text-decoration:none; font-weight:bold; }
a.act:hover   { color:#FFFFCC; text-decoration:none; font-weight:bold; }
a.act:active  { color:#77CC55; text-decoration:none; font-weight:bold; }
a.act:focus   { color:#FF9F00; text-decoration:none; font-weight:bold; }

a.wd:link     { color:#FF9F00; text-decoration:none; font-weight:bold; font-family:Verdana; }
a.wd:visited  { color:#FF9F00; text-decoration:none; font-weight:bold; font-family:Verdana; }
a.wd:hover    { color:#FFFFCC; text-decoration:none; font-weight:bold; font-family:Verdana; }
a.wd:active   { color:#77CC55; text-decoration:none; font-weight:bold; font-family:Verdana; }
a.wd:focus    { color:#FF9F00; text-decoration:none; font-weight:bold; font-family:Verdana; }

body {
        margin:0px;
        padding:0px;
        scrollbar-face-color:#114811;
        scrollbar-track-color:#114811;
        scrollbar-arrow-color:#FFFFCC;
        scrollbar-3dlight-color:#669966;
        scrollbar-shadow-color:#002800;
        scrollbar-highlight-color:#669966;
        scrollbar-darkshadow-color:#002800;
}
