/* -------------------------------------------------- */
/*                  Body-Formatierungen               */
/* -------------------------------------------------- */
body 	{
	position:			center;
     	scrollbar-face-color:		#0a0a0a;
     	scrollbar-shadow-color: 	#0a0a0a;
     	scrollbar-highlight-color: 	#0a0a0a;
     	scrollbar-3dlight-color: 	#0a0a0a;
     	scrollbar-darkshadow-color: 	#0a0a0a;
     	scrollbar-track-color: 		#0a0a0a;
     	scrollbar-arrow-color: 		#8f0707;
     	background-color:		#000000;
     	}
.black   {
	background-color:		#ffffff;
	}
.bglines {
	background-image: 		url(../images/asphalt.jpg);
	width: 				100%;
         background-color:		#000000;
	}
/* -------------------------------------------------- */
/*                    Formatierungen                  */
/* -------------------------------------------------- */
hr	{
      	color: 				#ffffff;
      	}

.desc    {
         font-family: 			verdana,arial,helvetica,sans-serif;
         color: 				#594d4f;
         font-size: 			14pt;
         }
.mtop 	{
      	font-family: 			verdana,arial,helvetica,sans-serif;
      	font-size: 			9pt;
      	color: 				#8f0707;
      	line-height: 			12pt;
      	font-weight: 			bold;
      	}
.imgBorder {
        	border-color: 			#302525;
        	}

/* -------------------------------------------------- */
/*              Deklarationen für Links               */
/* -------------------------------------------------- */
a.link   {
	padding-right:			20px;
	background: 			url(../images/download.gif) no-repeat 100% 50%;
         font-family: 			verdana,arial,helvetica,sans-serif;
         font-size: 			7pt;
         color: 				#8f0707;
         line-height: 			15pt;
         text-decoration: 		none;
         }
a.link:visited {
	padding-right:			20px;
         background: 			url(../images/done.gif) no-repeat 100% 50%;
         color: 				#594d4f;
         text-decoration:		line-through;
	}
a.link:hover {
	 font-family: 			verdana,arial,helvetica,sans-serif;
          font-size: 			7pt;
          color: 			#ff0000;
          line-height: 			15pt;
          text-decoration: 		underline;
          }
a.link2   {
         font-family: 			verdana,arial,helvetica,sans-serif;
         font-size: 			7pt;
         color: 				#594d4f;
         line-height: 			15pt;
         text-decoration: 		none;
         }
a.link2:hover {
	 font-family: 			verdana,arial,helvetica,sans-serif;
          font-size: 			7pt;
          color: 			#ff0000;
          line-height: 			15pt;
          text-decoration: 		underline;
          }
a.linkHis {
         font-family: 			verdana,arial,helvetica,sans-serif;
         font-size: 			7pt;
         color: 				#594d4f;
         line-height: 			15pt;
         text-decoration: 		none;
         }
a.linkHis:hover {
	 font-family: 			verdana,arial,helvetica,sans-serif;
          font-size: 			7pt;
          color: 			#ff0000;
          line-height: 			15pt;
          text-decoration: 		underline;
          }
/* -------------------------------------------------- */
/*                Zellen-Formatierungen               */
/* -------------------------------------------------- */
textarea.field {
	font-family: 			verdana,arial,helvetica,sans-serif;
         color: 				#ffffff;
         font-size: 			10pt;
         background-color: 		#0F0F0F;
         border-style: 			groove;
         border-color: 			#302525;
         scrollbar-face-color: 		#0F0F0F;
         scrollbar-shadow-color: 	#0F0F0F;
         scrollbar-highlight-color: 	#0F0F0F;
         scrollbar-3dlight-color:	#0F0F0F;
         scrollbar-darkshadow-color: 	#0F0F0F;
         scrollbar-track-color:  	#0F0F0F;
         scrollbar-arrow-color:  	#8f0707;
         }
input.field {
	font-family: 			verdana,arial,helvetica,sans-serif;
         color: 				#efefef;
         font-size: 			7pt;
         background-color: 		#0F0F0F;
         border-style: 			groove;
         border-color: 			#302525;
         background-image:		url(../images/xgboox.gif);
         }
input.xgboox {
	font-family: 			verdana,arial,helvetica,sans-serif;
         color: 				#efefef;
         font-size: 			7pt;
         background-color: 		#0F0F0F;
         border-style: 			groove;
         border-color: 			#302525;
         background-image:		URL(../images/xgboox.gif);
	}
.titleGBOOX {
	font-family: 			verdana,arial,helvetica,sans-serif;
         color: 				#8f0707;
         font-size: 			7pt;
         background-color: 		#0F0F0F;
         border: 			1px solid;
         border-color: 			#302525;
         }
input.messagio {
       display: none;
}         
/* -------------------------------------------------- */
/*           Formatierungen preLoader                 */
/* -------------------------------------------------- */

/* Container of Loader */
#seLoader {
        	width: 				150px; /* set width of loader */
        	z-index: 			1;
        	margin: 			auto;
	}
/* Box around loadbar */
#seLoadBox {
        	height: 			6px; /* set height */
        	z-index: 			3;
        	border: 			1px solid;
        	padding: 			1px;
        	background-color: 		#000000;
        	font-size: 			0px;
        	text-align: 			left;
	}
/* loadbar */
#seLoadBar
{
        width : 0%;
        height : 100%;
        z-index : 4;
        background : #8f0707;
}

/* text (%) */
#seLoadTxt
{
        z-index : 5;
        margin-top : 5px;
        color:#302525;
        font : 10px Verdana,Geneva,sans-serif;
}

/* -------------------------------------------------- */
/*                     contextMenu                    */
/* -------------------------------------------------- */
#contMenu
{
        position : absolute;
        left : 0px;
        top : 0px;
        visibility : hidden;
        background : #ffffff;
        width : 88px;
        border : 1px;
        padding : 1px;
        text-align : center;
        font-size : 10px;
        cursor : default;
        z-index : 50;
}
#contMenu A:link, #contMenu A:visited
{
        color : #efefef;
}

#contMenu A:hover
{
        color : #efefef;
        text-decoration : none;
}