body, p, ul {
   background-color: #a6c1de;
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;

}

td {
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;

}

input, textarea, select, option {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt;
   color: #000000;
}


a:link { font-size: 9pt; color: #000000; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
a:active { font-size: 9pt; color: #000000; font-family: Arial, Helvetica, sans-serif; text-decoration: underline }
a:visited { font-size: 9pt; color: #000000; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
a:hover { font-size: 9pt; color: #000000; font-family: Arial, Helvetica, sans-serif; text-decoration: underline }

/* CSS für Button1 im Normalzustand */
#button1 a {
width : 150px; /* entspricht Breite Deiner Grafik */
height : 37px; /* entspricht Höhe Deiner Grafik */
display : block;
background-image : url(.././img/nav_hv_cms_nom.png); /* Deine Grafik */
background-repeat : no-repeat;
}

/* CSS für Button1 im Overzustand */
#button1 a:hover {
width:150px;
height:37px;
display:block;
background-image:url(.././img/nav_hv_cms_hov.png);
background-repeat:no-repeat;
}

/* CSS für Button2 im Normalzustand */
#button2 a {
width:150px; /* entspricht Breite Deiner Grafik */
height:37px; /* entspricht Höhe Deiner Grafik */
display:block;
background-image:url(.././img/nav_ueber_uns_nom.png); /* Deine Grafik */
background-repeat:no-repeat;
}

/* CSS für Button2 im Overzustand */
#button2 a:hover {
width:150px;
height:37px;
display:block;
background-image:url(.././img/nav_ueber_uns_hov.png);
background-repeat:no-repeat;
}

/* CSS für Button3 im Normalzustand */
#button3 a {
width:150px; /* entspricht Breite Deiner Grafik */
height:37px; /* entspricht Höhe Deiner Grafik */
display:block;
background-image:url(.././img/nav_referenzen_nom.png); /* Deine Grafik */
background-repeat:no-repeat;
}

/* CSS für Button3 im Overzustand */
#button3 a:hover {
width:150px;
height:37px;
display:block;
background-image:url(.././img/nav_referenzen_hov.png);
background-repeat:no-repeat;
}

/* CSS für Button4 im Normalzustand */
#button4 a {
width : 150px;
height : 37px;
display : block;
background-image : url(.././img/nav_kontakt_nom.png);
background-repeat : no-repeat;
}

/* CSS für Button4 im Overzustand */
#button4 a:hover {
width:150px;
height:37px;
display:block;
background-image:url(.././img/nav_kontakt_hov.png);
background-repeat:no-repeat;
}

.s { color: black; background-color: black; }
.w { color: #a6c1de; background-color: #a6c1de; }
