/* sonderseiten.css */

.kunden_ueberschriften {
	color:313C53;
	font-size:12;
	font-weight:normal;text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/* Hoverefekte in den Formfeldern*/   
             
input:active, input:focus, input:hover { 
	background: #E8EBDF;
	}
  

.input_formular

select, textarea, input, input.text, input.text2, input.text3, input.text4, input.upload {
	background: white url(/images/verlauf-form.png) scroll repeat-x top left;
	border: 1px solid #797979;
}



/* Thumbs über Links ausgeben*/   

.preview_link{
      width: 15px;
      height: 14px;
      padding: 0 10px 0 5px;
      margin: 0 5px 0 4px;
      vertical-align: bottom;
      border: none;
      text-decoration: none;
      background: #ffffff url(/images_sys/kamera7.png) no-repeat;
      background-position: left center;
}
.preview_active{
      text-decoration: none;
      border-bottom: 1px dotted #33aa33;
}


/* Farbe und Hintergrund des kleinen Popups */  

.PreviewPopUp{
      padding: 10;
      margin: 0;
      border: 0px solid #999999;
//    background: #ffffff;
	  background: url(/images_sys/120-pop3.png) no-repeat;
}

.PopUpHeader{
      padding: 0 5px 0 0;
      margin: 0;
      text-align: left;
	  font-size:12;
	  font-weight:bold;text-decoration:none;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
      color: #ffffff;
      background: #fb961c;
	  border: 1px #797979;
}

.PopUpThumbshot{
      padding: 0;
      margin: 0 auto 0 auto;
      text-align: center;
}
