/* CSS welches immer gilt unabhängig vom Webseiten StyleSheet*/
#blur{
position: fixed;
top:0px;
left:0px;
height:100%;
width:100%;
background-image:url(blur.png);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='blur.png');
filter:Alpha(opacity=80);
z-index:999;
}

#blurBlack{
position: fixed;
top:0px;
left:0px;
height:100%;
width:100%;
background-color:#000000;
z-index:999;
}

.hinweisleiste
{
height:21px;
width:99%;
vertical-align:middle;
padding-left:5px;
padding-top:5px;
font:bold 11px Arial, Helvetica, sans-serif;
background-image:url(hinweis.jpg);
background-position:right;
background-repeat:no-repeat;
background-color:#C72E31;
color: #ffffff; 
}

/*
#headline {
background-color: #C9C9C9;
margin: 0px 0px 0px 0px;
padding: 3px 3px 3px 5px;
height: 15px;
width: 138px;
text-align:left;
font: bold 12px  Arial,Sans-serif; 
}

.bilderbox {
width: 100%;
background-color: #efefef;
}

.table1{
width:100%;
background:#eeeeee;
border:1px solid #cecece;
}
*/
