/* starte mit */
# {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, san-serif;
	font-size: 1em; 
	color: #fff;
}
html {
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #fff;
}
body {
	font-family: Helvetica, Arial, Verdana, san-serif;
	background-color: #fff;
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0;
}

/*
internal jumps
*/
.offGrid {
	position: absolute;
	left: -3000px;
}
.skip {	
	left: -3000px;
	overflow: hidden;
	position: absolute;
	top: -3000px;
	z-index: 2;
}
.skip:focus, .skip:active {
	background-color: #002786;
	color: #ffffff;
	font-size: 1.2em;
	position: absolute;
	left: 50%;
	margin-left: -6em;
	top: 5px;
	z-index: 99;
}

/*
layout
*/
img {
	border: none 0;
}

#head {
	width: 600px;
	height: 140px;
}
#head h1 span {
	position: absolute;
	left: -3000px;
}
#head h1 a {
	position:absolute;
	background-image: url('layout.gif');
	background-repeat: no-repeat;
	background-position: 0 -230px;
	width: 397px;
	height: 60px;
	display:block;
	margin-left: 20px;
	margin-top: 20px;
	z-index: 5;
}

#head h2 {
	position: absolute;
	left: -3000px;
}

#navigationPlacement{
	float:left;
	position: absolute;
	top: 53px;
	width: 560px;
	margin-left: 440px;
	#margin-left: 170px;
	padding:0;
	overflow: hidden;
}
#navigation {
	float:right;
	padding:0;
	overflow: hidden;
	line-height:22px;
	list-style: none;
	height:80px;
}
#navigation li {
	float:left;
	margin:0;
	padding:0 0 20px 0;
}
#navigation li a {
	color: #1d2408;
	font-size: 16px;
	text-decoration: none;
	display: block;
	padding: 2px 10px 0 10px;
}
#navigation li a:hover, #navigation li a:focus {
	background-color: #e2f2ad;
}
#navigation li ul {
	border-top: 1px solid #ccc;
	background-color: #fff;
	filter: alpha(opacity=90);
	opacity: 0.9;
	position: absolute;
	top: 32px;
	left: 0;
	width: 548px;
	padding: 3px 0 0 0;
	line-height: 18px;
	list-style: none;
}
#navigation li ul li {
	float:left;
}
#navigation ul li a {
	color: #1d2408;
	font-size: 14px;
	text-decoration: none;
	padding: 3px 5px 2px 5px;
	margin: 0;
}
#navigation .active {
	background-color: #b7df31;
}
#navigation .open {
	display: block;
	background-color: #fff;
}

ul#navigation * ul
{
	display: none;
}
ul#navigation li:hover ul ul, ul#navigation li:hover ul ul ul, ul#navigation li:hover ul ul ul ul
{
    display: none;
}
ul#navigation li:hover ul, ul#navigation ul li:hover ul, ul#navigation ul ul li:hover ul
{
    display: block;
    z-index: 99;
    color: #fff;
}

p {
	font-size: 14px;
	color : #333;
	margin-bottom: 0.4px;
	line-height: 18px;
}
#content {
	width:710px;
	overflow: hidden;
	background-color: #fff;
	margin-top:0;
	margin-left:270px;
	min-height: 300px;
	margin-bottom: 60px;
}
#content p, #content h1, #content h2, #content h3, #content h4 {
	padding: 5px 0 0 0;
	margin: 0;
	font-weight: normal;
	line-height: 20px;
}
#content h1 {
	color: #666;
	font-size: 20px;
	font-weight: normal;
}
#content h2 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
}
#content h3 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
}
#content h4 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
#content .wichtig {
	color: #f00;
	font-size: 30px;
	font-weight: bold;
}

