@import url('https://fonts.googleapis.com/css?family=Exo+2:200,500&display=swap'); /*Monoton*/
/*
@import url('https://fonts.googleapis.com/css?family=Sarpanch:500,600,700|Syncopate:700&display=swap');
*/

html{
	background-color: #351500;
}
html, body{
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	font-style: Bold;
	font-size: 18px;
	line-height: 23px;
	height: 100%;
	margin: 0;
	color: #fff;
}
.mce-content-body{
	background-color: #351500;
	padding: 10px;
	max-width: 760px;
}
/*
#Header, #navigation, #Wrapper, #Content, #Footer, #Header h1 a{
	border: 1px solid red;
}
*/
#Header{
	font-size: 13px;
	line-height: 50px;
	text-align: center;
	padding: 0px 0 120px 0;
	background-image: url(/AudioAusschlaege.png);
	background-repeat: no-repeat;
	background-position: center 23px;
	background-size: 210px;
}
#Header h1{
	background-image: url(/NSB_Rec.svg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 500px;
	margin: 0;
}
#Header h1 a{
	display: block;
	width: 500;
	height: 82px;
}
#Header h1 span{
	left: -3000px;
	overflow: hidden;
	position: absolute;
	top: -3000px;
	z-index: 2;
}
#Header h2{
	margin: 0;
	padding: 0;
	font-weight: 500;
	text-shadow: 1px 1px 5px #000,
				1px 1px 30px #000;
}
.Top{padding: 30px 0 30px 0;}

.rtl, #navigation>li{border-top-left-radius: 10px;}
.rtr{border-top-right-radius: 10px;}
.rbl, #navigation>li{border-bottom-left-radius: 10px;}
.rbr{border-bottom-right-radius: 10px;}
#Content, .Bottom{
	border-left: 5px solid #e59010;
}
.verlauf, #navigation>li{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b0404+94,000000+100&0.8+94,0+100 */
background: -moz-linear-gradient(left, rgba(43,4,4,0.8) 94%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(43,4,4,0.8) 94%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(43,4,4,0.8) 94%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2b0404', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
#navigation a{
	color: #fff;
	text-decoration: none;
}
#navigation a:focus, #navigation a:hover{
	color: #e59010;
}
ul#navigation>li>a{
	border-left: 5px solid #e59010;
	display: block;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
ul#navigation{
	width: 800px;
	position: absolute;
	z-index: 9;
	font-size: 18px;
}
#navigation ul{
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 5px;
	list-style: none;
}
#navigation>li{
	width: 30%;
	list-style: none;
	float: left;
	overflow: auto;
}
#navigation li a{
	padding-left: 15px;
	display: block;
	line-height: 30px;
}
ul#navigation>li>ul{
	overflow: auto;
	display: none;
}
ul#navigation>li:hover>ul, ul#navigation>li:focus>ul{
	display: block;
}
#NSBGalery{
	position: absolute;
	left: -2000px;
}
.bg1, .bg2{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	z-index: -1;
}
.bg1{ 
	background-image: url(/BackgroundBilder/PageBackground.jpg);
}
.bg2{
	z-index: -2;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Exo 2', sans-serif;
	font-weight: 200;
	word-spacing: 3px;
}
h1{
	margin: 0 0 40px 0;
}
h2, h3, h4, h5{
	font-size: 24px;
	margin: 20px 0 5px 0;
}
h3{
	font-size: 22px;
}
h4{
	font-size: 14px;
}
p{
	margin: 0 0 10px 0;
}
a{
	color: #fff;
}
.StartPage{
	margin-top: 0px;
}
.Block{
	width: 47%;
	margin: 0 2% 2% 0;
	display: inline-block;
	vertical-align: top;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.InnerBlock, .Box{
	height: 140px;
	padding: 20px;
	background-color: #351500;
	border-left: 3px solid #e59010;
	border-bottom: 5px solid #e59010;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.Block h2, .Box h2{
	margin: 0 0 5px 0;
}
.Block h2 a, .Block p a, .Box h2 a, .Box p a, .Box h3 a{
	color: #fff;
	text-shadow: 1px 1px 5px #000,
				1px 1px 30px #000;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.Box{
	height: auto;
	width: 91%;
	margin-bottom: 20px;
}
img.left{
	float: left;
	margin: 0 20px 20px 0;
}
img.right{
	float: right;
	margin: 0 0 20px 20px;
}
.KontaktForm{
	display: block;
	width: 360px;
	float: left;
	overflow: auto;
}
.KontaktForm p, .KontaktForm h3{
	display: block;
	width: 100%;
}
form label{
	width: 100%;
	display: block;
}
form label span{
	display: inline-block;
	width: 120px;
	vertical-align: top;
}
input, textarea, input[type=submit]{
	font-family: 'Catamaran', sans-serif;
	font-weight: 100;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding-left: 10px;
	-webkit-appearance: none;
	background-color: #351500;
	border: none;
	border-bottom-left-radius: 10px;
	border-left: 5px solid #e59010;
	width: 200px;
}
#Wrapper {
	min-height: 100%;
	width: 800px;
	margin: 0 auto -70px auto;
}
#Content{
	padding-left: 20px;
	padding-right: 20px;
	overflow: auto;
}
#Footer,
#Push {
	height: 70px;
}
#Footer{
	width: 800px;
	margin: 0 auto 0 auto;
	font-size: 12px;
}
#Footer a{
	color: #fff;
	text-decoration: none;
	margin-left: 15px;
	line-height: 50px;
}
a#Facebook, a#Instagram, a#Youtube{
	padding-left: 21px;
	background-image: url(/bilder/Facebook-Icon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 17px;
}
a#Instagram{
	background-image: url(/bilder/Instagram-Icon.png);
}
a#Youtube{
	background-image: url(/bilder/Youtube-Icon.png);
}
a#nsbmedia{
	position: absolute;
	right: 20px;
	line-height: 20px;
	opacity: .5;
}
.Logo{
	display: none;
	position: absolute;
	z-index: 20;
	top: 10mm;
	width: 80mm;
}
.Adresse{
	display: none;
	position: absolute;
	z-index: 20;
	top: 10mm;
	right: 0;
}
#languageStart{
	position: absolute;
	top: -8px;
	margin-left: 660px;
}
ul#navigation>li>ul#language{
	display: block;
	position: absolute;
	top: -210px;
	right: 90px;
}
#language a, #languageStart a{
	display: inline!important;
	opacity: .7;
	text-decoration: none;
	padding: 0!important;
}
#language a b, #languageStart a b{
	opacity: .4;
}
#Wrapper a.homebutton{
	display: none!important;
	position: absolute;
	padding: 3px;
	top: 120px;
	right: 10px;
	height: 20px;
	display: inline-block;
	border-radius: 2px;
	border-left: 1px solid #e59010;
	border-top: 1px solid #e59010;
	border-right: 1px solid #e59010;
	background-color: #351500;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
