/* ------------------------------------------------
Body
------------------------------------------------ */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ------------------------------------------------
Absatzformatierungen
------------------------------------------------ */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
}

p.titel {
	font-weight: bold;
	line-height: 120%;
}


ul {
	line-height: 1.5em;
	font-size: 0.9em;
	list-style-type: square;
}

.zentriert {
	text-align: center;
}

.rechts {
	text-align: right;
}


/* ------------------------------------------------
Überschriften
------------------------------------------------ */

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

h1.titel {
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
}


/* ------------------------------------------------
Fusszeile 
------------------------------------------------ */

p.fuss {
	font-size: 0.7em;
	text-align: right;
}


/* ------------------------------------------------
Bilder und Bildunterschriften
------------------------------------------------ */

.bild_rechts {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}

.bild_links {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

p.bu {
	font-size: 0.7em;
}


/* ------------------------------------------------
Links
------------------------------------------------ */
a:link {
	font-weight:bold;
	text-decoration:underline;
}
a:visited {
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	text-decoration: underline;
}

a:active {
	font-weight:bold;
	text-decoration: underline;
}
