BODY {
    Color: "#000000";
    Background-Image: url(../pics/bg.jpg);
    Background-Attachment: fixed;
    Background-Repeat: repeat;
    Font-Family: Tahoma, Cursive;
    Font-Size: 12pt;
    Font-Variant: normal;
    Font-Weight: normal;
    Font-Style: normal;
    Line-Height: normal;
    Text-Align: center;
    Text-Decoration: none;
}

P.titel-l {
    width: 100%;
    color: blue;
    filter: shadow(color=yellow);
    font-weight: bold;
    font-size: 20pt;
    text-align: left;
}

P.titel-r {
    width: 100%;
    color: blue;
    filter: shadow(color=yellow);
    font-weight: bold;
    font-size: 20pt;
    text-align: right;
}

P.titel-c {
    width: 100%;
    color: blue;
    filter: shadow(color=yellow);
    font-weight: bold;
    font-size: 20pt;
    text-align: center;
}

FIELDSET {
    border-color: black;
    padding: 4px;
    width: 600px;
}

FONT.small {
    Color: "#000000";
    Font-Family: Tahoma, Cursive;
    Font-Size: 8pt;
    Font-Variant: normal;
    Font-Weight: bold;
    Font-Style: normal;
    Line-Height: normal;
    Text-Align: center;
    Text-Decoration: none;
}

FONT.field {
    Color: "#000000";
    Font-Family: Tahoma, Cursive;
    Font-Size: 14pt;
    Font-Variant: normal;
    Font-Weight: bold;
    Font-Style: normal;
    Line-Height: normal;
    Text-Align: left;
    Text-Decoration: none;
}

FONT.fieldred {
    Color: "#FF0000";
    Font-Family: Tahoma, Cursive;
    Font-Size: 14pt;
    Font-Variant: normal;
    Font-Weight: normal;
    Font-Style: normal;
    Line-Height: normal;
    Text-Align: left;
    Text-Decoration: none;
}

A {
    Color: "#000000";
    Font-Family: Tahoma, Cursive;
    Font-Size: 10pt;
    Font-Variant: normal;
    Font-Weight: bold;
    Font-Style: normal;
    Line-Height: normal;
    Text-Align: center;
    Text-Decoration: none;
}

A.small {
    Color: "#000000";
    Font-Family: Tahoma, Cursive;
    Font-Size: 8pt;
    Font-Variant: normal;
    Font-Weight: bold;
    Font-Style: normal;
    Line-Height: normal;
    Text-Align: center;
    Text-Decoration: none;
}

A.red {
    Color: "#FF0000";
    Font-Family: Tahoma, Cursive;
    Font-Size: 10pt;
    Font-Variant: normal;
    Font-Weight: bold;
    Font-Style: normal;
    Line-Height: normal;
    Text-Align: center;
    Text-Decoration: none;
}

A.black {
    Color: "#000000";
    Font-Family: Tahoma, Cursive;
    Font-Size: 12pt;
    Font-Variant: normal;
    Font-Weight: bold;
    Font-Style: normal;
    Line-Height: normal;
    Text-Align: center;
    Text-Decoration: none;
}

A.field {
    Color: "#000000";
    Font-Family: Tahoma, Cursive;
    Font-Size: 14pt;
    Font-Variant: normal;
    Font-Weight: bold;
    Font-Style: normal;
    Line-Height: normal;
    Text-Align: left;
    Text-Decoration: none;
}

A.menu {
    Color: #0000FF;
    Font-Weight: bold;
    Font-Size: 12px;
    Font-Family: tahoma;
    Text-Decoration: none;
}

A:HOVER {
    Color: blue;
    Font-Family: Tahoma, Cursive;
    Font-Size: 10pt;
    Font-Variant: normal;
    Font-Weight: bold;
    Font-Style: normal;
    Line-Height: normal;
    Text-Align: center;
    Text-Decoration: none;
}

A:HOVER.black {
    Color: Blue;
    Font-Family: Tahoma, Cursive;
    Font-Size: 12pt;
    Font-Variant: normal;
    Font-Weight: bold;
    Font-Style: normal;
    Line-Height: normal;
    Text-Align: center;
    Text-Decoration: none;
}

A:HOVER.small {
    Color: Blue;
    Font-Family: Tahoma, Cursive;
    Font-Size: 8pt;
    Font-Variant: normal;
    Font-Weight: bold;
    Font-Style: normal;
    Line-Height: normal;
    Text-Align: center;
    Text-Decoration: none;
}

A:HOVER.field {
    Color: blue;
    Font-Family: Tahoma, Cursive;
    Font-Size: 14pt;
    Font-Variant: normal;
    Font-Weight: bold;
    Font-Style: normal;
    Line-Height: normal;
    Text-Align: left;
    Text-Decoration: none;
}

A:HOVER.menu {
    Color: #FFFF00;
    Font-Weight: bold;
    Font-Size: 12px;
    Font-Family: tahoma;
    Text-Decoration: none;
}

A:ACTIVE {
    Color: Blue;
    Font-Family: Tahoma, Cursive;
    Font-Size: 10pt;
    Font-Variant: normal;
    Font-Weight: bold;
    Font-Style: normal;
    Line-Height: normal;
    Text-Align: center;
    Text-Decoration: none;
}

A:ACTIVE.small {
    Color: Blue;
    Font-Family: Tahoma, Cursive;
    Font-Size: 8pt;
    Font-Variant: normal;
    Font-Weight: bold;
    Font-Style: normal;
    Line-Height: normal;
    Text-Align: center;
    Text-Decoration: none;
}

A:ACTIVE.field {
    Color: #000000;
    Font-Family: Tahoma, Cursive;
    Font-Size: 14pt;
    Font-Variant: normal;
    Font-Weight: bold;
    Font-Style: normal;
    Line-Height: normal;
    Text-Align: left;
    Text-Decoration: none;
}

A:ACTIVE.menu {
    Color: #0000FF;
    Font-Weight: bold;
    Font-Size: 12px;
    Font-Family: tahoma;
    Text-Decoration: none;
}



.click-menu {
    width: 180px;
}

.click-menu .box1 {
    background-color: #FAFAD2;
    color: #0000FF;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #448882;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}

.click-menu .box1-hover {
    background-color: #113344;
    color: #FFFF00;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #99CCAE;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}

.click-menu .box1-open {
    background-color: #FAFAD2;
    color: #0000FF;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #448882;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
}

.click-menu .box1-open-hover {
    background-color: #113344;
    color: #FFFF00;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #99CCAE;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
}

.click-menu .box1 img, .click-menu .box1-hover img, .click-menu .box1-open img, .click-menu .box1-open-hover img {
    position: absolute;
    top: 6px;
    right: 6px;
}

.click-menu .section {
    background-color: #FAFAD2;
    color: #FFFF00;
    font-family: arial;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 5px 6px 5px;
    border-width: 1px;
    border-color: #448882;
    border-style: none solid solid solid;
    display: none;
}

.click-menu .section a {
    color: #0000FF;
    text-decoration: none;
    white-space: nowrap;
}

.click-menu .section a:hover {
    color: #FFFF00;
    text-decoration: none;
    white-space: nowrap;
}

.click-menu .box2 {
    color: #0000FF;
}

.click-menu .box2-hover {
    color: #FFFF00;
    background: #000000;
}
