h1.reallystatic {
	background: #fff url(http://www.sorben.org/really-static/pluginbild.png) right center no-repeat;
	padding: 16px 2px;
	margin: 25px 0;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
} 

ul#rstatic_tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 1%;
}

ul#rstatic_tabs li {
	float: left;
	border-top: 1px solid #EAF3FA;
	border-left: 1px solid #EAF3FA;
	margin: 0;
	padding: 0;
}

ul#rstatic_tabs li.last {
	border-right: 1px solid #EAF3FA;
}

ul#rstatic_tabs li a {
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
	font-weight: bold;
	font-size: 1.1em;
	float: left;
	border: none;
	color: #00019B;
	padding: 5px 8px;
	outline: none;
	text-decoration: none;
	-moz-outline: none;
}

ul#rstatic_tabs li a:hover {
	background: #F8F8F8;
	text-decoration: underline;
}

ul#rstatic_tabs li.rstatic_active a {
	background: #EAF3FA;
}

div.rstatic_panel {
	clear: both;
	height: 1%;
	background: #EAF3FA;
	padding: 10px;
}
