/* CSS Document */


.popup__overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    text-align: center
}
.popup__overlay:after {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 100%;
    width: 0;
    vertical-align: middle;
    content: ''
}
/* Added for IE<9 compatibility */
.popup__overlay_ie {
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70)
}
.popup {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    max-width: 80%;
    padding: 20px;
    border: 5px solid #fff;
    border-radius: 15px;
    box-shadow: inset 0 2px 2px 2px rgba(0,0,0,.4);
    background: #fff;
    vertical-align: middle
    }
/* Added instead of :after pseudoelement */
.popup__valignfix {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 0;
    height: 100%;
    vertical-align: middle
    }
.popup-form__row {
    margin: 1em 0
    }
label {
    display: inline-block;
    display: inline;
    zoom: 1;
    width: 120px;
    text-align: left
    }
input[type="text"], input[type="password"] {
    margin: 0;
    padding: 2px;
    border: 1px solid;
    border-color: #999 #ccc #ccc;
    border-radius: 2px
    }

/* anderen */
.up {
    padding: 0px 3px;
    border: 5;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.3);
    box-shadow:         inset 0 1px 1px rgba(255,255,255,.3);
    cursor: pointer;
    background: #DCDCDC;
    background: -webkit-linear-gradient(90deg, #DCDCDC, #C00 48%, #C00 52%, #DCDCDC 100%);
    background:    -moz-linear-gradient(90deg, #DCDCDC, #333 48%, #333 52%, #DCDCDC 100%);
    background:     -ms-linear-gradient(90deg, #DCDCDC, #333 48%, #333 52%, #DCDCDC 100%);
    background:      -o-linear-gradient(90deg, #DCDCDC, #333 48%, #333 52%, #DCDCDC 100%);
    background:         linear-gradient(90deg, #DCDCDC, #333 48%, #333 52%, #DCDCDC 100%);
    color: #F50307}
	
/* Upload butten */
input[type="button"] {
    padding: 0px 3px;
    border: 1;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.3);
    box-shadow:         inset 0 1px 1px rgba(255,255,255,.3);
    cursor: pointer;
    background: #666;
    background: -webkit-linear-gradient(90deg, #515151, #C00 48%, #C00 52%, #515151 100%);
    background:    -moz-linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
    background:     -ms-linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
    background:      -o-linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
    background:         linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
    color: #fff
    }
	






	
.popup_icon {
    display: block;
    position: absolute;
    top: -23px;
    right: -23px;
     width: 25px;
    height: 25px;
    padding: 8px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 2px 2px 2px rgba(0,0,0,.4),0 3px 3px rgba(0,0,0,.4);
    box-shadow:         inset 0 2px 2px 2px rgba(0,0,0,.4),0 3px 3px rgba(0,0,0,.4);
    background: #fff;
    }
	
.popup_meldung_icon {
    display: block;
    position: absolute;
    top: -23px;
    right: -23px;
	
    width: 25px;
    height: 25px;
    padding: 5px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 2px 2px 2px rgba(0,0,0,.4),0 3px 3px rgba(0,0,0,.4);
    box-shadow:         inset 0 2px 2px 2px rgba(0,0,0,.4),0 3px 3px rgba(0,0,0,.4);
 
    background: #fff;
    }
	
.button_rund {
    display: block;
   	position: relative;
	*top:250px;
	*max-width: 80%;
   
    height: 12px;
    padding: 8px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 2px 2px 2px rgba(0,0,0,.4), 0 3px 3px     rgba(0,0,0,.4);
    box-shadow:         inset 0 2px 2px 2px rgba(0,0,0,.4),0 3px 3px     rgba(0,0,0,.4);
    cursor: pointer;
    background: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #444;
    text-decoration: none;
    font-weight: bold
    }
	

.button_rund_submit {
    display: block;
   	position: relative;
   	padding: 8px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 2px 2px 2px rgba(0,0,0,.4),0 3px 3px     rgba(0,0,0,.4);
    box-shadow:         inset 0 2px 2px 2px rgba(0,0,0,.4),0 3px 3px     rgba(0,0,0,.4);
    cursor: pointer;
    background: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #C00;
    *text-decoration: none;
	
    font-weight: bold
}



.button_links_submit {
    display: block;
   	position: absolute;
	left:22%;
   	padding: 8px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 2px 2px 2px rgba(0,0,0,.4),0 3px 3px     rgba(0,0,0,.4);
    box-shadow:         inset 0 2px 2px 2px rgba(0,0,0,.4),0 3px 3px     rgba(0,0,0,.4);
    cursor: pointer;
    background: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #C00;
    *text-decoration: none;
	
    font-weight: bold
}
.button_rechts_submit {
    display: block;
   	position: absolute;
	right:18%;
   	padding: 8px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 2px 2px 2px rgba(0,0,0,.4),0 3px 3px     rgba(0,0,0,.4);
    box-shadow:         inset 0 2px 2px 2px rgba(0,0,0,.4),0 3px 3px     rgba(0,0,0,.4);
    cursor: pointer;
    background: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #C00;
    *text-decoration: none;
	
    font-weight: bold
}


.button_ok {
    display: block;
   	position: absolute;
	left:  40%;
	max-width: 10%;
   	padding: 8px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 2px 2px 2px rgba(0,0,0,.4), 0 3px 3px     rgba(0,0,0,.4);
    box-shadow:         inset 0 2px 2px 2px rgba(0,0,0,.4), 0 3px 3px     rgba(0,0,0,.4);
    cursor: pointer;
    background: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #C00;
    text-decoration: none;
    font-weight: bold
}

.popup_janein {
	width:150px;
}
	
.popup_haupt {
   align:center;
}


a.button_popup:hover{
  background: #cde5ef;
  text-shadow: 0 3px #e3f1f1;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  background-image: -webkit-linear-gradient(top, #cde5ef, #edf5f8);
  background-image: -moz-linear-gradient(top, #cde5ef, #edf5f8);
  background-image: -o-linear-gradient(top, #cde5ef, #edf5f8);
  background-image: linear-gradient(to bottom, #cde5ef, #edf5f8);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}


a.button_popup:active{
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

a.button_popup {
	margin: 25px;
  	
	padding-top:8px;
	padding-bottom:8px;
	padding-left:25px;
	padding-right:25px;
	
  height: 40px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}	
