a:active {
    background-color: transparent;
    color: #00ffff;
}

a:hover {
    background-color: transparent;
    color:blue;
}

a:link, a:visited {
    background-color: transparent;
    color: #7f7fff;
}

body,input,textarea {
    color: blue;
    background-color: gray;
    background-image: url("images/Boden.jpg");
}

hr {
    background-color: transparent;
    color: blue;
}

td.Inhalt {
    background-color: #ffe3c6;
    background-image: url('images/Pergament.jpg');
    border: 3px outset #ffe3c6;
    color: blue;
}

td.menu {
    border: 3px outset black;
    min-width: 165px;
    max-width: 200px;
    overflow: hidden;
    vertical-align: top;
    width: 165px;
}

td.path {
    background-color: #ffe3c6;
    background-image: url('images/Pergament.jpg');
    border: 3px outset #ffe3c6;
    color: black;
}

.Inhalt th {
    background-color: #efdfbf;
    background-image: url("images/Pergament4.jpg");
}

.bottom {
    background-color: white;
    background-image: url("images/Pergament3.jpg");
    border: 3px outset;
    color: black;
}

.Inhalt input, .Inhalt option, .Inhalt select, .Inhalt textarea {
    background-color: #ffe3c6;
    background-image: url("images/Pergament.jpg");
    color: blue;
}

.Inhalt table {
    border: 1px solid gray;
    border-collapse:collapse;
    width:100%;
}

.InterfaceMsgBox {
    border: solid 1px;
    width: 100%;
}

.InterfaceMsgBoxBody {
    background-color: transparent;
    background-image: url("images/Pergament2.jpg");
    color: black;
    padding: 10px;
    padding-bottom: 0px;
    text-align: justify;
}

.InterfaceMsgBoxBottom {
    background-color: transparent;
    background-image: url("images/Pergament3.jpg");
    color: #9f9f9f;
}

.InterfaceMsgBoxCaption {
    background-color: transparent;
    color: blue;
    font-size: 11px;
    padding-left: 10px;
}

.InterfaceMsgBoxChoice {
    background-color: transparent;
    background-image: url("images/Pergament2.jpg");
    color: black;
    padding: 10px;
    padding-top: 0px;
    text-align: justify;
}

.InterfaceMsgBoxIcon {
    padding: 10px;
    vertical-align: top;
}

.InterfaceMsgBoxText {
    background-color: transparent;
    background-image: url("images/Pergament2.jpg");
    color: black;
    padding: 10px;
    padding-bottom: 0px;
    text-align: justify;
}

.main {
    background-color: #bf7f0f;
    background-image: url('images/Holz.jpg');
    color: #ffffbf;
    border: 5px outset #7f3f00;
    padding: 2px;
}

.main input, .main option, .main select, .main textarea {
    background-color: #ffe3c6;
}

.menu {
    background-color: black;
    background-image: url("images/Leder.jpg");
    border: 10px outset black;
    color: #ffffbf;
    padding: 2px;
}

.menu a:link, .menu a:visited {
    color: #c0c09f;
    font-weight: normal;
    text-decoration: none;
}

.menu .menutitle a:link, .menu .menutitle a:visited {
    background-color: transparent;
    color: #7f7fff;
    font-weight: bold;
}
.menu td a:hover {
    text-decoration:underline;
}

.menu th, div.menutitle {
    background-color: #ffffbf;
    background-image: none;
    color: black;
    font-weight: bold;
    text-align: center;
}

.Tabellenzeile2 {
    background-color: #efdfbf;
    background-image: url("images/Pergament5.jpg");
}

.top {
    background-color: #ffffff;
    background-image: url("images/Pergament3.jpg");
}

.code, .quote {
    margin-left: 5%;
    margin-right: 5%;
 }

.codeBody {
    border: solid 1px gray;
    color: #000000;
    font-family: Courier, 'Courier New', sans-serif;
}

.quoteBody {
    border: solid 1px gray;
    color: blue;
    filter:alpha(opacity=70);
    opacity: .7;
}

.codeHead, .quoteHead {
    font-weight: bold;
}

.forumspacerow {
    background-color: #ffdfbf;
    background-image: url("images/Pergament4.jpg");
    height: 4px;
}

.row1 {
    background-color: #ffffff;
    background-image: url("images/Pergament3.jpg");
    border-width: 0px 0px 0px 1px;
}

.row2 {
    background-color: #ffe3c6;
    background-image: url("images/Pergament.jpg");
    vertical-align: middle;
}

.row3 {
    background-color: #ffffbf;
    background-image: url("images/Pergament2.jpg");
}

.row4
{
    background-color: #efdfbf;
    background-image: url("images/Pergament5.jpg");
}

#footer, #motd {
    background-color: white;
    background-image: url("images/Pergament3.jpg");
    background-repeat: repeat-x;
    border-top-color: blue;
    color: black;
}

