.ganzkleineschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.kleineschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.normaleschrift {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.ueberschrift {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.navi-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	height: 20px;
	text-transform: uppercase;
	color: #333333;
}
.button {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
	text-decoration: none;
	white-space: normal;
	background-position: left top;
	display: block;
	cursor: hand;
	list-style-type: circle;
	background-image: url(grafik/screendesign/bullet.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	height: 30px;
	vertical-align: top;
	padding-bottom: 5px;
}

.untermenue {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333333;
	text-decoration: none;
	white-space: normal;
	background-position: 10px top;
	display: block;
	cursor: hand;
	list-style-type: circle;
	background-image: url(grafik/screendesign/bullet_gelb.gif);
	padding-left: 25px;
	background-repeat: no-repeat;
	height: 30px;
	vertical-align: top;
	padding-bottom: 5px;
}

.bilderrahmen {
	margin: 2px;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-variant:small-caps;
}

li {
	list-style-image: url(grafik/screendesign/bullet.gif);
	list-style-type: disc;
}

