html {
	color: #ffffff;
	background: #841828;
	background-image:url("/images/bg_m.png");
	background-repeat: repeat-x;

	font-family: Helvetica, sans-serif;
}

body {
	margin-top: 0;
	margin-left: 1em;

	padding: 0;

}


/*********/
/* titel */
/*********/

#head {
	margin: 0;
	padding: 0;
	height: 145px;
}

#head p {
	margin: 0;
	padding: 0;
}

#head-name {
	position: absolute;
	left: 1em;
}

#head-icon {
	position: absolute;
	right: 1em;

}

h1 {
	text-align: center;
}

/**************/
/* navigation */
/**************/

#nav {
	float: left;
	width: 10em;
}

#nav ul {
	list-style-type: none;

	margin-left: 0;
	margin-right: 2em;

	padding: 0;
}

#nav li {
	background: #ffffff;

	margin-left: 0;
	margin-bottom: 1px;

	padding: 0;
}

#nav span.current {
	color: #ffffff;
	background: #ff3058;
}
	
#nav span.current,
#nav a {
	display: block;
	text-decoration: none;

	margin: 0;

	padding-left: 1em;
	padding-right: 1em;
	padding-top: 2px;
	padding-bottom: 1px;
}

#nav a:link {
	color: #841828;
	background: transparent;
}

#nav a:visited {
	color: #841828;
	background: transparent;
}

#nav a:hover {
	color: #ffffff;
	background: #a0a0a0;
}

#nav a:active {
}

/**********/
/* inhalt */
/**********/

#content {
	margin-left: 10em;
}

#content h2 {
	margin-top: 2em;
}

#content h2:first-child {
	margin-top: 0;
}

#content img.float {
	float: right;
	margin-left: 1em;
}

#content img.floatleft {
	float: left;
	margin-right: 1em;
}

#content img.floatright {
	float: right;
	margin-left: 1em;
}

#content a:link {
	color: #ffffff;
	background: transparent;
}

#content a:link img {
	border-color: #ffffff;
}

#content a:visited {
	color: #ffffff;
	background: transparent;
}

#content a:visited img {
	border-color: #ffffff;
}

#content a:hover {
	color: #a0a0a0;
	background: transparent;
}

#content a:hover img {
	border-color: #a0a0a0;
}

#content ul {
	list-style-type: none;
}

#content ul.biographie {
	list-style-type: disc;
}

#content dd {
	font-style: italic;
}

#content table {
	border-spacing: 1.5em 1em;
}

#content p.quote {
	margin-top: 0em;
	margin-bottom: 0em;
}

#content p.cite {
	margin-top: 0.2em;
	margin-bottom: 1.5em;
}
