/* @override http://lokremise.ch.nerthus.ch-meta.net/css/site.css */

* {
	margin:0;
	padding:0;
}

html { 
	-webkit-text-size-adjust: none;
	
	overflow: hidden;

	overflow-x: hidden;
	overflow-y: hidden;
}

body {
	background:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:19px;
	margin: 0;
	letter-spacing: .1ex;
	/*

	overflow: hidden;

	overflow-x: hidden;
	overflow-y: hidden;
*/
}

img {
	border:none;
	padding-top: 1px;
}

p {
	padding-bottom:19px;
	letter-spacing: 0.1ex;
	margin-left: 9px;
}

a {
	/* vertical-align:top; */
	text-decoration: underline;
	color: #000;
	outline: none;
	border: none;
}

a:hover {
	background-color: #c0ddcd;
	text-decoration: none;
}

a:active, a:focus { 
	outline: none;
	border: none;
}



a[href $='.pdf'] {
  padding: 16px 8px 16px 52px;
  margin-left: -10px;
	background: transparent url(/img/pdf_48.png) no-repeat center left;
	line-height: 48px;
	text-decoration: none;
}

a[href $='.zip'] {
  padding: 16px 8px 16px 52px;
  margin-left: -10px;
	background: transparent url(/img/zip_48.png) no-repeat center left;
	line-height: 48px;
	text-decoration: none;
}

/*
#header {
 color: #333;
 width: 100%;
 margin: 0 auto;

 text-align: center;
 position:fixed;
 top:0px;
 z-index: 100;
 
}
*/

div.menu_top {
	display: table;
 	text-align: center;
	overflow: hidden;
}

div#pageSlideLeft {
 position:fixed;
 top:210px;
 left:16px;
 z-index: 101;
}
div#pageSlideRight {
 position:fixed;
 top:210px;
 right:16px;
 z-index: 102;
}



div.page { 
 	position:fixed;
 	z-index: 0;
	display:block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
	overflow-x: hidden;
	overflow-y: hidden;
/* 	background-color: #00FF00; */
	/* text-align: center; */
}



div.page div.bg {
	width: 100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	overflow:hidden;
	text-align: center;
	vertical-align: middle;	
}

div.page div.scroll {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	/* overflow: auto; */
	overflow-y: scroll;
	overflow-x: auto;
	text-align: center;
}

div.page div.pagecontent {
	width: 960px;
	margin: 8px auto 0px auto;
}


div.nowrap {
	display:table;
	white-space: nowrap;
	overflow: visible;
	display: -moz-box;
}


div.col-3 {
	width:310px;
	margin:5px;
	float:left;
	white-space: normal;
	text-align: left;
}


div.col-4 {
	width:230px;
	margin:5px;
	float:left;
	white-space: normal;
	text-align: left;
}


div.col-top-spacer {
	padding-top:72px;
	width:25%;
	clear:both;
	display:inline;
	float:left;
}

div.col-right-box {
	float:right;
	display:block;
	width:150px;
	padding:8px 5px 5px 8px;
	/*background-color: #089;*/
	margin-bottom:8px;
	margin-left:8px;
}

div.col-content {
	margin:	0px 0px 0px 8px;
}

div.col-content li {
	margin: 0px 0px 3px 8px;
	list-style-type: none;
	background-color: #f2f0ea;
	padding: 7px;
	line-height: 16px;
}

div#preview_hint {
	background-color: #f00;
	border: solid 1px black;
	padding:4px 10px;
	position:fixed;
	z-index: 100;
	left:4px;
	top:4px;
	
	font-family:helvetica,arial,sans-serif;
	font-size: 12px;
	line-height:16px;
	text-align: center;
}

div#datepicker_wrap {
	position:fixed;
	z-index: 101;

	width: 100%;
	/* height: 100%; */
		
	/* padding-left:18px; */
	
	top: 0px;
	bottom: 0px;
	
	text-align: center;
}
div#show_date {

	width: 626px;
	
	margin: 160px auto 0px auto;
	
	padding-top:40px;
}


