body
{
	background-color:#F3F6F8;
	scrollbar-arrow-color:#F3F6F8;
	scrollbar-base-color:#FFFFFF;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:#E0E8EE;
	color: #000000;
}
/* Titel des Wissensbausteins */
td.wbtitle
{
	border-bottom: solid 2px #84A5BC;
}
.wbbox
{
	border-style: solid;
	border-width: 4px;
	padding:4px;
	border-color: black;
}

col.content
{
	background-color:#F3F6F8;
}
col.content_specified
{
	background-color:#F3F6F8;
}

*.marginalie
{
	background-color:#E0E8EE;
}

*.marginalie_specified
{
	background-color:#E0E8EE;
}

*.marginalie_specified_top
{
	background-color:#F3F6F8;
}

*.marginalie_top
{
	background-color:#F3F6F8;
}

.uebLsgInactive
{
	background-color:#E0E8EE;
	width:24px;height:24px;
	float: right;
    /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.shk-fachfragen.de/w3l/pic/lightbulb.png');

}
.uebLsgInactive[class]
{
	background-color:#E0E8EE;
	width:24px;height:24px;
	background-image: url('http://www.shk-fachfragen.de/w3l/pic/lightbulb.png');
	float: right;
}

*.uebLsgActive
{
	background-color:#E0E8EE;
	width:24px;height:24px;
	float: right;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.shk-fachfragen.de/w3l/pic/lightbulb_on.png');
}

.uebLsgActive[class]
{
	background-color:#E0E8EE;
	width:24px;height:24px
	float: right;
	background-image: url('http://www.shk-fachfragen.de/w3l/pic/lightbulb_on.png');
}


.uebBestanden
{
	background-color:#F3F6F8;
	font-size:26pt;
	width:32px;height:32px;
	background-repeat: no-repeat;
    /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.shk-fachfragen.de/w3l/pic/trafficlight_green.png');
	margin-right:5px;
	vertical-align:-25%;


}
.uebBestanden[class]
{
	background-color:#F3F6F8;
	font-size:26pt;
	width:32px;height:32px;
	background-repeat: no-repeat;
	background-image: url('http://www.shk-fachfragen.de/w3l/pic/trafficlight_green.png');
	margin-right:5px;
	vertical-align:-25%;

}

*.uebNichtBestanden
{
	background-color:#F3F6F8;
	font-size:26pt;
	width:32px;height:32px;
	background-repeat: no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.shk-fachfragen.de/w3l/pic/trafficlight_red.png');
	margin-right:5px;
	vertical-align:-25%;

}

.uebNichtBestanden[class]
{
	background-color:#F3F6F8;
	font-size:26pt;
	width:32px;height:32px;
	background-repeat: no-repeat;	
	background-image: url('http://www.shk-fachfragen.de/w3l/pic/trafficlight_red.png');
	margin-right:5px;
	vertical-align:-25%;
}


.ProzentbalkenUeblist
{
	width:415px;
	height:15px;
	border: solid 1px black;
}
.ProzentfuellungUeblist
{
	margin:0px;
	padding:0px;
	height:15px;
	background-color:blue;
}
.bestanden
{
   background-color: lightgreen;
}
.nicht_bestanden
{
   background-color: red;
}


*.tan_button
{
/*	background-color: #E0E8EE;
	border: solid 2px #84A5BC;*/
	color: #D94F25;
	font-weight: bold;
	font-size:9pt;
    width:150px;
    margin-top:10px;
 }
