﻿/* Stylesheet */
body {
    background-image : url(images/grauweis.gif);
    margin : 0px 0px 0px 0px;
}
td{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 10px;
}
hr{
    color: #7E8896;
}
ul{
    list-style-image: url(images/arrow.gif);
    list-style-type: circle;
}
ol{
    list-style-image: none;
    list-style-type: none;
}
.headline{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #7E8896;
    font-size: 10px;
    font-weight: bold;
}
ul.squareMarker{
    list-style-image: url(images/point.gif);
    padding-top:12px;
    padding-bottom:12px;
}
.noMarker{
    list-style-image: none;
    list-style-type: none;
}
.input {
    border : #7E8896 1px solid;
    font-family : "Small Fonts";
    font-size: 9px;
    padding-left: 2px;
    width: 90px;
}
.longinput {
    border : #7E8896 1px solid;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #404040;
    padding-left: 2px;
    padding-top: 1px;
    font-size: 10px;
    width: 180px;
    height: 17px;
}
.button {
    border : #7E8896 1px solid;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    width: 73px;
    height: 17px;
}
.contentText_gray{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #7E8896;
    font-size: 10px;
}

A.metanav:link{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: White;
    font-size: 10px;
    text-decoration: none;
}
A.metanav:active{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: White;
    font-size: 10px;
    text-decoration: none;
}
A.metanav:visited{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: White;
    font-size: 10px;
    text-decoration: none;
}
A.metanav:hover{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: White;
    font-size: 10px;
    text-decoration: none;
}
A.sitemap:link{
    text-decoration: none;
}
A.sitemap:active{
    text-decoration: none;
}
A.sitemap:visited{
    text-decoration: none;
}
A.sitemap:hover{
    text-decoration: none;
}
A:link{
    text-decoration: none;
    color: Red;
}
A:active{
    text-decoration: none;
    color: Red;
}
A:visited{
    text-decoration: none;
    color: Red;    
}
A:hover{
    text-decoration: none;
    color: Red;
}
.tableBox{
    border : #7E8896 1px solid;
}
a.arrow {
    width: 75px;
    height: 10px;
    text-decoration: none;
    color: Red;
    background-image: url(images/btn_pfeil_weiter.gif);
    background-repeat: no-repeat;
    background-position: right 4;
    overflow: hidden;
    display: block;
    float: right;
}
a.pdf {
    height: 18px;
    text-decoration: none;
    color: Red;
    background-image: url(images/icon_pdf.gif);
    background-repeat: no-repeat;
    background-position: left 0;
    overflow: hidden;
    display: block;
    padding-left: 20px;
}
a.zoom {
    width: 147px;
    text-decoration: none;
    color: #7E8896 !important;
    background-image: url(images/zoom.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    overflow: hidden;
    display: block;
}
a.zoomre {
    width: 147px;
    text-decoration: none;
    color: #7E8896 !important;
    background-image: url(images/zoom.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    overflow: hidden;
    display: block;
}
p.company {
    color: #000;
    font-size: 19px;
}
p.image {
    float: left; 
    overflow: hidden; 
    display: inline;
    margin-right:15px;
}
p.statement {
    background-color: #ebebeb;
}