body {
    background-color:lightgray;
    background-attachment:fixed;
    font-family:Verdana,Arial,sans-serif;
    font-size:large;
    color:black;
}

.logo {
    position:absolute;
    top:10px;
    left:300px;
}

.headline {
    text-align:left;
    position:absolute;
    top:10px;
    left:40px;
}

.navihead {
    background-color:lightgrey;
    color:black;
}

.navisel {
    border-color:black;
    border-width:1px;
    border-style:solid;
    background-color:#DD0000;
}

.navi {
    vertical-align:middle;
    text-align:left;
    font-size:x-small;
    font-weight:bold;
    width:180px;
    left:30px;
    top:85px;
    position:absolute;
}

.bodyfield {
    position:absolute;
    top:90px;
    left:260px;
    right:260px;
    padding:8px;
}

.imprfield {
    position:absolute;
    top:90px;
    left:260px;
    right:260px;
    padding:8px;
    border-width:3px;
    border-color:silver;
    border-style:groove;
    background-color:yellow;
}

.strich {
    color:white;
    background-color:white;
    position:absolute;
    bottom:65px;
    left:0px;
    right:0px;
    height:3px;
}

.techn {
    position:absolute;
    bottom:10px;
    right:10px;
    text-align:right;
    font-size:x-small;
}

.button {
    border-width:1px;
    border-style:solid;
    background-color:#A54200;
    vertical-align:middle;
    text-align:center;
    font-size:x-small;
    font-weight:bold;
    border-color:black;
}

.buttonfield {
    right:20px;
    top:10px;
    position:absolute;
}

.buttimpr {
    font-size:x-small;
    text-align:center;
    vertical-align:middle;
    position:absolute;
    top:10px;
    right:10px;
    width:180px;
}

a:link {
    color:black;
    text-decoration:none;
}

a:visited {
    color:black;
    text-decoration:none;
}

a:focus {
    color:#333333 text-decoration:none;
}

a:hover {
    color:#333333;
    text-decoration:none;
}

a:active {
    color:#333333;
    text-decoration:none;
}

.itr {
    float:right;
    padding:8px;
    margin-right:8px;
    margin-bottom:8px;
    font-size:smaller;
}

.itl {
    float:left;
    padding:8px;
    margin-right:8px;
    margin-bottom:8px;
    font-size:smaller;
}

.logon {
    position:absolute;
    top:10px;
    right:10px;
    font-size:xx-small;
}

.logon input {
    font-size:xx-small;
}

.adfield {
    position:absolute;
    top:40px;
    right:5px;
}

.adentry {
    text-align:center;
    width:250;
}

.comment {
    border-width:2px;
    border-style:groove;
    border-color:silver;
}

.commenttext {
    background-color:#aec7c4;
}

.navifree {
    background-color:lightgrey;
    border-style:solid;
    border-width:1px;
    border-color:black;
}