a.homebutton img{
	width: 20px;
}
a#close{
	display: block;
	position: absolute;
	top: 305px;
	margin-left: 8px;
	border: 1px solid #e59010;
	background-color: rgba(43,4,4,1);
	background-image: url(/bilder/openclose.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: -16px 5px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
}
/* Blog */
.Blogpost{
	text-align: left;
	width: 100%;
	margin-bottom: 40px;
}
.ByLine{
	font-size: 12px;
	background-color: rgba(10, 10, 10, .2);
	padding-left: 5px;
	color: #ccc;
	margin-bottom: 0;
}
.BlogFooter{
	border-bottom: 5px solid rgba(10, 10, 10, .2);
	color: #ccc;
}
.BlogFooter .entry-meta{
	padding: 5px 0 5px 0;
}
.ByLine time{
	color: #fff;
}
.BlogPublisher{
	display: none;
}
.BlogMainImgCont{
	overflow: hidden;
	text-align: center;
}
.BlogMainImgCont.List{
	height: 200px;
}
.BlogMainImg{
	max-width: 100%;
	max-height: 640px;
	height: auto;
}
.Blogpost .content img{
	max-width: 49%;
	max-height: 340px;
	height: auto;
	float: right;
	margin: 0 0 30px 30px;
}
.BlogTitle{
	border-top: 5px solid rgba(10, 10, 10, .2);
	margin-bottom: 3px;
}
a.Button{
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	text-decoration: none;
	background-color: #351500;
	border-radius: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid rgba(255, 255, 255, .2);
}
.entry-meta .category a, .Beitraege a{
	background-color: #351500;
	border-radius: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid rgba(255, 255, 255, .2);
	text-decoration: none;
}
.Profilbild{
	border-radius: 2px;
	border: 10px solid rgba(255, 255, 255, .2);
}
.Beitraege p{
	color: #ccc;
	margin-top: 20px;
	margin-bottom: 0px;
}
.Mehr{
	margin-top: -20px;
	float: right;
}
.Mehr a.Button{
	position: absolute;
	margin: 8px 0 0 -80px;
	display: inline;
}
.BpBg{
	background-size: cover;
	background-position: center center;
}
.BpBgCover{
	background-color: rgba(43,4,4,0.6);
}
.ProfLinks{
	display: block;
	width: 100%;
	overflow: auto;
}
.ProfDesc{
	display: block;
	overflow: auto;
	background-color: rgba(43,4,4,0.6);
}
#allBlogLeft{
	width: 550px;
	overflow: auto;
	display: inline-block;
}
.FloatLeft{
	float: left;
}
#allBlogpost{
	float: left;
	width: 550px;
	margin-top: 35px;
}
a.BlogListImage{
	display: none;
}
h3.BlogTitle.List a{
	font-size: 20px;
	margin: 40px 20px 0 20px;
	border: none;
	text-shadow: none;
}
.BlogTitle.List a{
	text-shadow: none;
	clip: none;
	color: #fff;
	text-decoration: none;
}
.BlogTitle a{
	font-size: 25px;
	font-weight: 800;
	text-decoration: none;
}

