 body {
	background-color: #C5DADB;
	color: #385A59;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
      }

  td{
    font-family : verdana,helvetica,arial;
    font-size : 12px;
    font-weight : normal;
}

hr{ color: #ffffff; }

.error { color: #D00D00; font-size: 12px;  font-weight: bold; font-family: verdana,helvetica,arial; }
 /*  ROT  */

.text { color: #385A59; font-size: 12px;  font-family: verdana,helvetica,arial; }
 /*  blau  */
.textwhite { color: #ffffff; font-size: 12px;  font-family: verdana,helvetica,arial; }
 /*  weiss  */


/*  HEADLINES  */
.headline { color:#385A59; font-weight: bold; font-size: 16px; font-family: verdana,helvetica,arial; }
.headlinered { color:#FF0000; font-weight: bold; font-size: 20px; font-family: verdana,helvetica,arial; }


/* TABELLENHINTERGRUND + dazugehörige FARBEN */
.bgc0  {  background-color: #efefef }  /*  weiss */
.bgc1  {  background-color: #636563 }  /* grau */
.bgc2  {  background-color: #C5DADB }  /* zartgrün */
.bgc3  {  background-color: #6A9895 }  /* hellgrün */
.bgc4  {  background-color: #000000 }  /* schwarz */


a { font-weight: normal; text-decoration:underline; font-family: verdana,helvetica,arial; }
a:link    { color: #385A59 }
a:visited { color: #385A59 }
a:hover   { color: #ff0000 }
a:active  { color: #385A59 }
a:focus   { color: #385A59 }


/* LINKS in der Fusszeile */
a.fuss{ font-weight: normal; text-decoration:none; font-family: verdana,helvetica,arial; }
a.fuss:link    { color: #ffffff }
a.fuss:visited { color: #efefef }
a.fuss:hover   { color: #ff0000 }
a.fuss:active  { color: #ffffff }
a.fuss:focus   { color: #ffffff }


textarea{

       background-color: #FCDAD6;
       color: #18309C;
       font-size: 12px;
       font-family: verdana,helvetica,arial;
       scrollbar-base-color:#18309C;
       scrollbar-3dlight-color:#18309C;
       scrollbar-arrow-color:#18309C;
       scrollbar-darkshadow-color:#18309C;
       scrollbar-face-color:#18309C;
       scrollbar-highlight-color:#18309C;
       scrollbar-shadow-color:#18309C;
       scrollbar-track-color:#18309C;
}

input{
    font-family : verdana,helvetica,arial;
    font-size : 12px;
    font-weight : normal;
    color : #18309C;
    height:20;
    BORDER-LEFT: 1px solid #18309C;
    BORDER-RIGHT: 1px solid #18309C;
    BORDER-TOP: 1px solid #18309C;
    BORDER-BOTTOM: 1px solid #18309C;
    background-Color: #FCDAD6;
}

select{
    font-family : verdana,helvetica,arial;
    font-size : 12px;
    font-weight : normal;
    color : #18309C;
    height:20;
    BORDER-LEFT: 1px solid #18309C;
    BORDER-RIGHT: 1px solid #18309C;
    BORDER-TOP: 1px solid #18309C;
    BORDER-BOTTOM: 1px solid #18309C;
    background-Color: #FCDAD6;
}


input.button{
    font-family : verdana,helvetica,arial;
    font-size : 13px;
    font-weight : normal;
    color : #18309C;
    height:22px;
    BORDER-LEFT: 1px solid #18309C;
    BORDER-RIGHT: 1px solid #18309C;
    BORDER-TOP: 1px solid #18309C;
    BORDER-BOTTOM: 1px solid #18309C;
    background-Color: #FCDAD6;
}

li.liste{
list-style-image:url(images/littlenotes.gif);
}