#content .right {
	float:right;
	margin: 0 0 10px 20px;
}
#content .left {
	float:left;
	margin: 0 20px 10px 0;
}
#content p {
	margin: 0 0 5px 0;
}
#content a {
	color: #90bb00;
	text-decoration:none;
	background-image: url('layout.gif');
	background-repeat: no-repeat;
	background-position: -496px -266px;
	padding: 3px 0 1px 24px;
	margin: 0 5px 0 5px;
}
#content .thickbox {
	background: 0;
	background-image: 0;
	padding: 0;
	margin-left: -40px;
	background-image: url('');
	background-repeat: no-repeat;
	background-position: 0 -30px;
}

#content a[href^="http://"]{
	background-position: -496px -266px;
	padding: 3px 0 1px 24px;
}
#content a[href^="../"], #content a[href^="/"]{
	background-position: -496px -220px;
	padding: 3px 0 1px 40px;
}
#content a[href^="mailto:"]{
	background-position: -496px -242px;
	padding: 3px 0 1px 32px;
}

#content a[href^="http://"]:hover, #content a[href^="http://"]:focus{
	background-position: -980px -266px;
	padding: 3px 0 1px 24px;
}
#content a[href^="../"]:hover, #content a[href^="/"]:hover, #content a[href^="../"]:focus, #content a[href^="/"]:focus{
	background-position: -964px -220px;
	padding: 3px 0 1px 40px;
}
#content a[href^="mailto:"]:hover, #content a[href^="mailto:"]:focus{
	background-position: -973px -242px;
	padding: 3px 0 1px 32px;
}
#content a.bild, #content a.bild:hover, #content a.bild:focus{
	background-image: none;
	padding: 0;
	margin: 0;
}
#content a:hover, #content a:focus {
	color: #026;
	text-decoration:none;
	background-position: -980px -266px;
	padding: 3px 0 1px 24px;
}
#content ul, #content ol {
	margin: 5px 0 5px 0;
	padding: 0;
	line-height: 24px;
}
#content ul li, #content ol li {
	margin: 4px 0 2px 0;
	padding: 0 0 0 30px;
	font-size: 14px;
	color : #333;
	background-image: url('layout.gif');
	background-repeat: no-repeat;
	background-position: -976px -289px;
	list-style-type: none;
}

#content form p {
	margin-top:10px;
	margin-left:20px;
}
#content .textBreit {
	margin-left:40px;
	width:400px;
}
#content .textareaBreit {
	margin-left:40px;
	width:400px;
	height:250px;
}
#content .textareaBreit, #content .textBreit {
	padding: 5px; 	
	border: 1px solid #19242a;
	border-radius: 5px;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .textareaBreit:focus, #content .textBreit:focus {
	background-color: #e2f2ad;
}
#content .error {
	position: absolute;
	background-color: #e2f2ad;
	padding: 2px 4px 2px 4px;
	right: 50px;
	margin-right: 400px;
}
#content .submit {
	padding: 5px;
	margin-top:5px;
	margin-left:290px;
	display: block;
	width: 150px;
}

#paging {
	margin:15px 0 20px 0;
	padding:0;
}

#paging ul {
	margin:0;
	padding:0;
	font-size: 10px;
	list-style: none;
}
#paging ul li {
	margin:0 10px 0 0;
	padding:0 0 0 0;
	float: left;
}
#paging li a {
	text-decoration: none;
	padding: 5px 4px 4px 5px;
	background-color : #ddd;
	/*border: 0.1em solid #777;*/
	color: #000;
}
#paging li b a {
	background-color : #009fc5;
	color: #fff;
}
#paging li a:hover, #paging li a:focus {
	background-color : #a4a4a8;
	color: #fff;
}
#paging p {
	color: #000;
}

