html {
    height: 100%;
    max-height: 100%;
    padding: 0px; 
    margin: 0px;
    border: 0px;
    font-size:12px;
    font-family: Tahoma,Arial,Helvetica,Geneva,Swiss,SunSans-Regular; 
    overflow: hidden;     
}
body {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #F7F7F7;
}
a:link {
    font-size:12px; 
    color:#1C4E8B;
    text-decoration:none;
}
a:visited {
    font-size:12px; 
    color:#1C4E8B;
    text-decoration:none;
}
a:hover {
    font-size:12px; 
    color:#1C4E8B;
    text-decoration:underline;
}
a:active {
    font-size:12px; 
    color:#1C4E8B;
    text-decoration:none;  
}
a:focus {
    font-size:12px; 
    color:#1C4E8B;
    text-decoration:none;
}
form {
    margin:0; 
    padding:0;
}
img {
    border:none;
}

.float_right {
	float:right;
}
.float_left {
    float:left;
}
.float_clear {
	clear:both;
}
.float_clear_left {
    clear:left;
}
.float_clear_right {
    clear:right;
}
.bold {
	font-weight: bold; 
    font-size: 12px;
}
#wrapper{
    float:left;
    width:100%;
}

/*===========================
Halbdurchsichtige Ebene
============================*/
#opacity_ebene {
    visibility: hidden;
    display: block;
    background:#353535;
    
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
    
    position:absolute;
    left:0px;
    top:0px;
    z-index:100;
    width:100%;
    height:100%;
    text-align:center;
    vertical-align:middle;
}
#inhalt_ebene {
    display:none; 
    background-color:#DBEBFF;
    text-align:center;
    border:1px solid #000000;
    z-index:101;
}
.schliessleiste {
    height:33px;
    background: url(../grafik/schliessen_hg.gif) repeat-x;
}
#schliessleiste_titel {
	float:left; 
	color:#1C4E8B; 
	padding-left:15px; 
	padding-right:40px; 
	vertical-align:middle;}
.ebene_hg {
    background-color:#FFF;
}
/*===========================
ENDE Halbdurchsichtige Ebene
============================*/

.status_text {
	background-color:#FFCC99;
	padding:5px;
	color:red;
	text-align:center; 
	font-weight: bold;
	font-size: 12px;
}
