/* CSS Document */
body{
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        background-color: #FFFFCC;
}

.gelb{   background-color: #990000;
         color: #FFFFCC;
}

.rot{    color: #990000;
}

.dienstleister{ font-size:32px;
                color: #990000;
                font-weight: bold;
}

.net{ font-size:24px;
      color: #990000;
      font-weight: bold;
}

.dienstleistergelb{ font-size:52px;
                color: #FFFFCC;
                font-weight: bold;
}

.netgelb{ font-size:44px;
      color: #FFFFCC;
      font-weight: bold;
}

h2{
  text-align:center;
}

h3 {
        font-weight:bold;
}



.wichtig {
        font-weight: bold;
        text-transform:uppercase;
}


.bildrechts {
             float:right;
                         text-align:center;
                         margin-top:20px;
                         margin-bottom:20px;
                         margin-left:20px;
}

.bildlinks {
             float:left;
                         text-align:center;
                         margin-top:20px;
                         margin-bottom:20px;
                         margin-right:20px;
}

:link{
      color:#990000;
}

a:link{
      color:#990000;
}

:hover{
            color:#990000; font-weight:bold;
}

a:visited {      color:#990000}


