* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    border: none;
    outline: none;
    color: #333;
}

html, body {
    overflow: auto;
}

ul {
    list-style: none;
}

a, a:link {
    color: #e31f19;
    background: transparent url(../bilder/navpoint_rot.gif) 0 50% no-repeat;
    padding-left: 13px;
    text-decoration: none;
    border-bottom: 1px solid #e31f19;
}

a:hover,a:focus,a:active {
    background: transparent url(../bilder/navpoint_grau.gif) 0 50% no-repeat;
    color: #73868a;
    border-bottom: 1px solid #73868a;
}

a.nobull, a.nobull:link {
    background: transparent!important;
    padding-left: 0!important;
    color: #e31f19;
    text-decoration: none;
    border-bottom: 1px solid #e31f19;
}

a.nobull:hover,a.nobull:focus,a.nobull:active {
    background: transparent!important;
    color: #73868a;
    border-bottom: 1px solid #73868a;
}

a span, a.nobull span {
    color: #e31f19;
}

a:hover span, a:focus span, a:active span, a.nobull:hover span, a.nobull:focus span, a.nobull:active span {
    color: #73868a;
}

a.pdf, a.pdf:link {
    color: #e31f19;
    background: transparent url(../bilder/pdf.gif) 0 50% no-repeat;
    padding-left: 18px;
    text-decoration: none;
    border-bottom: 1px solid #e31f19;
}

a.pdf:hover,a.pdf:focus,a.pdf:active {
    background: transparent url(../bilder/pdf.gif) 0 50% no-repeat;
    color: #73868a;
    border-bottom: 1px solid #73868a;
}

p.texte, ul.texte {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 22px;
}

div#content p:last-child {
    margin-bottom: 0;
}

ul.texte {
    margin-left: 20px;
}

ul.texte li {
    font-size: 12px;
    line-height: 22px;
    background: transparent url(../bilder/navpoint_rot.gif) 0 7px no-repeat;
    padding-left: 15px;
}

div#content ul:last-child {
    margin-bottom: 0;
}

table {
    /* width: 400px!important;
    max-width: 400px; */
    display: block;
}

table td {
    border: 1px solid #ccc;
    vertical-align: top;
}

table.texte td {
    font-size: 12px!important;
    line-height: 16px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-top: 6px;
    padding-bottom: 6px;
}

h1 {
    background: transparent url(../bilder/anteeo_logo_3d.gif) 100% 0 no-repeat;
    position: absolute;
    display: block;
    top: 16px;
    left: 637px;
    width: 326px;
    height: 46px;
    text-indent: -999em;
}


h22 {
    /*background: #fff url(../bilder/anteeo_slogan.gif) 0 0 no-repeat;
    text-indent: -999em; */
    position: absolute;
    display: block;
    top: 28px;
    left: 36px;
    width: 600px;
    height: 30px;
}

h2 {
    position: absolute;
    left: 78px;
    top: 178px;
    font-size: 18px;
    line-height: 25px;
    color: #e31f19;
    width: 540px;
    z-index: 8;
}

#wrapper {
    position: absolute;
    left: 81px;
    top: 228px;
    width: 500px;
    height: 352px;
    z-index: 10;
    background: #fff;
}

#content {
    height: 352px;
    /*padding-right: 20px;*/       /*    Firefox 3 - Problem?    */
    overflow: auto;
    background: #fff;
}

.jScrollPaneContainer #content {
    margin-left: 30px!important;
    width: 500px!important;
}

#sonder_rechts {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 580px;
    width: 980px;
    overflow: hidden;
    z-index: 1;
}

#header {
    position: absolute;
    display: block;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    border: none;
    border-bottom: 1px solid #e31f19;
    background: #fff;
    z-index: 8;
}

form {
    line-height: 12px;
}

form#anteeoform {
    width: 440px;
}

fieldset {
    display: block;
    width: 213px;
    line-height: 12px;
    margin-bottom: 0;
}

fieldset#fslinks {
    float: left;
}

fieldset#fsrechts {
    float: right;
}

fieldset#fsbottom {
    clear: both;
    text-align: center;
    width: 100%;
}

label {
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
}

legend {
    display: none;
}

input, textarea {
    color: #666;
    font-size: 12px;
    border: 1px solid #ed6044;
    padding: 2px;
    background-color: #fcf5f5;
    width: 200px;
    vertical-align: middle;
    margin-bottom: 10px;
    background-position: 100% 0;
    background-repeat: no-repeat;
}

textarea {
    vertical-align: top;
    width: 100%;
    height: 104px;
    overflow: auto;
}

input:active, textarea:active, input:focus, textarea:focus {
    color: #333;
    border: 1px solid #e80a09;
    background-color: #fce0df;
}

input#submit {
    width: 115px;
    outline: none;
    background: transparent url(../bilder/button_mail.gif) 0 50% no-repeat;
    text-align: right;
    padding-right: 5px;
}

input#submit:hover {
    color: #333;
    border: 1px solid #e80a09;
    background: #fce0df url(../bilder/button_mail_hover.gif) 0 50% no-repeat;
    cursor: pointer;
}

cite {
    font-style: italic;
    color: #666;
    font-weight: bold;
}

.rot {
    color: #e31f19;
}

.seo {
    text-indent: -999em;
    display: none;
}