.BlogTitle span a{
	font-size: 12px;
}
.Blogpost .content{
	overflow: auto;
	padding: 10px 20px 20px 0;
}
.Blogpost .content.BGgreen{
	padding-top: 0;
	padding-bottom: 0;
}
.Blogpost .content.List{
	z-index: 9;
	margin: 20px 0 20px 20px;
}
.Blogpost .content.List p a{
	color: #fff;
	text-decoration: none;
}
.Profilbild{
	width: 300px;
	float: right;
	margin: 0 0 20px 20px;
}
.Blogsidebar{
	border-top: 5px solid rgba(10, 10, 10, .1);
	width: 180px;
	float: right;
	margin-bottom: 20px;
	background-color: rgba(43,4,4,0.6);
	padding-left: 10px;
}
.Blogsidebar input{
	width: 140px;
}
.Blogsidebar h3{
	margin: 0;
}
.Blogsidebar ul{
	margin: 0;
	padding: 0 0 60px 0;
}
.Blogsidebar li{
	list-style: none;
}
.Blogsidebar hr{
	border: none;
	padding: 10px;
	width: 100%;
}
.BlogComment{
	position: absolute;
	top: -1000px;
	left: -1000px;
}
.BlogComEntry{
	text-align: left;
	padding: 4px 10px 4px 10px;
	background-color: rgba(255, 255, 255, .2);
	margin-bottom: 10px;
}
.BlogComEntry h3{
	margin-bottom: -5px;
}
.BlogComEntry p.Date{
	margin-top: 5px;
	color: #ccc;
	float: right;
}
.Separate{
	border: none;
}
.RSSico{
	width: 40px;
}
.pageLoader {
	display:none;
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	border: 10px solid rgba(255,255,255, .5);
	border-radius: 50%;
	border-top: 10px solid rgba(100,100,100, .5);
	border-bottom: 10px solid rgba(100,100,100, .5);
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	box-shadow: 0 0 70px rgba(255,255,255, .4);
}

@media print{
	.Print{display: block;}
}
@media(max-width: 768px){
	ul#navigation, #Wrapper, #Footer{
		width: 700px;
	}
	#Footer a{
		line-height: 30px;
	}
	h2{
		font-size: 20px;
	}
	h3{
		font-size: 16px;
	}
	p{
		font-size: 13px;
	}
	#allBlogLeft, #allBlogpost, .Blogsidebar{
		width: 100%;
	}
	.Blogsidebar li{
		float: left;
		margin-right: 20px;
	}
}
@media(max-width: 414px){
	a#close{
		top: 138px;
	}
	ul#navigation>li>ul#language{
		display: block;
		position: absolute;
		top: 0px;
		margin-left: 70%;
		min-width: 100px;
	}
	ul#navigation, #Wrapper, #Footer, #Header h1 a, .InnerBlock, .Block{
		width: 100%;
		overflow: auto;
	}
	#Content{
		overflow: auto;
	}
	.Top{
		padding: 30px 0 17px 0;
	}
	#Header{
		padding: 0;
		background-size: 320px;
		background-position: center 52px;
		font-size: 14px!important;
	}
	#Header h1{
		background-image: url(/bilder/NSB-Rec-500.png);
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: 300px;
		margin: 0;
	}
	#Header h1 a{
		height: 50px;
	}
	h2{
		font-size: 18px;
	}
	.Block{
		width: 100%;
		border-radius: 0;
		margin: 0;
		padding: 0;
	}
	.InnerBlock, .Box{
		width: 90%;
		background-color: transparent;
		border-radius: 0;
		margin: 0;
		padding: 3% 5% 0 5%;
		border-left: none;
	}
	.bgcol{
		background-color: rgba(53, 21, 0, .5);
	}
	.Boxy{
		width: 100%!important;
		padding: 0!important;
		height: auto!important;
		margin: 0!important;
	}
	p{
		font-size: 18px;
	}
	.InnerBlock{
		height: 160px;
	}
	.Block h2 a, .Block p a, .Box h2 a, .Box p a{
		text-shadow:-1px -1px 1px #000,
					-1px -1px 3px #000, 
					1px 1px 1px #000,
					1px 1px 3px #000,
					1px 1px 7px #000,
					1px 1px 10px #000,
					1px 1px 30px #000;
	}
	.Bottom{
		width: 100%;
		border-left: none;
	}
	#Content{
		border-left: none;
	}
	.Box{
		padding-bottom: 20px;
	}
	ul#navigation{
		margin-top: 0px;
		display: none;
		text-align: left;
		width: 100%;
		padding: 0;
		border-top: 1px solid #e59010;
		border-bottom: 1px solid #e59010;
	}
	#navigation>li{
		width: 100%;
		border-radius: 0;
	}
	ul#navigation>li>a{
		border-left: none;
	}
	ul#navigation>li>ul{
		display: block;
	}
	ul#navigation li ul li{
		margin-left: 20px;
	}
	#Content{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b0404+4,2b0404+100&0+0,0.8+4,0.8+94,0+100 */
