/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #0059a3; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.startlink {
  display: none;
}


#mode-outer {
  display: none;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}


#mode-content {
  text-align: center;
  width: 100%;
  background-image: url(../img/bgstartline.gif);
  background-repeat: repeat-x;
  margin-top: 156px;
  position: absolute;
  left: 0;
}

.mode-content-inner {
  background-image: url(../img/middlepart.jpg);
  width: 704px;
  height: 414px;
  margin: 0 auto;
}

.close {
  display: none;
}

.altersabfrage_inner {
  padding: 90px 0 0 0; 
  text-align: center;
}

.altersabfrage_inner h1 {
  font-family: Times New Roman;
  font-size: 20px;
}

.alterstext {
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 12px;
  line-height: 17px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.altersbutton {
  background-image: url(../img/bg_altersbutton.gif);
  width: 211px;
  height: 33px;
  text-decoration: none;
  line-height: 33px;
  font-weight: bold;
}

.altersbutton:hover {
  background-position: left -33px;
  text-decoration: none;
}

#ai_1, #ai_2 {
  display: none;
}
