@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);



.nmenu {
	margin-top: 0px;
	font-size: 12pt;
	color: lightgrey;
}
.nmenu a {
	color: black;
	
}
.nmenu li.navlist, ul.navl, ul.navla {
	list-style-type: none;
	margin-bottom: 1px !important;
	text-align: right;
	padding: 0px;
}

.nmenu li.navlist {
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: none;
	border-color: rgb(200,200,200);
	border-width: 2px;
	margin-top: 0px;
	margin-bottom: 0px !important;

}

.nmenu ul.navl {
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-color: rgb(114,114,114);
	border-width: 2px;
	border-right-width: 4px;
	margin-bottom: 10px !important;
	margin-top: 0px !important;
}

.nmenu li.navlist:hover {
	border-style: dashed;
	border-width: 2px;
	border-color: black;
}

.nmenu ul.navla {
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: none;
	border-color: rgb(114,114,114);
	border-width: 0px;
	border-right-width: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
}

.sidr .navl {
	border-width: 2px;
	border-style: solid;
}

a#simple-menu {
	position: fixed;
	top: 0.2cm;
	right: 0.2cm;
}
a#simple-menu div {
	min-width: 2cm;
	min-height: 2cm;
	background-image: url("/img/menu.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

div.buildingbanner {
	font-size: 10pt;
	width:100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: rgba(200,200,200,0.91);
	min-height: 100px;
	border-style: none;
	border-width: 3px;
	border-color: black;
	border-top-style: dashed;
	z-index: 99999;
	max-height: 80px; 
}
.bannerclose {
	width: 150px;
	height: 100%;	
}
.bannerinfo {
	text-align: center;
	height: 100%;
}
table.bannertable {
	height: 100px;
	min-height: 100%;
	width: 100%;
}
div.bannerbutton {
	width:100px;
	left: 25px;
	position: relative;
	height: 50px;
	background-color: rgba(248, 230, 105, 0.7);
	padding-top: 10px;
	text-align: center;
	font-family: Impact;
	font-size: 22pt;
	cursor: pointer;
	color: black;
}
div.bannerbutton:hover {
	background-color: rgba(251, 239, 159, 0.7);
	color: rgb(0, 26, 51);
}

/*///////////////////////////////////*/

div#imgviewer {
	position:fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
	background-color: rgba(0,0,0,0.5);
	display: none;
	cursor: zoom-out;
}

div#imgviewer div#imgviewer_load {
	position: absolute;
	min-width: 50px;
	min-height: 50px;
	max-width: 100%;
	max-height: 100%;
	background-color: black;
	background-image: url("/img/loading2x.gif");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

div#imgviewer div#imgviewer_content {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: none;
}

div#imgviewer div#imgviewer_content .imgviewer_img {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

div#imgviewer div#imgviewer_close {
	top: 10px;
	position: fixed;
	right: 10px;
	width: 40px;
	height: 40px;
	background-image: url("/img/close.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 1.0;
	z-index: 111111
}
div#imgviewer div#imgviewer_close :hover{
	opacity: 0.3;
}

div.baustelle {
	background-image: url("/img/baustelle.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	position: fixed;
	bottom: 0px;
	right: 0px;
}

body {
	background-color: rgb(245,245,245);
	margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
	font-family: "Open Sans";
	font-size: 12pt;
}

a {
	text-decoration: none;
	color: #9E4700; 
	font-weight: 550;
}

div.content a:hover {
	background-color: rgba(240, 224, 64, 0.3);
}

/*BB*/

span.contentu {
	text-decoration: underline;
}

span.contenti {
	font-style: italic;
}

span.contentb {
	font-weight: bold;
}

img.contentimg {
	max-width: 100%;
	cursor: zoom-in;
}

a.contenta {
	
}

/*/BB*/

.fullsize {
	width: 100%;
	height: 100%;
}

.menuactive {
	background-image: url(/img/next.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: -2px;
}

.menuloading {
	background-image: url(/img/loading.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: -2px;
}

.totop {
	position: fixed;
	background-color: rgba(0,0,0,0.1);
	background-image: url("/img/totop.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: none;
	border-color: white;
	border-width: 2px;
	width: 60px;
	height: 30px;
	bottom: 0px;
	right: 40px;
	display: none;
	cursor: pointer;
	
}

div.nav_desktop div.back_logo {
	height: 100px;
	width: 100%;
	    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	top:5px;
}

div.german {
	width: 100%;
    position: relative;
    background-image: url("/img/bg_de.png");
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
    height: 45px;
}

div.english {
	width: 100%;
    position: relative;
    background-image: url("/img/bg_en.png");
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
    height: 45px;
}
div.trassenverlegung img {
	width: 99%;
	height: auto;
}
div.trassenverlegung p {
	display: block;
}
div.trassenverlegung div {
	clear: both;
}

li.ml0 {
	background-color: rgba(0, 0, 0, 0.25);
	font-weight: 700;
	margin-top: 4px;
}

li.ml1 {
	background-color: rgba(0, 0, 0, 0.15);

}

li.ml2 {
	background-color: rgba(0, 0, 0, 0.05);

}

li.ml3 {
	background-color: rgba(0, 0, 0, 0.0);
}

.sidr {
	color: lightgrey;
}

.sidr a {
	color: black;
}

ol li {
	margin-top: 8px;
}

span.titled {
	text-decoration: underline;
	text-decoration-style: dotted;
	cursor: help;
}

div.header {
	background-color: white;
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

div.nav_d_lang {
	background-color:rgb(245,245,245);
	bottom: 0px;
	position: absolute;
	width: 100%;
}

div.content {
	background-color: white;
	margin: 5px;
	position: relative;
	left:0px;
	right: 0px;
	padding-top: 10px;
	overflow-y: visible;
	word-wrap: break-word;
}

div.content p {
	margin-top: 0.1em;
	margin-bottom: 1.5em;
}

div.content h4.contenth4 {
	text-decoration: underline;
	margin-bottom: 0.5em;
}



div.DEBUG {
	position: fixed;
	width: 150px;
	height: 80px;
	top: 0px;
	left: 0px;
	background-color: rgba(255, 180, 0, 0.5);
}

.nav_d_lang div {
	text-align: center;
}

div#sidr li.ml1 {
	line-height: 43px;
}

div#sidr li.ml2 {
	line-height: 38px;
}

div.yourehere {
	    font-size: small;
    margin-top: -18px;
    margin-bottom: 0px;
    margin-left: -5px;
    font-style: italic;
}

div.content h2 {
	background-color: #ffff80;
}

div.content h3 {
	background-color: #FFDF80;
}

div.content div.startpage h3 {
	text-align: right;
}

a.dlpdf {
	background-image: url("/img/saveaspdf.png");
	background-position: center;
	background-size: contain;
	opacity: 0.3;
	width: 40px;
	height: 50px;
	z-index: 40;
	position: absolute;
	right: -5px;
	top: -20px;
	border: none;
}

a.dlpdf:hover {
	opacity: 1.0;
	background-color: rgba(0,0,0,0) !important;
}

div.content div.startpage a {
	color: black;
	display: block;
}
div.content div.startpage a:hover {
	color: black;
	background-color: rgba(240, 224, 64, 0.3) !important;
	
}