/* CSS Document */

/* Allegmeiner Link im Template */

.navi { 
      color: green; 
	  font-size: 11px; 
	  font-family: Arial; 
	  text-transform: uppercase;
	  overflow: auto;
	  padding-top: 10px; 
	  padding-left: 20px; 
	  padding-right: 5px; 
	  margin-top: 5px; 
	  margin-bottom: 5px;
	  text-decoration: none; 
	  }
.navi2 { 
       color: #ff4411; 
	   font-size: 11px; 
	   font-family: Arial; 
	   text-align: right; 
	   text-decoration: none; 
	   }
 
.navi_hover { 
             color: #000000; 
			 font-weight: bold; 
			 font-size: 11px; 
			 background-color: #ffffff; 
			 text-transform: capitalize; 
			 font-family: Arial;
			 }
.navi_active { 
              color: blue; 
              font-weight: bold; 
	      font-size: 11px; 
	      background-color: #ffffff; 
	      font-family: Arial; 
	      text-decoration: none; 
	      border=0px;
              }



a:link  { 
          color: blue; 
          font-size: 11px; 
          font-family: Arial; 
          text-decoration: none; 
          border=0px;
         }

/* Links -> Visited links */
a:visited {
	color:#33ffff;
	font-size:11px;
	font-family:Arial;
	text-decoration:none;
	background-color:#ffffff;
	border:0px;
}
/* Links -> Active links */
a:active {
	color:#771111;
	font-size:11px;
	font-family:Arial;
	text-decoration:none;
	border:0px;
}

a:hover {
	color: black;
	font-size:11px;
	font-family:Arial;
	text-decoration:none;
	border:0px;
}

/* Image mit Link */
img {  
     border:0px; 
     
     } 
     
/*Form Gestaltung der schriften */

.fieldset {
          display: block;
	  width: 510px;
	  }


.label { 
        color: #666; 
        font-size: 10px; 
        font-family: Arial; 
       }

.header_from  {
          color: #333; 
          font-size: 12px;
          font-weight: bold; 
          font-family: Arial;
          text-indent: 10px;
          margin-right: 10px;
          margin-left: 10px;       
         }


.button_from  {
          color: #000; 
          font-size: 12px;
          font-weight: bold; 
          font-family: Arial;
          margin-right: 10px;
          margin-left: 10px;       
         }

.field  {
          color: #333; 
          font-size: 11px; 
          font-family: Arial;
          
          margin-right: 10px;
          margin-left: 10px;   
              
         }

.hinweis  {
          color: #333; 
          font-size: 9px; 
          font-family: Arial;
          text-indent: 10px;
          margin-right: 10px;
          margin-left: 10px;       
         }
         
.formular_boddy {
                  color: #333333; 
                  font-size: 11px; 
                  font-family: Arial; 
                  background-color: #ffffff; 
                  border: solid 1px #666666; 
                 }

/* Datum Uhrzeit in der Leiste */
.datum { 
        padding-left: 20px;
        color: #3fa4eb; 
        font-size: 11px; 
        font-family: Arial; 
       }
       
/* Einstellung für einen Absatz */

.csc-frame-frame1{
                  font-family: Arial;
                  font-size: 11px;
                  color: red;
                 }

.h1 { 
	color: #005b78; 
	font-size: 13px; 
	font-weight: bold; 
	font-family: Arial; 
    }


.bodytext { 
           color: #333333; 
           font-size: 12px; 
           font-family: Arial;
           style=overflow:auto; 
           padding-top:10px; 
           padding-left:20px; 
           padding-right:10px; 
           margin-top:5px; 
           margin-bottom:5px;
           }
.bodytext a { 
	      color: #333333; 
	      font-size: 11px; 
	      font-family: Arial; 
	      font-weight: bold; 
	     }

.bewertung { 
	     color: #777777; 
	     font-weight: bold; 
	     font-size: 12px; 
	     background-color: #ffffff;
	   }
 
