/*  Kommentare in Style-Dateien  */

body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family: verdana; font-color:#DFDFDF;}
body,td,div,p,pre,ul {font-size: 13px; font-color:#DFDFDF;}
body{
scrollbar-face-color: #636363;
scrollbar-shadow-color: #404040;
scrollbar-highlight-color: #EEEEEE;
scrollbar-3dlight-color: #EEEEEE;
scrollbar-darkshadow-color: #303030;
scrollbar-track-color: #696969;
scrollbar-arrow-color: #D0D0D0;
background-color:#636363;}

*.bghell { background-color:#636363; }
*.bgdunkel { background-color:#404040; }
*.bgweiss { background-color:#FFFFFF; }
*.bgsw { background-color:#000000; }

/*groesse der Ueberschriften*/
h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 16px;}

.id_small {font-size: 12px; color:#636363}
.small {font-size: 12px; color:#FFFFFF}
.mini {font-size: 11px;}
.minimini {font-size: 10px; color:#B0B0B0}
.minimini2 {font-size: 10px; color:#d7c7b8}
.minimini_e-book {font-size: 10px; color:#000000}

.oben { vertical-align:top; }
}


a { font-size: 13px; text-decoration: none; font-weight : bold;}
a:link {color:#FFFFFF}              /*unbenutzter Link*/
a:visited {color:#FFFFFF}           /*mindestens 1 mal benutzter Link*/
a:active {color:#B0B0B0}            /*für gerade angeklickte Links*/
a:hover{color:#FFBF00}              /*während der Anwender mit der Maus darüber fährt*/

/* Quelle: Perfect Full Page Background Image */
/* https://css-tricks.com/perfect-full-page-background-image/ */
img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;

			/* Set up proportionate scaling */
			width: 100%;
			height: auto;

			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
                         z-index: -1;
       }
       /* Specific to this particular image */
       @media screen and (max-width: 1024px)
       {
       	img.bg {
	     left: 50%;
	     margin-left: -512px; /* 50% */
              }
        }