/* www.galamusikband.de css screen
Theme Name: 
Description: all Browser CSS screen - only for NiceTitle
Version: 1.0
*/
div.nicetitle {
	background-color: #666;
	color: #fff;
	font-size: 70%;
	left: 0;
	padding: 0.3em;
	position: absolute;
	text-align: center;
	top: 0;
	z-index: 20;
	filter: alpha(opacity=80);
 	-moz-opacity:0.8;
}
div.nicetitle p {
    margin: 0;
	padding: 0.1em;
	border:2px ridge #cc9;
}
div.nicetitle p.destination {
    font-size: 80%;
    padding-top: 0.2em;
	text-align: center;
}
div.nicetitle p span.accesskey {
	color: #ffff00;
	font-size:1em;
}

