/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(/ox/__img/overlay/white.png);
	
	/* dimensions after the growing animation finishes  */
    width:600px; 
    height:470px; 
    
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* the overlayed element */
div.alert {
	
	/* growing background image */
	background-image:url(/ox/__img/overlay/red.png);

	/* dimensions after the growing animation finishes  */
    width:300px; 
    height:300px; 
    
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}


/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(/ox/__img/overlay/apple-close.png);
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	height:28px;
	width:28px;
}


/* black */
div.overlay.black {
	background:url(/ox/__img/overlay/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(/ox/__img/overlay/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}

.line1 {
	border:none; 
	height:1px; 
	color:#CCCCCC; 
	background-color:#CCCCCC; 
	width:100%;
}

.reihe {
  clear: both;
  padding: 5px 0px;
}

.label {
  float: left;
  width: 150px;
  text-align: left;
  padding-top: 3px;
  padding-right: 5px;
  vertical-align: middle;
}

.feld {
  float: rigth;
  width: 150px;
  text-align: left;
  padding-top: 3px;
  padding-right: 5px;
} 

.knopf {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.defbreite {
  width: 150px;
}

.defbreite_large {
  width: 220px;
}

