div.scrollable { 
    position:relative; 
    overflow:hidden; 
    width: 600px;
    height: 715px; 
} 
div.scrollable div.items { 
    width:20000em; 
    position:absolute; 
} 
div.scrollable .page { 
    float:left;
}
div.scrollable .page img { 
   border: none;
} 
#gallery_nav {
	margin-top: 10px;
}
#gallery_nav .prev {
	background-image:url(../img/left-1.jpg);
	background-position: 0 0;
	float: left;
	width: 150px;
	height: 50px;
	display: block;
}
#gallery_nav .prev:hover {
	background-position: 0 -50px;
	text-decoration: none;
}
#gallery_nav .next {
	background-image:url(../img/next-1.jpg);
	background-position: 0 0;
	float: right;
	width: 150px;
	height: 50px;
	display: block;
}

#gallery_nav .next:hover {
	background-position: 0 -50px;
	text-decoration: none;
}


/*

#gallery_nav .prev {
	background-image:url(../img/prev.jpg);
	background-position: 0 0;
	float: left;
	width: 23px;
	height: 23px;
	display: block;
}
#gallery_nav .prev:hover {
	background-position: 0 -23px;
	text-decoration: none;
}
#gallery_nav .next {
	background-image:url(../img/next.jpg);
	background-position: 0 0;
	float: right;
	width: 23px;
	height: 23px;
	display: block;
}

#gallery_nav .next:hover {
	background-position: 0 -23px;
	text-decoration: none;
}


*/



.grundrisse th {
	background: #001b46;
	color: rgb(255,255,255);
	font-size: 2em;
	text-align: left;
	padding-left: 10px;
	font-weight: normal;
}

.anmerkung {
	background: #384f74;
	color: rgb(255,255,255);
	padding-right: 15px;
	padding-bottom: 5px;
}


.bezeichnung {
	background: #384f74;
	color: rgb(255,255,255);
	font-size: 1.5em;
	height: 2em;
	text-align: left;
	padding-left: 10px;
	font-weight: normal;
}

.wert {
	background: #384f74;
	color: rgb(255,255,255);
	font-size: 1.5em;
	height: 2em;
	text-align: left;
	padding-left: 10px;
	font-weight: normal;
}

.pdf-download {
	background: #293c5a;
	color: rgb(255,255,255);
	font-size: 1.2em;
	height: 2em;
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
}

.pdf-download a {
	color: rgb(255,255,255);
}

.enev {
	background: #293c5a;
	color: rgb(255,255,255);
	font-weight: bold;
	padding: 5px 10px;
	text-align: right;
}
