/**************/
/* GENERELLES */


.lodingDiv {
	position:fixed;
	top: 0px;
	left: 0px;
	z-index:1001;
	width:100%;
	height:100%;
}
.loadingDivTable  {
	position:fixed; 
	top: 40%; 
	left: 0px; 
	filter: alpha(opacity=100); 
	-moz-opacity: 1; 
	z-index:1003; 
	width:100%;
}
.loadingDivBack {
	position:fixed;
	top: 0px; 
	left: 0px; 
	filter: alpha(opacity=50); 
	-moz-opacity:0.5; 
	z-index:1002; 
	width:100%; 
	height:100%; 
	background-color:black;
}


/**** FARBEN ****/
.site_back_color {
	background-color: #FF6C0C;
}
a.history:hover, .site_font_color, .menu_table a.site_font_color, .right_menu_table a.site_font_color {
	color: #FF6C0C;
}
.gray_color {
	background-color: #5B5B5B;
}

.color_filescope, a.hover_color_filescope:hover{
	color: #2255A4;
}
.color_mailscope, a.hover_color_mailscope:hover{
	color: #01A0C8;
}
.color_shopscope, a.hover_color_shopscope:hover{
	color: #76BD21;
}
.color_iscopeogs, a.hover_color_iscopeogs:hover{
	color: #FF660C;
}
.color_webscope, a.hover_color_webscope:hover{
	color: #541F71;
}



/**** DIVS ****/
.productText_head {
	text-align: left;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.productText_subhead {
	text-align: left;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #9C9C9C;
}
.productText {
	padding-top: 40px;
	padding-right: 25px;
	text-align: left;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #828282;
}



/**** MENUE ****/

.right_menu_table a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #FF6C0C;
}

/**** BULLS ****/
.coloured_bull {
	background-image: url(../pix/elements/history_bull_iscopeogsColor.gif);
	background-repeat: no-repeat;
}