#breadcrumb {
	position: absolute;
	top: 97px;
	margin-left: 20px;
	word-spacing:5px;
	font-size: 12px;
	line-height:10px;
}
#breadcrumb a {
	color: #666;
	padding: 0 0 0 12px;
	margin-right: 2px;
	background-image: url('layout.gif');
	background-repeat: no-repeat;
	background-position: -995px -292px;
}
#breadcrumb a:first-child {
	background-image: url('');
	padding: 0;
}
#metanav {
	position: absolute;
	top: 25px;
	text-align:right;
	word-spacing:4px;
	font-size: 10px;
	width: 450px;
	margin-left: 448px;
	color: #b7df31;
}
#metanav .rss, #metanav .print {
	padding: 7px 6px 7px 8px;
	background-image: url('layout.gif');
	background-repeat: no-repeat;
	background-position: -450px -223px;
	display: block;
	position: absolute;
	width: 30px;
	top: 0;
	margin-left: 505px;
	#margin-left: 50px;
	margin-top:-9px;
}
#metanav .print {
	background-position: -405px -224px;
	margin-left: 460px;
	#margin-left: 5px;
}
#metanav .rss:hover, #metanav .rss:focus {
	background-position: -450px -258px;
}
#metanav .print:hover, #metanav .print:focus {
	background-position: -405px -259px;
}
#metanav .rss span, #metanav .print span {
	position:relative;
	left:-3000px;
	top:-3000px;
}

#metanav a {
	font-weight: normal;
	font-size: 14px;
	color: #90bb00;
	text-decoration: none;
}
#metanav a b {
	font-weight: normal;
	color: #1d2408;
	text-decoration: none;
}
#metanav a:hover, #metanav a:focus {
	color:#024;
}

#footer {
	padding: 0;
	width:1000px;
	height:220px;
	color: #909296;
	letter-spacing: 1px;
	background-image: url('layout.gif');
	background-repeat: no-repeat;
	background-position: 0 0px;
}
#footer img {
	float: left;
	margin: -368px 0 0 20px;
}
#footer ul {
	margin-left:270px;
	list-style: none;
}
#footer li {
	font-size: 12px;
	font-style: normal;
	margin-right:15px;
	float:left;
}
#footer li a {
	padding: 20px 0 20px 0;
	color: #c4cab1;
	text-decoration: none;
}
#footer li a:hover, #footer li a:focus {
	color: #f8f8f8;
}
#footer div {
	padding: 75px 0 0 0;
}
#footer h2 {
	margin: 0 0 55px 270px;
	color: #b7df31;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	text-shadow: 1px 1px 5px #024;
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=2,color=#002244,direction=135);
}
#copyright h3 {
	text-align: right;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0 30px 0;
	padding-right: 10px;
}
#copyright h3 a {
	color: #777;
	text-decoration: none;
}
#copyright h3 a:hover, #copyright h3 a:focus {
	color: #333;
}

#content #changes li {
	border-radius: 10px;
	-o-border-radius: 10px;
	-icab-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	float: left;
	width: 320px;
	height: 70px;
	margin-bottom: 10px;
	padding:10px;
	background-color: #fafafa;
	border:1px solid #999999;
	background-image: url('');
	background: -moz-linear-gradient(top, #fff, #ddd);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#fff), to(#ddd));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#ffffff', EndColorStr='#dddddd', GradientType=0);
}
#content #margin0, #content #margin2 {
	margin-right: 24px;
}
#content #changes p {
	width: 310px
	position: relative;
}
#content #changes li a {
	background-image: url('');
	margin: 0; 
	padding: 0;
}
#content #changes li div {
	float: right;
}

#jAlertMessage {
	position: fixed;
	_position: absolute;
	z-index:89;
	width: 740px;
	top: 40px;
	left: 50%;
	margin-left:-370px;
	background-color:#dddddd;
	padding:10px 30px 30px 30px;
	overflow:no;
	border: dotted 1px #333;
	background-image: url('/nsb-admin/bilder/loadingZeiger.gif');
	background-position: center;
	background-repeat: no-repeat;
}
#jAlertMessage iframe {
	height:600px;
	width: 740px;
	border: 0 none;
}
#jAlertMessage .jAlertLinks {
	font-size: 14px;
	padding: 2px 7px 2px 7px;
	float: right;
	text-decoration: none;
	background-image: url('/nsb-admin/bilder/wochen_title.gif');
	color: #029;
}

#overlay {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index:88;
	top: 0;
	left: 0;
	
	float:none;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
#qrImg, #adresse {
	display:none;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(/bilder/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

