/*******************************************************************
   Projektidentifikation: JVV                                
   BearbeitungsStand    : 14.07.2016                               
   Bearbeiter           : Gawehns                                 
   Produktidentifikation: JVV_Externe_DB_2_0_1.css           
   Version              : V 2.0.1                                  
  *****************************************************************
   Änderungen                                                      
   Stand           :   
   Bearbeiter      :                                                
   Kurzbeschreibung:                                            
                                                                
  *****************************************************************
                                                                 
   Stylesheet-Angaben für die Internetdarstellung            

  ***************************************************************** */
  @CHARSET "ISO-8859-1";

	div.tab 
	    	{
	    		margin: 1em auto;
	    		width: 100%;
	    	}
	
   .kasten
    		{
    		 margin-left: 5.8em; /* 5em(span.left) + 1em(Luecke) */
		 	 text-align: left;
			}
	.jvvleft
			{
				float: left;
				width: 5em;
				text-align: right;
			}
	.bildt 
			{
			    float: left;
				width: 5em;
				text-align: left;
			
			}
	.leftueb
			{
				float: left;
				width: 5em;
				text-align: right;
				font-weight: bold;
			}
	.rightueb 
			{
	    		margin-left: 5.8em; /* 5em(span.left) + 1em(Luecke) */
				text-align: left;
				font-weight: bold;
			}
				
	.suchegliederung 
			{
	    		padding-top: 3rem;	
			}

#jvvFormular {
	position: relative;
	display: block;
	width: 70%;
}

#jvvFormular label {
	font-family: "BentonSans-Bold";
	color: #3c506e;
	font-size: 0.8rem
}

#jvvFormular input[type='text']{
	display: block;
	width: 100%;
	border: 0;
	background: #eaeff6;
	padding: 10px;
}

#jvvFormular input[type='checkbox']{
	 vertical-align: -3px;
}


#jvvFormular input[type='submit'],
#jvvFormular input[type='reset'] {
	border: 0;
	background: transparent;
	font-family: "BentonSans-Bold";	
}

#jvvFormular input[type='submit']:hover,
#jvvFormular input[type='reset']:hover {
	text-decoration: underline;
}

#jvvFormular input[type='submit'],
#jvvFormular input[type='reset']
 {
	padding: 10px 55px 10px 10px;
	margin: 20px 0;
	height: 38px;
	background: url("./_Bilder_Logos_Icons/images/system_bilder/aero-button.png") no-repeat center right;
	cursor: pointer;
	margin-right: 0.6em;
	font-size: 0.8rem;
}

#jvvFormular input[type='reset'] {
	background: url("./_Bilder_Logos_Icons/images/system_bilder/cross-button.png") no-repeat center right;
}

#jvvFormular br {
    display: none;
}
	