﻿font-face {
	font-family: Scriptina;
	src: local(Scriptina), url(../webfonts/SCRIPTIN.ttf) format("truetype");
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(51, 51, 51);
	width: 1000px;
	margin: 0px auto 0px auto;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-color: #e6e8b0;
	background-position: top center;
	position: relative;
}
.abUnten {
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.clearfix {
	clear: left;
}
#besucher {
	margin: 0px 10px;
}
a {
	outline: none;
}
.bildohne {
	border: 0px;
}
.bildmitte {
	width: 568px;
	margin: auto;
	text-align: center;	
}
.multi a:link {
	color: none;
	font-weight: bold;
	text-decoration: none;
}
.multi a:visited {
	color: none;
	font-weight: bold;
	text-decoration: none;
}
.multi a:hover {
	color: none;
	font-weight: bold;
	text-decoration: none;
}
.multi a:active {
	color: none;
	font-weight: bold;
	text-decoration: none;
}
.tabelle {
	margin: auto;
	border: 1px solid #000;
	background-color: #999;
}
.zelle {
	width: 90px;
	padding: 10px;
	line-height: 0.8em;
	text-align: center;
	border: 1px solid #000;
	background-color: #d8d8d8;
}
.doppelzelle {
	width: 568;
	height: auto;
	padding: 0px;
	text-align: left;
}
.mitteli, .mittere {
	width: 272px;
	padding-right: 13px;
	margin: auto;
	float: left;
	line-height: 0.9em;
	text-align: justify;
	border: 0px solid #000;
	background-color: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
#kopf, ul#navi, #linke_spalte ul, #inhalt {
	border: 1px solid rgb(51, 51, 51);
}
#kopf {
	width: 1000px;
	height: 120px;
	left: auto;
	right: auto;
	margin-top: 8px;
	margin-bottom: 24px;
	position: relative;
	background-color: #fff;
	background-image: url(../images/bg_kopf.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#kopf p {
	font-family: Scriptina;
	color: #afb600;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	margin: 0;
	padding: 16px;
}
a#logo {
	text-decoration: none;
	position: absolute;
	top: 0px;
	left: auto;
	right: auto;
	z-index: 1;
	width: 1000px;
	height: 120px;
	background-image: url(../images/logo_nidome.png);
	background-position: top center;
	background-repeat: no-repeat;
	cursor: url(../images/cursor_hand.gif), url(../images/cursor_hand.cur), move;
	/* Zusatz: Cursor durch Grafik ersetzen */
}
a#logo:hover {
	background-position: bottom center;
}
a#logo:active {
	cursor: url(../images/cursor_hand_over.gif), url(../images/cursor_hand_over.cur), move;
	/* Curser aendert sich beim Klicken erneut */
}
ul#navi, ul#navi li {
	height: 30px;
}
ul#navi {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image: url(../images/bg_navi.gif);
}
ul#navi li {
	text-align: center;
	line-height: 28px;
	float: left;
	width: 198px;
	border-left: 1px solid #fff;
	border-right: 1px solid #333;
}
ul#navi li.laster {
	width: 197px;
	border-right: 0px;
}
ul#navi li.lasterbesucht {
	width: 197px;
	border-right: 0px;
	background-image: url(../images/bg_navi_active.gif);
}
ul#navi li:first-child {
	border-left-style: none;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
ul#navi li:last-child {
	border-right-style: none;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
ul#navi li:hover  {
	background-image: url(../images/bg_navi_hover.gif);
}
ul#navi li.besucht,
ul#navi li:active  {
	background-image: url(../images/bg_navi_active.gif);
}
ul#navi li a {
	text-decoration: none;
	font-weight: bold;
	color: inherit;
}
#linke_spalte, #rechte_spalte, #inhalt {
	position: absolute;
	top: 200px;
}
#linke_spalte, #rechte_spalte {
	width: 180px;
}
#linke_spalte {
	left: 0;
}
#linke_spalte ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#linke_spalte ul li {
	padding: 5px 10px;
	background-color: #8d92ff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #333;
}
#linke_spalte ul li:first-child {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
#linke_spalte ul li:last-child {
	border-bottom-style: none;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
#linke_spalte ul li:hover {
	background-color: #656bff;
}
#linke_spalte ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#linke_spalte ul li.besucht,
#linke_spalte ul li:active  {
	background-color: #656bff;
}
#linke_spalte .unten {
	margin-top: 20px;
	border: 1px solid #333;
	background-color: rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#linke_spalte .unten a {
	color: #656bff;
	text-decoration: none;
}
#linke_spalte .unten a:hover {
	text-decoration: underline;
}
#rechte_spalte {
	right: 0;
}
#rechte_spalte fieldset {
	border: 1px solid #333;
	margin-bottom: 20px;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, 0.6);
}
#linke_spalte fieldset {
	padding: 5px 10px;
}
#inhalt, #linke_spalte fieldset, #rechte_spalte fieldset  {
	background-image: url(../images/weiss80.png);
}
#rechte_spalte a {
	color: #656bff;
	text-decoration: none;
}
#rechte_spalte a:hover {
	text-decoration: underline;
}
#inhalt {
	width: 570px;
	left: 200px;
	padding: 0px 15px 10px 15px;
	border: 1px solid #333;
}
#inhalt h1 {
	font-size: 30px;
	font-weight: bold;
}
#inhalt a {
	color: #656bff;
	text-decoration: none;
}
#inhalt a:hover {
	text-decoration: underline;
}
#inhalt p {
	line-height: 1.6em;
	text-align: justify;
}
#inhalt p.zweispaltig {
	width: 100%;
	text-align: justify;
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
	-webkit-column-rule: 1px solid #333;
	-moz-column-count: 2;
	-moz-column-gap: 15px;
	-moz-column-rule: 1px solid #333;
	column-count: 2;
	column-gap: 15px;
	column-rule: 1px solid #333;
}
#inhalt p.anfang:first-letter {
	font-size: xx-large;
	color: #ca7809;
	font-weight: bold;
}
#inhalt a.linkbox {
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 10px 5px 10px 60px;
	margin-bottom: 20px;
	border: 1px solid #333;
	min-height: 55px;
	position: relative;
	background-color: #adbdc5;
	background-image: url(../images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
#inhalt a.linkbox strong {
	color: #a00000;
	display: block;
	margin-bottom: 7px;
}
#inhalt a.linkbox span {
	color: #fff;
	font-weight: bold;
	padding: 6px;
	position: absolute;
	top: -10px;
	right: -35px;
	border: 1px solid #333;
	background-color: #87a8b9;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
	opacity: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: opacity 1s linear;
}
#inhalt a.linkbox:hover span {
	opacity: 1;
}
#inhalt a.linkbox:hover,
#inhalt a.linkbox span {
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 3px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0 3px 4px;
}
ul#navi, #kopf, #linke_spalte ul, #inhalt {
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 5px;
}
ul#navi, #rechte_spalte fieldset {
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 5px;
}
#linke_spalte ul, ul#navi, #inhalt a.linkbox, #rechte_spalte fieldset {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#inhalt, #kopf {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.bild {
	border: 1px solid #333;
}
h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #c96409;
}
h1 {
	font-family: Scriptina;
	letter-spacing: 10px;
	color: #ca7809;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.0em;
	text-align: left;
	margin: 0;
	padding: 10px 0px 6px 0px;	
}
.fussnavi {
	width: 568px;
	margin: auto;
	text-align: center;
}