﻿/* ____________________________________________ */

/* -------------------------------------------- */
/*   StyleSheet fuer http://www.bluecat.de  */
/*    Zuletzt aktualisiert am 08.09.2015        */
/* -------------------------------------------- */

/* -------------------------------------------- */
/*        Regeln fuer einzelne Elemente         */
/* -------------------------------------------- */

body {
   color: #000000;
   background-color: #B6D3FB;
   background-attachment: fixed;
   background-image: url('../images/hintergrund/f14.10.jpg');
   margin: 0;
   padding-left: 4px; padding-right: 0; padding-top: 4px; padding-bottom: 3px;
   overflow: auto;
   scrollbar-base-color: #DF8BA2;
   scrollbar-arrow-color: #000000; /*Pfeile*/
   scrollbar-face-color: #A6CAF0; /*Anfasser*/
   scrollbar-shadow-color: #000000; /*Aussenlinien rechts/unten*/
   scrollbar-highlight-color: #ffffff; /*Aussenlinien links/oben*/
   scrollbar-3dlight-color: #E9E8E2; /*Schatten links/oben*/
   scrollbar-darkshadow-Color: #000000; /*Schatten rechts/unten*/
   scrollbar-track-color: #99CCFF
}


pre {
   margin-left: 2em;
}



/* -------------------------------------------- */
/*                Regeln fuer Links             */
/* -------------------------------------------- */

a:link {
   color: #0000FF;
   background: transparent;
   text-decoration: none;
}

a:visited {
   color: #0000FF;
   background: transparent;
   text-decoration: none;
}

a:hover {
   color: #B6D3FB;
   background-color: #0000FF;
   text-decoration: none;
}

a:active {
   color: #B6D3FB;
   background-color: #0000FF;
   text-decoration: none;
}

a img {
   border: none;
}
	

/* -------------------------------------------- */
/*        Regeln fuer besondere Bereiche        */
/* -------------------------------------------- */



