
/* GRUNDEINSTELLUNG BODY */

/* STANDARD TAGS - werden auch in CONTENT MODULEN und BOXEN verwendet */
body { background-color: #579DD8;
       color: #202020;
       font-size: 10px;
       font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
       font-face: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif
   }

/* FARBEN - werden in 'span class=' verwendet !  1 = hell - 4 = dunkel / 5 - 6 = Kontrastfarbe */

.c_white { color: #ffffff }                /*    WEISS   */
.c_darkgrey { color: #7f7f7f }            /*   DUNKELGRAU   */
.c_grey  { color: #efefef }               /*   HELLGRAU   */
.c_black { color: #000000 }              /*   SCHWARZ   */


/*  c1 = hell   - c4 = dunkel */
.c1 { color: #E1ECF6 }                     /*  HELLviolett    */
.c2 { color: #E1ECF6 }                     /*  HELLBLAU2    */
.c3 { color: #1D2480 }                     /*  BLAU */
.c4 { color: #B1172F }                    /*   dunkelrot   */

/* Kontrastfarbe */
.c5 { color: #87BE33 }                              /*  grün */


.error { color: #CA2100; font-size: 12px;  font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif }      /*  ROT  */
.errorred { color: #CA2100; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.textwhite { color: #ffffff font-size: 12px; }                /*    WEISS   */
.text { color: #202020 font-size: 12px; }                /*    violett   */

td{ font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; }


/* HORIZONTALE LINIE */
hr {color: #202020; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif}


a { font-weight: normal; text-decoration:underline; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif  }
a:link    { color: #1D2480 }
a:visited { color: #1D2480 }
a:hover   { color: #202020 }
a:active  { color: #1D2480 }
a:focus   { color: #1D2480 }



/* TABELLENHINTERGRUND + dazugehörige FARBEN */
.bgc0  {  background-color: #ffffff }  /*  weiss */
.bgc1  {  background-color: #E1ECF6 }  /* hellblau */
.bgc2  {  background-color: #9BC0E3 }  /* hellblau2 */
.bgc3  {  background-color: #579DD8 }  /* hellblau3 */
.bgc4  {  background-color: #1D2480 }  /* blau */


/* TABELLENHINTERGRUND + dazugehörige KONTRAST FARBEN */
.bgc5  {  background-color: #FBDCDA }  /* rose */
.bgc6  {  background-color: #8C599B }  /* pink */
.bgc7  {  background-color: #DDDDDD }  /* hellgrau */
.bgc8  {  background-color: #B1172F }  /* dunkelrot */


/*  HEADLINES  */
.headline { color:#202020; font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif }
.subheadline { color:#202020; font-weight: bold; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif }

.headlinered { color:#B1172F; font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif }
.headlinebigred { color:#B1172F; font-weight: bold; font-size: 32px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif }

.headlinebig { color:#202020; font-weight: bold; font-size: 22px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.headlineblue { color:#1D2480; font-weight: bold; font-size: 22px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.headlinebigblue { color:#1D2480; font-weight: bold; font-size: 40px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }




/* LINKS in der Navigation */
a.navi{ font-size: 14px; font-weight: bold; text-decoration:none; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif}
a.navi:link    { color: #38137C }
a.navi:visited { color: #38137C }
a.navi:hover   { color: #8C599B }
a.navi:active  { color: #38137C }
a.navi:focus   { color: #38137C }

/* LINKS in der Fusszeile */
a.fuss{ font-size: 12px; font-weight: none; text-decoration:underlined; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif }
a.fuss:link    { color: #202020 }
a.fuss:visited { color: #202020 }
a.fuss:hover   { color: #1D2480 }
a.fuss:active  { color: #202020 }
a.fuss:focus   { color: #202020 }


a.headline { font-size: 20px; font-weight: normal; text-decoration:underline; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif  }
a.headline:link    { color: #1D2480 }
a.headline:visited { color: #1D2480 }
a.headline:hover   { color: #8C599B }
a.headline:active  { color: #1D2480 }
a.headline:focus   { color: #1D2480 }

/*  FORMULAR STYLES */
INPUT.norm {
color : #000000;
font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
font-size : 12px;
font-weight : normal;
border-color :#ffffff;
text-indent : 3px;
}


select,textarea,input
{
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        font-size: 12px;
}





/* Admin */

.textwhite { color: #ffffff }                /*    WEISS   */


