.historyLink {
	#float:right;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	#margin-left:210px;
}
.history {
	padding:10px;
	position:relative;
	left:0px;
	top:0px;
	#width:430px;
	display:none;
	#background-color:#FFF999
}

.historyClose {
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
#	margin-left:210px;
}
.helpClose {
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
	margin-left:210px;
}
.helpLink {
	float:right;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	margin-left:210px;
}

.help {
	padding:20px;
	position:absolute;
	left:800px;
	top:150px;
	width:420px;
	display:none;
	background-color:#FFFF99
}
	
.valign {
	vertical-align:top;
}
.select {
	font-size: 11px; 	
}
.error {
	font-weight: bold;
	color: red;
}
.success {
	font-weight: bold;
	color: blue;
}
.dataEdit {
	 margin:2px;
	 padding:2px;
	 background-color:#ddd;
	
}
.dataHeader {
	 margin:2px;
	 padding:2px;
	 font-weight: bold;
	 background-color:white;
}
.dataEdit:hover {
	background-color:#f9f9f9;
}
.dataEditHover {
	cursor:pointer;
}
.contingent {
	 margin:2px;
	 padding:2px;
	 background-color:#eee;
	
}
.submitButton {
	font-size: 11px;
	line-height: 1;
	
	text-align:center;
		
	# background-color:#ECE9D8;
	background-color:#ddd;
	
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;

	padding-top: 3px; 
	padding-right: 13px;
	padding-bottom: 4px;
	padding-left: 13px;
}
.simpleBorder {
    border-width: 11px;
	border-style: solid;
	border-color: #ffcccc;
		
}
.submitButton:hover {
	background-color: #fafafa; 
	text-decoration:none;
	cursor:pointer;
}

.contactMessage{
}

.sandglass {
	z-index: 40000;
	filter: alpha(opacity =       40); /*older IE*/
	filter: progid :       DXImageTransform .       Microsoft .    
		  Alpha(opacity =       40);
	/* IE */
	-moz-opacity: .40; /*older Mozilla*/
	-khtml-opacity: 0.4; /*older Safari*/
	opacity: 0.1; /*supported by current Mozilla, Safari, and Opera*/
	background-color: #000;  /* hier die Helligkeit einstellen: 000 ist recht dunkel, aaa wäre zu hell */
	
}
.sandglassImage {
	z-index: 100000;
	filter: alpha(opacity =       100); /*older IE*/
	filter: progid :       DXImageTransform .       Microsoft .    
		  Alpha(opacity =       100);
	/* IE */
	-moz-opacity: 1; /*older Mozilla*/
	-khtml-opacity: 1; /*older Safari*/
	opacity: 1; /*supported by current Mozilla, Safari, and Opera*/
	
	
}

.btn {
	  background-color:#ddd;
	  border: none;
	  color: #000;
	  padding: 5px 10px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  font-size: 13px;
	  margin: 4px 2px;
	  transition-duration: 0.4s;
	  cursor: pointer;
}
.btn:hover {background-color: #fafafa;}

/* MODAL WINDOW STYLES */
.jw-modal {
    /* modals are hidden by default 
     display: none;*/

    /* modal container fixed across whole screen */
    position: fixed;
    inset: 0;
    z-index: 10000;
    
    /*transparent black background exposed by padding */
    background-color: rgba(0, 0, 0, .67);
    padding: 40px;
	padding-top: 100px;

    /* enables scrolling for tall modals */
    overflow: auto;
    margin: 0 auto; 
	
}

/*.jw-modal.open {
    display: block;
}*/

.jw-modal-body {
	height: 800px;
	max-height:100%;
    width: 800px;
	max-width:100%;
    background: #fff;
    padding: 20px;
	
	overflow: auto;
    margin: 0 auto;
}

body.jw-modal-open {
    /* body overflow is hidden to hide main scrollbar when modal window is open */
    overflow: hidden;
}
div.gallery {
  width: 120px;
}
div.gallery img {
  width: 100%;
  height: auto;
}

	