a { color: #222222; }
body {
 margin: 0;
 padding: 0;
 BACKGROUND: #000000; 
 bgcolor: # url(images/bg.gif); 
 background-image: url(images/hg_feuer.jpg); 
 background-repeat: repeat-x;

 }

.formtd  { background: #fff url(images/shaddow.gif) repeat-x }
.footer { font-size: 12px; color: #435971; }
.footer1 { font-size: 11px; color: red; }
.text { font-size: 14px; color: #111111; }
.textbold { font-size: 18px; font-weight: bold; color: #111111; }
.textrot { font-size: 14px; color: red; }

.textrotg { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;  color: red;}
.textgraug { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;  color: #555555;}

.textgrau { font-size: 12px; color: #333333; }
.textitel { font-size: 20px; color: yellow; }
.titelgrau { font-size: 16px; color: gray; }
.small { font-size: 11px; color: black; }
.textweiss { font-size: 12px; color: #FFFFFF; }
.textyellow { font-size: 12px; color: yellow; }
.errormsg { color: red; font-weight: none; }
.okmsg { color: green; font-weight: none; }
form { display: inline; }


body, td   { color: #435971; font-size: 12px; font-family: "Arial", "Lucida Sans", sans-serif }

#navigation  { color: #DB6A5C; background: #DB6A5C url(images/nav_bg.gif) repeat-x left top; text-align: left; margin: 0; padding: 0; width: 850px; height: 30px; display: block }


#navigation ul {
 float: right;
 list-style: none;
 font-size: 13px;
 margin: 0;
 padding: 0;
 width: 705px;
 height: 30px;
 min-height: 30px;
}

#navigation ul.usermenu {
 float: right;
 width: 140px;
 text-align: right;
}

#navigation ul li {
 position: relative;
 float: left;
 margin: 0px 0 0 0 ;
 font-size: 0.95em;
}

#navigation ul li a,
#navigation ul li a:visited {
 float: left;
 height: 30px;
 margin: 0 0 0 0px;
 text-decoration: none;
}
 
#navigation ul li a:hover,
#navigation ul li:hover a,
#navigation ul li.hover a  { color: red; background: url(images/nav_hover_left_bg.gif) left top; float: left;  }

#navigation ul li a:hover span,
#navigation ul li:hover a span,
#navigation ul li.hover a span  { color: red; background: url(images/nav_hover_right_bg.gif) no-repeat right top; float: left;  }

#navigation ul li.selected a  { background: #844e5a url(images/nav_selected_left_bg.gif) no-repeat left top; float: left; padding-left: 2px; height: 27px; min-height: 27px }


#navigation ul li a span,
#navigation ul li:hover a span,
#navigation ul li.hover a span {
 color: black; 
 float: left;
 cursor: pointer;
 min-height: 30px;
 height: 30px;
 padding: 5px;
 text-transform: none;
}



#navigation ul.usermenu li a span { text-transform: none; }

#navigation ul li.selected a span  { font-weight: ; background:  url(images/nav_selected_right_bg.gif) no-repeat right top }



#navigation ul li ul { display: none }


#navigation ul li:hover ul,#navigation ul li.hover ul    { color: #435971; background: #844e5a url(images/box_bg.gif) no-repeat left bottom; padding-top: 5px; padding-bottom: 5px; position: absolute; z-index: 300; top: 26px; left: -10px; width: 206px; height: auto; overflow: hidden; !important: display: block  }

#navigation ul li ul li {
 display: block;
 margin: 0; padding: 0; width: 100%;

 z-index: 1302; }

#navigation ul li ul li a,
#navigation ul li ul li a span,
#navigation ul li:hover ul li a,
#navigation ul li.hover ul li a span,
#navigation ul li ul li a:hover,
#navigation ul li ul li a:hover span,

#navigation ul li:hover ul li a:hover,
#navigation ul li.hover ul li a:hover span  { font-size: 10px; background-image: url(none); margin: 0px; padding: 2px; border: 0; width: 100%; height: 15px; display: block }

#navigation ul li ul li a:hover span { background-color: #086da3; 
}

#lightbox{
background-color:#eee;
padding: 10px;
border-bottom: 2px solid #666;
border-right: 2px solid #666;
}
#lightboxDetails{
font-size: 0.8em;
padding-top: 0.4em;
}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay { background-image: url(images/overlay.png) }

.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}


.drag-handle{ /*Overwrite default drag handle bar background color with below*/
background-color: #03277C;
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: black url(blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}


.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}


.form{
    color: black; 
   font-size: 11px; 
   font-family: arial, serif; 
   background: #d1e6ff;
   border: solid 1px #535353
   }
	
.vullen{
    color: black; 
   font-size: 11px; 
   font-family: arial, serif; 
   background: #ffffff;
   border: solid 1px #535353
   }
