﻿body { background-color: #FFF; }

#wrapper
{
	width: 40em;
	margin: 10px auto;
	color: #000;
	font-size: 100%;
	font-family: Georgia, serif;
	line-height: 1.3em;
}

#sidebar
{
	float: right;
	width: 14.5em;
	font-family: Verdana, Arial, sans-serif;
	margin: 0.3em;
	padding: 0em;
	border-width: 2px;
	border-style: solid;
	border-color: black;
}

#logo
{
	margin: 0.5em;
	border-bottom: #000;
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
}

#logo h1
{
	font-style: italic;
	padding: 0;
	margin: 0 0 8px 0;
	font-size: 1em;
	font-weight: bold;
}

#logo a { color: #000; }

#nav
{
	font-size: 0.8em;
	border-bottom: #000;
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
	padding: 0 0 5px 0;
	margin: 0 0 0.7em 0;
}

#nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1em;
}

.offen { font-weight: bold; }
#aboutbox { font-size: 0.8em; }
#aboutbox p { margin: 0em 0 0.7em 0.5em; }

/*
#haupt
{
	margin: 0 14em 0 0;
	max-width: 35em;
	border-width: 0 1px 0 0;
	border-style: none solid none none;
	padding: 1em;
}
*/


h1
{
	padding: 10px 0 0 0;
	margin: 0 0 25px 0;
	line-height: 100%;
	font-size:	1.75em;
}

h2	{
	font-size:	1.33em;
	}

h3
{
	font-size: 1.125em;
	font-style: italic;
}

a { text-decoration: none; }

dt
{
	margin-top: 0.5em;
	font-weight: bold;
}

p.bib {margin-left:2em; text-indent:-2em}
div.bib p {margin-left:2em; text-indent:-2em}

.small { font-size: smaller; }

.colophon
{
	font-size: smaller;
	margin-top: 2em;
}

.sup
{
	vertical-align: super;
	font-size: smaller;
}


#alphatabelle td
{
	font-size: x-large;
	font-weight: bold;
	padding: 0.5em;
	margin: 1.5em;
	border-color: black;
	border-width: thin;
}

#footer
{
	clear: both;
	border-top: 1px solid;
}


#footer ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	color: #FFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
}

#footer li { display: inline; }

#footer li a
{
	float: left;
	width: 8em;
	padding: 0.2em 1em;
	text-decoration: none;
	border-right: black;
	border-left: black;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
}

#footer li a:hover
{
	background-color: #369;
	color: #fff;
}

.footnote { font-size:90%; }
