body  {
    position: absolute;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.99999999999em;
    color: #000000;
    background-color: #FFFFFF;
    background-image: url('/img/bg/botleft.jpg');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-attachment: fixed;
}

html, body {
    top:0; left:0; right:0;
    min-height:100%;
    margin:0;
    padding:0;
    width:100%;
}

* html, * html body {
    overflow: hidden;
    bottom: 0;
    height: 100%;
}

H1,H2,H3,H4,H5,H6,H7 {
    color: #002EB7;
    margin: 0px;
    margin-bottom: 1em;
}

H1 {
    font-size: 1.5em;
    border-bottom: solid 0.06em #FF8800;
    font-weight: normal;
}

H2 {
    font-size: 1.3em;
    font-weight: normal;
}

H3 {
    font-size: 1.2em;
    font-weight: normal;
}

H4 {
    font-size: 1.1em;
    margin-bottom: 0;
}

H5 {
    font-size: 1em;
}

H6 {
    font-size: 0.9em;
}

UL {
    margin: 0px;
/*     padding: 0px; */
}


A {
    text-decoration: none;
}


div.col12 {
    margin: 0;
    margin-right: 17em;
}

div.col22 {
    float: right;
    margin-left: 2em;
    width: 15em;
}

a.menutest {
    font-size: 0.8em;
    padding: 2px;
    padding-left: 22px;
    margin-top: 2px;
    background-color: #FFDFAE;
    border-left: 5px solid transparent;
    display: block;
    color: black;
}

a.menutest:hover {
    border-left: 5px solid red;
}


IMG {
    behavior: url('/inc/iepngfix.htc');
    border: none;
}


P.teaser {
    text-indent: 1em;
/*     text-align: justify; */
    color: #002EB7;
/*     font-style: italic; */
    font-size: 1.1em;
    line-height: 1.5em;
    padding-left: 5%;
/*     padding-right: 20%; */
/*     border-bottom: solid 1px #C0C0C0; */
/*     font-variant: small-caps */
}

TR.item {
    border: solid 1px black;
}

TR.item:hover {
    background-color: #FBF9DD;
}

TD.item {
    border: solid 1px #C0C0C0;
    padding: 2px;
    vertical-align: top;
    font-size: 0.8em;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

INPUT [TYPE ^="TEXT"], INPUT[TYPE ^="PASSWORD"], SELECT { */
    border: solid 1px #002EB7;
/*     width: 100%; */
    background-color: #F6F6F6;
}

TEXTAREA {
    border: solid 1px #002EB7;
    width: 100%;
    background-color: #F6F6F6;
    font-size: 1.2em;
}

.pitsmenu {
    font-weight: bold;
    color: black;
    border: solid 1px #002EB7;
    margin-right: 1em;
    padding: 2px;
    background-color: #FFD698;
}
.pitsmenu:hover {
    background-color: #FFD698;
}

.highlight {
    font-weight: bold;
    background-color: yellow;
}

TR.head TH {
    border: solid 1px #C0C0C0;
    background-color: #FFBE5B;
    padding: 2px 5px 2px 5px;
}

span.wbr {
    font-size: 0px;
}

table.liste {
    border-collapse: collapse;
}

table.liste tr th {
    border: solid 1px #C0C0C0;
    background-color: #FFBE5B;
    padding: 2px 5px 2px 5px;
    font-size: 0.8em;
}

table.liste tr {
    border: solid 1px black;
}

table.liste tr td {
    border: solid 1px #C0C0C0;
    padding: 2px;
    vertical-align: top;
    font-size: 0.8em;
}
table.liste tr:hover {
    background-color: #FBF9DD;
}

ol.quellen {
    font-size: 0.7em;
    color: #808080;
}

ol.quellen a {
    color: #808080;
}

div.box {
    width: auto;
    display: block;
    position: relative;
    border: solid 1px #FF8800;
    border-top: solid 3px #FF8800;
    border-bottom: solid 2px #FF8800;
    padding: 20px 0px 10px 0px;
    background-color: #E6EEEC;
    background-image: url('/img/bg/gradient2.png');
    background-repeat: repeat-y;
    background-position: right;
    z-index: 1;
}

div.box h3 {
    font-size: 0.9em;
    font-weight: bold;
    color: #002EB7;
    text-align: left;
/*     padding-left: 10px; */
    margin: 0px;
/*     border-top: solid 1px #C0C0C0; */
    display: block;
}

div.box p, div.box a {
    font-size: 0.7em;
    margin: 0px;
    margin-left: 1em;
    margin-right: 1em;
}

div.box img.teaser {
    position: relative;
    top: -20px;
    display: block; width: 100%;
/*     border-bottom: solid 1px #FF8800; */
}

div.box div.item {
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #C0C0C0;
}

div.box div.item:hover {
    background-color: #C7D8F9;
}

h2.box {
    position: relative;
    z-index: 2;
    margin: 0px;
    background-color: #FFBE5B;
    background-image: url('/img/bg/bar.png');
    background-repeat: repeat-x;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    padding: 1px 5px 5px 5px;
    font-variant: small-caps;
    border: solid 1px #FF8800;
    margin-left: 10px;
    display: inline;
    position: relative;
    top: 10px;
}

a.anchor {
/*     position: relative; */
    margin-top: 150px;
}
