html { 
	padding:0px;
	margin:0px;
}

body {
	background-color: #E1E9F4;
	font-size: 12px;
	font-family: Arial;
	color:#564b47;  
	text-align:center;
	margin: 10px 0 10px 0;
	padding:0px;
}

h2 {
	margin: 0 0 15px 0;
	color: #4370B2;
	font-family: Arial;
	font-size: 15px;
}

#seite {
	width: 860px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
	background-color: #E1E9F4;
}

#oben {
	text-align: left;
	width: 860px;
	background-color: #E1E9F4;
	height: 55px;
	margin: 0 0 0 30px;
}

#oben a {
	font-size: 22px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	color: #4370B2;
}

#oben a:hover {
	text-decoration: underline;
	color: #4370B2;
}

#links {
	width:195px;
	padding: 10px 0 0 0;
	float:left;
	background-color: #E1E9F4;
}

#navigation a {
	display: block;
	color: #4370B2;
	width: 160px;
	height: 22px;
	background-image: url(../images/navibutton.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 0 0 10px 10px;
	padding: 4px 0 0 0;
}

#navigation a:hover {
	background-image: url(../images/navibutton_hover.gif);
}

#rechts {
	width: 625px;
	float: left;
}

#inhalt {
	width: 620px;
	float: left;
	background-color: white;
	overflow: auto;
	text-align: justify;
	color: #4370B2;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5;
	border: 2px solid #82A2D0;
	padding: 15px;
	margin-bottom: 10px;
}

#kurzrechner {
	width: 620px;
	float: left;
	background-color: #4370B2;
	overflow: auto;
	text-align: justify;
	color: #4370B2;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5;
	border: 2px solid #82A2D0;
	padding: 15px;
	margin-bottom: 10px;
}

#kurzrechnertabelle {
	background-color: white;
	color: #4370B2;
	overflow: hidden;
}

#kurzrechner2tabelle {
	background-color: #4370B2;
	color: white;
}

#langrechner {
	width: 620px;
	float: left;
	background-color: white;
	overflow: auto;
	text-align: center;
	border: 2px solid #82A2D0;
	padding: 15px;
	margin-bottom: 10px;
}

#stromtext {
	width: 380px;
	float: right;
	background-color: white;
	text-align: justify;
}

#stromtabelle {
	width: 230px;
	float: left;
	background-color: white;
}

#linie {
	 border-bottom-color: #4370B2;
	 border-bottom-width: 2px;
	 border-bottom-style: double;
	 margin-top: 10px;
	 margin-bottom: 10px;
}

#unten {
	float: right;
	font-size: 10px;
	color: #4370B2;
	font-family: Arial;
}

#st {
position: absolute;
top: -2400px;
left: -2400px;
}	

#link {
	font-weight: bold;
	color: #4370B2;
	text-decoration: underline;
}

#link:hover {
	text-decoration: none;
}