background: -moz-linear-gradient(left, rgba(43,4,4,0) 0%, rgba(43,4,4,0.8) 4%, rgba(43,4,4,0.8) 94%, rgba(43,4,4,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(43,4,4,0) 0%,rgba(43,4,4,0.8) 4%,rgba(43,4,4,0.8) 94%,rgba(43,4,4,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(43,4,4,0) 0%,rgba(43,4,4,0.8) 4%,rgba(43,4,4,0.8) 94%,rgba(43,4,4,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b0404', endColorstr='#002b0404',GradientType=1 ); /* IE6-9 */
	}
	#Wrapper a.homebutton{
		display: block!important;
	}
	#Referenzen{
		text-align: center;
	}
	#Referenzen table{
		width: 100%;
	}
	.sideText, iframe{
		width: 100%!important;
	}
	#languageStart{
		display: none;
	}
}
@media(max-width: 320px){
	.InnerBlock{
		height: 190px;
	}
	#Footer{
		height: 120px;
	}
	#Footer .Bottom{
		width: 90%;
		padding: 0 5% 0 5%;
		text-align: center;
	}
}
/* NSB Box - Design - requires NSB Box Javascript (c) 2018 by Etienne Schorro */
#nsbbox{
	display: block;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20,20,20,.6);
}
#nsbbox img, #nsbbox iframe{
	display: block;
	clear: both;
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 3px;
    box-shadow: 0 0 50px #333;
}
#nsbbox iframe{
	width: 100%;
	height: 95%;
}
#nsbBOXText{
	display: block;
	position: fixed;
	z-index: 1001;
	bottom: 0;
	margin: 0;
	line-height: 30px;
	font-size: 16px;
	font-style: normal;
	width: 100%;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	text-align: center;
}
a.pfeilLinks, a.pfeilRechts, a.closeBOX{
	display: block;
	position: fixed;
	z-index: 1001;
	top: 50%;
	margin-top: -60px;
	height: 120px;
	width: 50px;
	background-color: rgba(0,0,0,.3);
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid rgba(0,0,0,.3);
    border-radius: 3px;
}
#nsbbox a.pfeilLinks:hover, #nsbbox a.pfeilRechts:hover, a.closeBOX:hover{
	background-color: rgba(50,50,50,.3);
}
#nsbbox .pfeilLinks, .pfeilLinks{
	left: 1%;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTEuMDUxcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDExLjA1MSAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTEuMDUxIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiM5Mzk1OTgiIHBvaW50cz0iMTAuMDUxLDAuMTYxIDEwLjc1OCwwLjg2OCAxLjYxNCwxMC4wMTMgMTAuNzU4LDE5LjE1NyAxMC4wNTEsMTkuODY0IDAuMiwxMC4wMTMgIi8+DQo8L3N2Zz4NCg==');
}
#nsbbox .pfeilRechts, .pfeilRechts{
	right: 1%;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTEuMDUxcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDExLjA1MSAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTEuMDUxIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5bGluZSBmaWxsPSJ0cmFuc3BhcmVudCIgc3Ryb2tlPSIjOTM5NTk4IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHBvaW50cz0iMC41NTMsMC41MTUgMTAuMDUxLDEwLjAxMyAwLjU1MywxOS41MTEgIi8+DQo8L3N2Zz4=');
}
#nsbbox a.closeBOX{
	display: block;
	position: fixed;
	z-index: 1002;
	top: 9%;
	right: 1%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.loader {
	#display:none;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	border: 10px solid rgba(255,255,255, .6);
	border-radius: 50%;
	border-top: 10px solid rgba(100,100,100, .2);
	border-bottom: 10px solid rgba(100,100,100, .2);
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	box-shadow: 0 0 70px rgba(255,255,255, .4);
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media(max-width: 479px){
	#nsbbox a.pfeilLinks, #nsbbox a.pfeilRechts{
		top: -1000px;
	}
}