/* 		***** Mit diesem CSS werden alle Schrift-Definitionen vergeben ***** 		*/


/* 		*** ALLGEMEIN *** 															*/

/* 		--> Basis-Schriften <-- 													*/

body {
    background-color: #224C76;
}

body,br,div,p,li,ul	{
    font-size: 11px;
    color: black;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    line-height: 13px;
}

p {
    margin: 0px;
   }     

b {
    font-weight: bold;
    }

.bodytext {
  margin: 0px;
  padding: 0px;
    }
    
    .csc-header {
      margin-top: 30px;
      } 

/* 		--> Tabelle <-- 															*/
	
  TABLE,TD,TR	{
    font-size: 11px;
    color: black;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    line-height: 13px;
    }
  TD {
    padding: 0px;
    margin: 0px;
    }

/* 		--> Links <-- 																*/

	#satzspiegel a {
    color: black;
    text-decoration: none;
    }
  
  #satzspiegel a:link,
	#satzspiegel a:visited {
    }
	#satzspiegel a:hover,
	#satzspiegel a:active {
    text-decoration: underline;
    }
  
/* 		--> Navigation <-- 	          										*/

  /* --> Links Hauptnavigation <--  */

  div.navigation {
    float: left;
    height: 109px;
    width: 144px;
    margin-left: 15px;
    background-color: white;
    border: solid #808080 1px;
    }
  p.navtitel {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 16px;
    text-indent: 8px;
    padding-top: 3px;
    background-image: url(/fileadmin/tpl/nav/bg_navtitel.gif);    
    border-bottom: solid #808080 1px;
    }    
    
  /* --> Links Subnavigation Level 1 <--  */
  
  a.subnavigation {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 10px;
    text-decoration: none;
    padding-left: 8px;
    line-height: 14px;
    }
  
  a.subnavigation:link,
  a.subnavigation:visited {
    color: #696969;;
    } 
  a.subnavigation:hover,
  a.subnavigation:active {
    color: #696969;;
    text-decoration: underline;
    }

  a.subnavigationaktiv {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 10px;
    color: #696969;;
    text-indent: 5px;
    text-decoration: underline;
    padding-left: 5px;  
    }
  a.subnavigationaktiv:link,
  a.subnavigationaktiv:visited,
  a.navigationaktiv:hover,
  a.navigationaktiv:active {
    }
  
/* 		--> Inhalt <-- 															*/	

    .csc-firstHeader {
      font-size: 13px;
      line-height: 15px;
      font-weight: bold;
      color: #000000;  
      margin-bottom: 15px;
      margin-top: -30px;
      margin-right: 10px;
      padding: 5px;
      border-bottom: solid 1px #d3d3d3;
      }   
    
    .csc-header {
      margin-top: 30px;
      }

    .csc-sword { /* markieren der Suchbegriffe, ChH */
     color: red;
    }
      
    hr {
      color: black;
      height: 0px;
      border: 0px;
      border-bottom: solid 1px black;
      }
/* 2-Spalten */      

    /* Zweispalten */  
    .twocol_layout1 {
      width: 100%;
      }
      .twocol_layout1 .rowleft {
        width: 50%;
        vertical-align: top;
        text-align: left;
        }
      .twocol_layout1 .rowright {
        width: 50%;
        vertical-align: top;
        text-align: left;
        }
      .twocol_layout1 .rowspace {
        width: 100px;
        }
      
    .twocol_layout2 {
      width: 100%;
      }
      .twocol_layout2 .rowleft {
        width: 50%;
        vertical-align: top;
        text-align: left;
        }
      .twocol_layout2 .rowright {
        width: 50%;
        vertical-align: top;
        text-align: left;
        }
      .twocol_layout2 .rowspace {
        width: 25px;
        }
                       
    .twocol_layout3 {
      width: 100%;
      }
      .twocol_layout3 .rowleft {
        width: 50%;
        vertical-align: top;
        text-align: left;
        }
      .twocol_layout3 .rowright {
        width: 50%;
        vertical-align: top;
        text-align: left;
        }
      .twocol_layout3 .rowspace {
        width: 25px;
        }
      
/* 		--> Formularfelder <-- 															*/	
	  
    /* TEXT */
	  input[type=text] {
      margin: 1px;
      width: 240px;
      height: 23px;    
      background-color: WhiteSmoke;
      border: solid 1px DimGray;
      color: DimGray;
      font-size: 13px;      
      }
	  input[type=text]:focus {
      border: solid 1px DarkBlue;
      border-bottom: solid 2px DarkBlue;
      color: DarkBlue;    
      }
    
    /* BUTTONS */    
	  input[type=submit],
    input[type=button] {
      margin-top: 15px;
      width: 125px;
      height: 25px;
      background-color: Silver;
      border: solid 1px DimGray;
      border-bottom: solid 2px DimGray;
      border-right: solid 2px DimGray;
      color: black;
      font-size: 12px;
      font-weight: bold;
      cursor: pointer;
      }
	  input[type=submit]:hover,
    input[type=button]:hover {
      border: solid 1px DarkBlue;    
      border-bottom: solid 2px DarkBlue;
      border-right: solid 2px DarkBlue;
      color: Grey;
      }
      
    /* TEXTAREA */
    textarea {
      margin: 1px;
      width: 280px;
      height: 160px;
      background-color: WhiteSmoke;
      border: solid 1px DimGray;
      color: black;
      font-size: 12px;
      }
    textarea:focus {
      border: solid 1px DarkBlue;
      border-bottom: solid 2px DarkBlue;
      color: DarkBlue; 
      }

    /* Bezeichnungen */
    .csc-form-labelcell {
     padding-left: 5px;
     vertical-align: top;
      }
    .csc-form-label:,
    .csc-form-label-req {
      font-size: 11px;
      }

/* 		--> Bilder <-- 															*/	
	
	  img {
      border: none;     
      }

/* Fusszeile */

    #layfusszeile a {
      font-family: verdana, arial, helvetica;
      text-decoration: none;
      padding-right: 10px;
      color: #D3D3D3;
      }
    #layfusszeile a:link,
    #layfusszeile a:visited {
      color: #D3D3D3;    
      }
    #layfusszeile a:hover,
    #layfusszeile a:active {
      color: #808080;
      }
