@charset "utf-8";
/* -Ä- CSS Document */

/* --- Setzt sämtliche Rahmen und Abstände auf null --- */
html, body, div, a, form {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* --- Allgemeines --- */
body {
	background:#ffffff;
	margin:0 auto;
	width: 100%;
}
body, p, table, th, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
a{
	text-decoration:none;
	color:#004d9f;
}

/* --- nicht zu druckende divs ausblenden, paar positionen anpassen --- */
#keyvisual, #keyvisual_sub, #path, #nachoben, #rightinfo, #header_bg, #topnav_bg, div.nachoben {
	display: none;
}
#content { width: 95%; margin: 80px auto 0 auto; }
#fliesstext { padding: 10px; } 
#footer { width: 95%; text-align: right; }
#heart {
	position: absolute;
	width: 95%;
	top: 0px;
	left: 0px;
}
#heart img {
	float: right;
	margin-right: 15px;
}
/* --- übernommene Teile --- */
#inhalt h1{
	font-size:24px;
	color:#004d9f;
	background:#f2f6fa url(../_gfx/headline_bg.gif) no-repeat right top;
	border-top:1px dotted #004d9f;
	border-bottom:1px dotted #004d9f;
	padding:19px 0 19px 10px;
}

#inhalt h2{
	font-size:16px;
	font-weight:bold;
	color:#0879b9;
	padding:0 0 23px;
}

#inhalt h3{
	font-size:13px;
	font-weight:bold;
	color:#666666;
	padding:0 30px 5px 0;
}

#inhalt p{
	font-size:13px;
	color:#666666;
	padding:0 30px 23px 0;
}

#inhalt ul{
	font-size:13px;
	color:#666666;
	padding:0 0 23px 20px;
}

#inhalt li{
	padding:0 0 0 15px;
	background:url(../_gfx/li.gif) no-repeat 0 8px;
	list-style:none;
}

#inhalt img.innercontent{
	float:right;
	border:0;
	margin:0 50px 0 40px;
}

.tx-meterreader-pi1 #eg_select { display: none; }
.tx-meterreader-pi1 .reader_body th,
.tx-meterreader-pi1 .reader_body td,
#reader th { vertical-align: top; }
