/**
 * @title Gelb
 * Grundfarbe: #f6ba00 
 */

body.skin1 h1, h2.skin1{
	color: #f6ba00;
}

body.skin1 table tbody tr.hovered td, body.skin1 table tbody tr.hovered td a{
	background-color: #f6ba00;
}

body.skin1 .backlight{
	background: rgba(246,186,0,0.3);
}


