/* Webdesign by Carlix.de */


/* Haupteinstellungen für die Webseite */

body { 
   font-family: arial;
   font-size:12px;;
   color:#000000;
   background-color: #B9CDC1;
   scrollbar-arrow-color: white;
   scrollbar-base-color: #A9C4B5;
   scrollbar-highlight-color : white;
   scrollbar-shadow-color :#FFFFFF;
   scrollbar-track-color: #A9C4B5;
}


/* Farbeinstellung für allgemeine links im text */

a {
   text-decoration:underline;
   color:#000000;
}
a:hover {
   text-decoration:underline;
   color:#FFFFFF;
}
a:active {
   text-decoration:underline;
   color:#FF6600;
}
a:visted {
   text-decoration:underline;
   color:#000000;
}


/* Tabellen-Grundformatierung */

td, table, tr {
   font-family: Arial;
   font-size: 12px;
   color: #000000;
}



/* Bei fehler im Kontaktformular */

.achtung {
   color: red;
   font-weight: bold;
   font-size: 14px;
}


/* Adressbuch */

.pass {
   font-family: Arial;
   font-size: 9px;
   color: #FFFFFF;
}

.gitter {
   border-spacing: 0px;
}

.zwischenpunkt {
   font-weight: bold;
   padding: 3px;
}

.unterpunkt {
   text-align: right;
   padding: 3px;
}

.erkl {
   font-size: 10px;
}

.warnung {
   font-size: 25px;
   font-weight: bold;
}

.setup {
   font-size: 12px;
}

