body {
	color: #000;
	background: url(img/hintergrund.gif) top center no-repeat;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	text-align: center;
	margin: 0;
	padding: 0;
}
#rahmen { 
	width: 580px;
	margin: 0 auto;
	text-align: left;
}

/* -------------------------------------------------------------- generelle Definitionen ---*/

.unsichtbar, .text { /* Links oder Texte fuer Screenreader */
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
}
.nurdruck {
}
.keindruck {
	display: none;
}
strong {
	font-weight: bold;
	color: #345;
	background-color: inherit;
}
.kap {
	font-variant: small-caps;
}
img {
	border: none;
}
.imgborder {
	border: 1px solid #345;;
}
hr {
	clear:both;
	height: 1px;
	margin: 0 0 0.3em 0;
	padding: 0;
	color: #345;
	background-color: #fff;
	border:none;
	border-top: 1px solid #345;
}
.clearleft {
	clear:left;
}

/* -------------------------------------------------------------- Seitenkopf ---*/

#logo { /* enthaelt Logo und skiplink*/
	text-align:center;
	width: 100%;
	height: 160px;
	top: 0;
	margin:-1cm auto 0 auto;
	background: none;
}

/* -------------------------------------------------------------- Navigation ---*/

#navigation {
	display: none;
}

/* -------------------------------------------------------------- Inhalte ---*/

#inhalt {
}

/* -------------------------------------------------------------- Absaetze ---*/

#inhalt h1 {
	font-size: 120%;
	margin-top:0;
	margin-bottom:3px;
	margin-left:177px;
}
#inhalt h2 {
	font-size: 110%;
	margin-top:0;
	margin-bottom:3px;
	margin-left:180px;
	color:#345;
	background-color:inherit;
}
#inhalt h3 {
	font-size: 100%;
	margin-top:0;
	margin-bottom:2px;
	margin-left:180px;
	color:#a68c4c;
	background-color:inherit;
}
#inhalt p {
	margin-top:0;
	margin-bottom:1em;
	margin-left:187px;
}
#inhalt p.bildlinks {
	clear:both;
	float:left;
	margin: 0 0 2px 0;
	padding:0;
}
#inhalt img.marke {
	margin: 0.15em 4px -0.15em 0;
	border:none;
}
#inhalt p.top {
	display:none;
}
#inhalt a:link, #inhalt a:visited {
	color: #345;
	background-color: inherit;
	text-decoration: none;
	border: none;
}
#inhalt a:hover, #inhalt a:focus, #inhalt a:active {
	color: #d6b563;
	border-bottom: 1px solid #d6b563;
	background-color: inherit;
}

/* --------------------------------------------------------------------- Aufzaehlungen */

#inhalt ul {
	margin: -0.5ex 0 0.5em 204px;
	padding: 0;
	list-style-type: none;
}

#inhalt ul li {
	line-height: 150%;
	padding-bottom:2px;
	list-style-image: url(img/listenpunkt.gif);
}

#inhalt ul li strong {
	color:#a68c4c;
	background-color:inherit;
}

#inhalt ul.linkliste {
	margin: -0.5ex 0 0.5em 187px;
	padding: 0;
	list-style-type: none;
}

#inhalt ul.linkliste li {
	line-height: 180%;
	padding-bottom:0.3em;
	list-style-image: none;
}

/* --------------------------------------------------- Tabellen */

table {
	border: none;
	border-collapse: collapse;
	font-size: 78%;
	margin: 0 0 1em 185px;
	width: 355px;
	display: block;
}

caption {
	font-size: 120%;
	line-height: 180%;
	font-weight: bold;
	text-align: left;
	padding: 0.5em 0;
	color: #345;
	background-color: transparent;
}

th {
	font-weight: bold;
	line-height: 160%;
	text-align: center;
	padding: 2px 7px;
	border: 1px solid #345;
	color: #345;
	background-color: #efefef;
}

.klein {
	font-weight: normal;
	font-size: 86%;
	line-height: 140%;
}

td {
	font-weight: normal;
	line-height: 160%;
	text-align: center;
	padding: 2px 7px;
	border: 1px solid #345;
}

/* --------------------------------------------------------------------- Formular --- */

#contform {
	display: none;
}

/* -------------------------------------------------------------- Kopfbilder ---*/

#kopf {
	clear:both;
	width: 100%;
	height: 160px;
	text-align:center;
}
