@import url(button.css);

body {
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
}

.small { font-size: 10px; }

h1 {
	font-size: 18px;
	font-weight: bold;
	display: inline;
	color: #f26430;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

.img {
	padding: 3px;
	border: 2px solid #cccccc;
	margin: 0;
}

a .img:hover {
	border: 2px solid #999999;
}

a img { border: none; }

.orange { color: #f26430; }

.sternchen {
	color: #ff7f00;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.h2bg {
	background-color: #0b723a;
	padding: 5px 15px 5px 19px;
	margin-left: -20px;
	border-top: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
	color: #ffffff;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	color: #000000;
}

h4 {
	font-size: 11px;
	font-weight: normal;;
	display: inline;
	color: #000000;
}