/* Standard-Elemente */

/* Seite allgemein */
body         { background-image: url(grunge.png); background-repeat: repeat;}


/* Absatz */ 
p		{ font-family: Arial; font-size: 10pt; ; line-height: 18px; }

/* Überschrift Ebene 1 */
h1		{ font-family: Verdana; font-size: 16pt; color: #5A5454; font-style: italic; }

/* Aufzählung */
li		{ list-style-type: disc; font-family: Arial; font-size: 10pt }

/* links allgemein, bei mouseover, besucht */
a            { font-family: Arial; font-size: 10pt; color: black; text-decoration: underline; }

a:visited 	{ font-family: Arial; font-size: 10pt; color: black; text-decoration: underline; }

a:hover	{ font-size: 10pt; font-family: Arial; color: red }

/* Fenster zentrieren, anpassen */
.bild {
	width:831px;
	max-width:830px;
	min-width:830px;
	height: auto;
	overflow:hidden;
	margin: 2em auto 2em auto;
	border: 2px solid #0404B4;
	position: relative;
}
