htl, body {
  background-color:#FFFFFF;
  argin-top:15px;
  argin-left:15px;  
  height:100%;
  vertical-align:top;  
  scrollbar-arrow-color: #C5D2F3;
  scrollbar-face-color: #54668A;
  scrollbar-highlight-color: #C5D2F3;
  scrollbar-3dlight-color: #54668A;
  scrollbar-shadow-color: #54668A;
  scrollbar-darkshadow-color: #54668A;
  scrollbar-track-color: #E7E7E7;}


/************************************* Farben der Contentbereiche *****************************************


.content_box{
        background-color: #F3F4FE   ;                   
                
                width:650px
}

/************************************* Schrift *****************************************/

.text_dark{
        color: #000000;
        font-faily: arial;
        font-size: 12px;}

.text_sall_dark{
        color: #000000;
        font-faily: Arial;
        font-size: 10px;}

.text_sall_red{
        color: #FF0000;
        font-faily: Arial;
        font-size: 10px;}

.title_dark{
        color: #000000;
        font-faily: Arial;
        font-size: 12px;
                font-weight: bold;}

.title_red{
        color: #FF0000;
        font-faily: Arial;
        font-size: 11px;
                font-weight: bold;}

.title_big_dark {
        color: #000000;
        font-faily: Arial;
        font-size: 15px;
                font-weight: bold;}

/************************************* other(Input;Button;Select;Ränder) **********************************

/*** Select ***/
.select {
    color : #000066;
    font-size : 12px;
        font-faily : Tahoa,Verdana,Arial;
        font-weight: noral;
        background-color: #FFFFFF;
        border: 1px solid #DDDDF9;}


/*** Ränder ***/
.border_dark {
           border: 1px solid #3B77AE;}

.border_light {
           border: 1px solid #AFAFAF;}

.border_red {
           border: 1px solid #FF0000;}


/*** Button ***/
.button{
       font-faily: Arial;
       font-size: 9px;
       border: 0px solid #333333;
       padding-top:2px;
           background-color: #3B77AE;
       color: #FFFFFF;}

/*** Input ***/
.input{
       font-faily: Arial;
       font-size: 12px;
       border: 1px solid #D9DDE1;
       background-color: #FFFFFF;
       color: #000000;
           }

.input_red{
       font-faily: Arial;
       font-size: 12px;
       border: 1px solid #FF0000;
       background-color: #FFFFFF;
       color: #000000;
           }
