﻿.modalBackground {
	background-color:#666;
	filter:alpha(opacity=60);
	opacity:0.6;
	z-index:99;
}

.modalPopup {
	background-color:#fff;
	border-width:1px;
	border-style:solid;
	border-color:#b4b4b4;
	padding:35px 0 0 0;
	width:auto;	
	height:auto;
	min-width:25em;
	max-height:55em;
	z-index:99;
	border-radius:0.5em;
	box-shadow:0.4em 0.4em 0.4em #444444;
}

.modalBackgroundFehler {
	background-color:#FF9900;
	filter:alpha(opacity=40);
	opacity:0.4;
	z-index:100;
}

.modalBackgroundHilfe {
	background-color:#285CC5;
	filter:alpha(opacity=40);
	opacity:0.4;
	z-index:100;
}

.modalBackgroundErfolgsmeldung {
	background-color:#669900;
	filter:alpha(opacity=40);
	opacity:0.4;
	z-index:100;
}

.HilfeButton{
        padding:0.3em;
}

.HeaderLabel{
    vertical-align:-1em;
    font-weight:bold;
    font-size:1em;
}

.DivAnAbwahl{
    padding:1em 0.5em 0 0.5em;
    border-spacing:2px; 
    font-size:10px;
}

.DivAuslElement{    
    height:2em;
}

.DivAuslInner{
    padding:0 0.5em;
    font-size:10px;
    float:left;
}

.DivAuslOuter{
    padding:0.5em 0; 
    display:inline-block;
    vertical-align: top;
}

.DivKontakt{
    vertical-align:top; 
    width:100%; 
    height:2em; 
    margin:0.2em 0;
}
