/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #CDE7C9;
	overflow:scroll;
}

address {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-weight: bold;
}

form {
	width: 500px;
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #225723
}

label {
	display: block;
	cursor: pointer;
}

input#name, #absender, textarea {
	width: 400px;
	border: 1px solid #225723;
	margin-bottom: 1em;
}

textarea { height: 7em; }

#wrapper { 
	color: #225723;
	background-color: white;
	width: 888px;
	border-right: 1px solid #225723;
	border-left: 1px solid #225723;
	margin: 0 auto;
}

#header {
	width: 888px;
	height: 120px;
	background: url(graphics/images/header.png) no-repeat;
}

#navibereich {
	float: left;
	font-family: Arial, Helvetica, sans-serif; font-size: 70%;
	font-weight: bold;
	color: #225723;
	background-color: #CDE7C9;
	width: 170px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#inhaltsbereich {
	background-color: #CDE7C9;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 220px;
	padding: 20px;
	width: 613px;
}

#fussbereich {
	clear: both;
	color: white;
	background-color: #225723;
	font-family:Arial, Helvetica;
	sans-serif; font-size: 11px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
}

#inhaltindex {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}

#indextext { margin-top: 15px; }

#inhaltaktuelles, #inhaltintern {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #000;
}

#inhaltgeschichte, #inhaltverbindung, #inhaltallgemein, #inhaltvorstand, #inhaltmitglieder, #inhaltlinks, #inhalttermine, #inhalthistorisches, #inhaltkoenige, #inhaltfestschriften {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-bottom: 15px;
}

#inhaltkontakt, #inhaltimpressum {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

#inhaltgalerie { text-align: center; }

#inhaltvorstand img, #inhaltmitglieder img {
	margin-top: 15px;
	margin-bottom: 10px;
}

#inhaltvorstand td, #inhaltmitglieder td, #inhaltkoenige td { 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#inhalttermine td { padding: 5px; }

#inhaltkoenige td {
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	line-height: 2em;
}

#inhaltaktuelles a, #inhaltimpressum a, #inhaltlinks a, #inhaltfestschriften a { text-decoration: underline; }

#inhaltlinks p, #inhaltfestschriften p { margin-bottom: 1em; }

#inhalthistorisches ul, #inhaltverbindung ul {
	margin-top: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 90%;
}

#inhalthistorisches h3 { margin-top: 20px; }

#inhaltmit_kontakt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#inhaltmit_kontakt td { padding: 5px; }

#navi030201 {
	list-style-position: inside;
	list-style-type: circle;
}

#navi050301 {
	list-style-position: inside;
	list-style-type: circle;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	display: block;
	float: left;
	width: 888px;
	height: 100px;
	text-indent: -9999px;
}

h2 {
	font-size: 110%;
	text-decoration: underline;
	margin-bottom: 1em;
}

h3 {
	margin-top: 30px;
	font-size: 100%;
}

h4 { font-size: 90%; }

h5 { 
	font-size: 70%;
	font-weight: normal;
}

h6 { text-decoration: underline; }

p { 
	font-size: 90%;
	line-height: 1.5em;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link { color: #225723; }
a:hover { color: black; }
a:visited { color: #009900; }

ul { margin-bottom: 1em; }

ul ul {
	margin-top: 1em;
	margin-bottom: 0;
}

ul ul ul {
	margin-top: 1em;
	margin-bottom: 0;
}

li {
	margin-bottom: 1em;
	margin-left: 1em;
}

.datum {
	float: right;
	color: black;
	font-size: 75%;
}

.skiplink {
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
