/* Seitenausrichtung */

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
  	min-width: 970px;
	background-color: #000000;
}

#container {
  width: 100%;
  height: 100%; overflow: hidden;
}

#wrapper {
  width: 970px;
  text-align: center;
  margin: 0px auto 0px auto;
  background-image: url(../bilder/bg-wrapper.jpg);
  background-repeat: repeat-y;
}

/* Seitenausrichtung */

/* Kopfcontainer */

#kopf	{
	width: 970px;
	height: 270px;
}

/* Kopfcontainer */

/* Fusscontainer */

#footer	{
	clear: both;
	width: 970px;
	height: 145px;
}

/* Fusscontainer */

/* Vertikale Navigation */

#navi	{
	float: left;
	width: 335px;
	text-align: right;
}

#navi ul	{
	padding: 0;
	margin: 0;
	margin-left: 120px;
	list-style-type: none;
	width: 215px;
}

#navi li	{
	padding: 0;
	margin: 0;
	padding-bottom: 0.5em;
}

#navi a	{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	text-decoration: none;
	padding-right: 30px;
	border-bottom: 1px dotted #000000;
	padding-bottom: 0.5em;
}

#navi a:hover	{
	color: #E0EEE0;
	text-decoration: none;
	background-image: url(../bilder/navipfeil.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#navi li#active a	{
	color: #E0EEE0;
	text-decoration: none;
	background-image: url(../bilder/navipfeil.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#navi li#active a:hover	{
	color: #E0EEE0;
	text-decoration: none;
	background-image: url(../bilder/navipfeil.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/* Vertikale Navigation */

/* Inhalt */

#inhalt	{
	width: 550px;
	float: left;
	margin-left: 50px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #000000;
	text-align: left;
}

#inhalt h1	{
	color: #737E0C;
	font-style: italic;
	font-size: large;
	border-bottom: 2px dotted #CB1509;
	padding-bottom: 6px;
}

#inhalt h2	{
	color: #737E0C;
	font-size: medium;
	border-bottom: 1px solid #CB1509;
	padding-bottom: 6px;
	margin-top: 2em;
}

#inhalt a	{
	color: #CB1509;
	font-weight: bold;
	text-decoration: underline;
	background-image: url(../bilder/extern.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
}

#inhalt a:hover	{
	text-decoration: overline;
}

#inhalt img	{
	border: 5px solid #FFFFFF;
}

.alignleft {
	float: left;
	margin-right: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
}

.text-links {
	text-align: left;
}

.text-rechts {
	text-align: right;
}

.text-zentriert {
	text-align: center;
}

.text-blocksatz {
	text-align: justify;
}

.fett {
	font-weight: bold;
}

.kursiv {
	font-style: italic;
}

.fettkursiv {
	font-weight: bold;
	font-style: italic;
}

.bildabstand	{
	margin-left: 35px;
}

.markierung	{
	color: #FFFFFF;
	background-color: #CB1509;
	padding: 2px;
}

td	{
	padding-top: 0.3em;
}

/* Inhalt */