.navi { color: #999; font-size: 13px; line-height: 20px; text-indent: 0; border-bottom: none; text-decoration: none !important; }
a.navi:link     { color: #999; font-size: 13px; line-height: 20px; text-indent: 0; border-bottom: none; text-decoration: none !important;}
a.navi:visited       { color: #999; font-size: 13px; line-height: 20px; text-indent: 0; border-bottom: none; text-decoration: none !important;}
a.navi:hover      { color: #999; font-size: 13px; line-height: 20px; text-indent: 0; border-bottom: none; text-decoration: none !important; }
a.navi:active    { color: #999; font-size: 13px; line-height: 20px; text-indent: 0; border-bottom: none; text-decoration: none !important; }

p     { color: #999; font-size: 12px; font-family: "Arial"; line-height: 20px; text-align: justify }
h2     { color: #999; font-size: 17px; font-family: "Arial"; line-height: 21px }
h3     { color: #999; font-size: 15px; font-family: "Arial"; line-height: 19px }
h4     { color: #999; font-size: 13px; font-family: "Arial"; line-height: 15px }


.erlenruffen {
	color: #000000;
	font-size: 11px;
font-family: "Arial"; line-height: 8px;
}

body{
	font-family: "Open Sans", helvetica, arial;
}

pre{
	font-family: "Source Code Pro", monospace;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

h2{
	font-size: 48px;
}

pre + h2{
	margin-top: 80px;
}

#container{
	max-width:900px;
	margin:0 auto;
	padding-bottom:80px;
}

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background: rgba(255,255,255,0.0);
	color: rgba(255,255,255,0.0);
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:rgba(255,255,255,0.0);
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: rgba(255,255,255,0.0);
}

p.bjqs-caption{
	background: rgba(255,255,255,0.0);
}