/* Seitenrahmen */

body {
	font-family: "Book Antiqua", Gentium, "Times New Roman", serif;
	font-size: 0.9em;
}

/* Allgemein */

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p {
	margin: 0.9em 0;
}

ul, ol {
	margin: 0.9em 0 0.9em 2.5em; padding: 0;
}

ul {
	list-style-type: disc;
}

dt {
	font-style: italic;
}
address {
	font-style: italic;
}

a {
	color: #000000;
	text-decoration: none;
}

hr {
	margin: 1.8em auto;
	width: 80%; height: 0;
	border-width: 0 0 1px 0; border-style: dotted; border-color: #909090;
}

/* Rubriküberschriften */

.seitengruppe {
	margin: 0;
	color: #d0d0d0;
	line-height: 100%;
	font-family: "Book Antiqua", Gentium, "Times New Roman", serif;
	font-size: 300%; letter-spacing: 0.05em;
	font-weight: normal; font-style: italic;		
}

#inhalt .seitengruppe a {
	border-width: 0;
	color: #d0d0d0;
}

.seitentitel {
	margin: -0.5em 0 2em 0; padding: 0 0 0 1em;
	line-height: 100%;
	font-size: 110%; letter-spacing: 0.4em;
	font-weight: normal;
}

/* Seiteninhalt */

#inhalt {
	line-height: 1.4em;
}

/* Tabellen */

table {
	border-collapse: collapse;
}

td, th {
	padding: 0.2em 0.8em 0.2em 0;
	vertical-align: top;
}

th {
	border-bottom: 1px dotted #909090;
	font-weight: bold;
	text-align: left;
}

#inhalt table td img {
	padding: 0;
	border-width: 0;
}

/* Bilder */

img {
	border: 0;
}

#inhalt img {
	margin-top: 0.2em; margin-bottom: 0.5em; padding: 3px;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
}

/* Überschriften */

h2 {
	margin: 0.9em 0;
	font-size: 130%; letter-spacing: 0.1em;
	font-weight: normal;
}

h3 {
	margin: 0.9em 0; padding: 0 0 0.2em 0;
	border-bottom: 1px dotted #909090;
	font-size: 100%; letter-spacing: 0.2em;
	font-weight: normal; font-variant: small-caps;
}

h4, h5, h6 {
	margin: 0.9em 0;
	font-size: 100%; letter-spacing: 0.2em;
	font-weight: normal;
}

/* Zitate */

blockquote p {
	margin: 0 0 0.2em 0;
	font-style: italic;
}

/* Kopfbereich */

#kopf {
	height: 100px;
	margin-bottom: -50px;
	background: url("bilder/alumni-titel.png") no-repeat right top transparent;
}

/* Ausgeblendete Elemente */

#nav, #aktionen, .wikititel, .recentchanges {
	display: none;
}

/* Fussbereich */

#fussbereich {
	margin-top: 0.5em;
	border-top: 1px dotted #909090;
	text-align: right;
}

/* Formulare */

form * {
	font-family: "Bitstream Vera Sans", "DejaVu Sans", Verdana, Helvetica, sans-serif;
}

fieldset {
	margin-bottom: 0.9em; padding: 0.5em 1em 0.8em 1em;
	border-width: 0;
	background-color: #f0f0f0;
}

fieldset legend {
	margin-left: 0.5em;
	font-size: 90%; letter-spacing: 0.1em;
	font-weight: bold;
}

fieldset p {
	margin: 0.5em 0;
	line-height: 2em;
}

input, textarea {
	padding: 3px;
	border: 1px dotted #909090;
	font-size: 90%; letter-spacing: 0.1em;
}

input, select {
	margin: 0 0.3em;
}

select[size] {
	margin: 0;
}

.emailform label {
	display: block;
	position: relative; top: 0.3em;
	float: left;
	width: 9em;
}

button {
	margin-right: 0.3em; padding: 1px 1px 0 1px;
	border-width: 0 0 1px 0; border-style: dotted; border-color: #0020ff;
	background-color: transparent; color: #0020ff;
}

.quickref p {
	margin: 0;
}

#wikiedit form, #wikiedit textarea {
	width: 100%;
}

.wikimessage {
	font-style: italic;
}

