body{
          font-family: Helvetica, Arial, sans-serif;
        color: #333333;
        background-color: #E4E4E4;
        line-height: 1.166;
        margin: 0px;
        padding: 0px;
        font-size:14px;
        padding-left:5px;
        padding-right:90px;
        padding-top:5px;
}

form {
          font-family: Helvetica, Arial, sans-serif;
        color: #333333;
        background-color: #E4E4E4;
        line-height: 1.166;
        margin: 0px;
        padding: 0px;
        font-size:14px;
}

p {
        font-size:14px;
          font-family: Helvetica, Arial, sans-serif;
}

a:link, a:visited, a:hover {
          font-family: Helvetica,  Arial, sans-serif;
        color: #004EC5;
        font-weight:bold;
}

a:hover {
        text-decoration: underline;
}

a.small {
          font-family: Helvetica,  Arial, sans-serif;
        font-size: 10px;
        font-weight:bold;
        color : #004EC5;
        text-decoration : none;
}
a.small:hover {
          font-family: Helvetica, Arial, sans-serif;
          font-size: 10px;
          text-decoration: underline
}

h1, h2, h3, h4, h5, h6 {
          font-family: Helvetica, Arial, sans-serif;
        margin: 0px;
        padding: 0px;
        margin-bottom:6px;
         color: #334d55;        
}

h1{
          font-family: Helvetica, Arial, sans-serif;
        font-size:18px;
         color: #334d55;
}

h2{
 font-size: 114%;
         color: #334d55;
}

h3{
 font-size: 100%;
         color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
         color: #334d55;
}

h5{
 font-size: 100%;
         color: #334d55;
}

.pfad {
          font-family: Helvetica, Arial, sans-serif;
        font-size: 10px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

.klein {
          font-family: Helvetica, Arial, sans-serif;
        color: #333333;
        background-color: #E4E4E4;
        line-height: 1.166;
        margin: 0px;
        padding: 0px;
        font-size:12px;
}

td {
          font-family: Helvetica, Arial, sans-serif;
        font-size:14px;

}
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

