@charset "UTF-8";
/* CSS Document */

body, html{
	margin:0;
	padding:0;
	font-family: 'open_sansregular';
	background-image:url(../images/water.jpg);
	background-attachment:fixed;
	background-position:center bottom;
	background-repeat:no-repeat;
	
	}
	
#logo{
	background-image:url(../images/logo.png);
	bottom:0em;
	left:0;
	height:3em;
	width:400px;
	position:absolute;
	background-position:left center;
	background-size:contain;
	background-repeat:no-repeat;
	
	
	}

#einloggen{
	text-align:right;
	padding:1em 3em 1em 3em;
	/*background-color:red;*/
	color:#fff;
	display:inline-block;
	cursor:pointer;
	
	}
header{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	border-bottom:dotted 1px #0066DB;
	padding-top:2em;
	padding-bottom:2em;
	
	}
	
nav{
	position:relative;
	}
	
nav ul{
	margin:0;
	padding:0;
	}

nav ul li{ 
	display:inline-block;
	list-style:none;
	color:#0066DB;
	padding:.5em 2em .5em 2em;
	cursor:pointer;
	font-size:1.2em;
	border-right:dotted 1px #0066DB;
	}
nav ul li:last-child{ 
	border-right:none;
	}	

nav ul li:hover{
	background-color:#0066DB;
	color:#fff;
	}	

		
	
		

.container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}
.text-right{
	text-align:right;
	}	
.text-left{
	text-align:left;
	}		
	
.text-center{
	text-align: center;
	}	
.transparent{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:.5em;
	background-color:#fff;
	opacity:0.7;
	z-index:1;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(209,209,209,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(209,209,209,1);
box-shadow: 0px 0px 5px 0px rgba(209,209,209,1);
	}	
#text-container{
	position:relative;
	z-index:2;
	padding:3em;
	color:#716F6F;
	}	
	
#text-container H1{
	
	font-weight:normal;
	color:#0066DB;
	}	
	
#tbl-verbrauch table{
	font-family: 'open_sansregular';
	width:100%;
	border:1px solid #337ab7;
	}
#tbl-verbrauch tr  {
	
  background-color:#337ab7;
  color:#fff;
}		
#tbl-verbrauch tr:nth-child(odd) {
  background-color:#CCC;
  color:#337ab7;
}	
	
#tbl-verbrauch th{
	text-align:center;
	padding-top:1em;
	padding-bottom:1em;
	background-color:#fff;
	font-weight:100;
	vertical-align:top;
	border-right:1px solid #337ab7;
	border-bottom:1px solid #337ab7;
	}

#tbl-verbrauch th:last-child{
		border-right:none;
	}	
		
#tbl-verbrauch td{
	text-align:center;
	border-right:solid 1px #fff;
	border-bottom:1px solid #fff;
	padding:1em;
		}
		
#tbl-verbrauch td:last-child{
	border-right:none;
	
		}		
#tbl-verbrauch .center{
	text-align:center;
	padding-right:0em;
	vertical-align:middle;
		}				
		
.pdf-download {
	height:40px;
	width:40px;
	display:inline-block;
	background-image:url(../images/pdf-download.png);
	background-position:center center;
	background-size:contain;
	cursor:pointer;
	}	
	
.pdf-upload{
	height:40px;
	width:40px;
	display:inline-block;
	background-image:url(../images/pdf-upload.png);
	background-position:center center;
	background-size:contain;
	cursor:pointer;
	}		
#p-data td{padding:.2em;color:#337ab7; text-align:right;}
#p-data{ display:inline-block;}