/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 1.25em;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	font-style: italic;
        border-top: 1px solid;
        border-bottom: 1px solid;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-top: 5em;
}

h3 {
        font-weight: bold;
        margin-top: 5em;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 solid;
}

a img {
	border: none;
}

p img {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

.site-name a {
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#head {
	text-align: center;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
}

.section_list ol, .footer ol {
	list-style-type: none;
}

.section_list li, .footer li {
	margin: 0 10px 2px 0;
	padding: 0;
	display: inline;
}

#content {
	margin: 0 20%;
	padding-top: 2em;
}

.footnote {
        margin-top: 3em;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

.footer {
	font-size: 0.8em;
	text-align: center;
}

.hinweis {
	margin-left: 5em;
	margin-right: 5em;
	border-left: 1px solid;
	border-right: 1px solid;
}

.addendum {
	font-size: 70%;
	margin-left: 5em;
	margin-right: 5em;
	border-left: 2px dotted;
	border-right: 2px dotted;
}

#.caps {
#	font-size: 0.9em;
#	letter-spacing: 0.1em;
#}

div.divider {
	margin: 2em 0;
	text-align: center;
}

.right {
       float: right;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}
