/*Meinungen Illustration*/


TABLE#meinungen {
	background-image:url(../images/imageback.jpg);
}

/*Sehr_gut Balken*/
TABLE#sehr_gut {
	border:1px solid #00E446;
}
TABLE#sehr_gut A:hover{
	font-weight:bold;
}
TABLE#sehr_gut A:visited{
	color:551A8B;
}
TABLE#sehr_gut TD.title {
	background-image:url(../images/meinungen_sehrgut.gif);
}
TABLE#sehr_gut TD.content {
	border: 1px solid #879DBA;
}
TABLE#sehr_gut TD.controller {
	padding-left:80px;
}


/*Gut Balken*/
TABLE#gut {
	border:1px solid #D8D612;
}
TABLE#gut A:hover{
	font-weight:bold;
}
TABLE#gut A:visited{
	color:551A8B;
}
TABLE#gut TD.title {
	background-image:url(../images/meinungen_gut.gif);
}
TABLE#gut TD.content {
	border: 1px solid #879DBA;
}
TABLE#gut TD.controller {
	padding-left:80px;
}



/*Nicht_gut Balken*/
TABLE#nicht_gut {
	border:1px solid #E42300;
}
TABLE#nicht_gut TD.title {
	background-image:url(../images/meinungen_nichtgut.gif);
}
TABLE#nicht_gut TD.content {

}
TABLE#nicht_gut TD.controller {
	padding-left:80px;
}




/*Scrolling Elemets*/
DIV#mirror {
	border:1px solid #879DBA;
}
DIV#divContainer_sehrgut {
	top:213;/*87*/
	left:516;/*128*/
	width:92; 
	height:238;
	
	position:absolute;
	overflow:hidden;
	visibility:visible;
} 
DIV#divContent_sehrgut {
	position:absolute;
	top:0;
	left:0;
} 
DIV#divContainer_gut {
	top:360;/*234*/
	left:659;/*271*/
	width:92; 
	height:91;
	
	position:absolute;
	overflow:hidden;
	visibility:visible;
} 
DIV#divContent_gut {
	position:absolute;
	top:0;
	left:0;
} 





