div#calc {
	font-size:20px;
	font-family:"trebuchet ms",Arial, Helvetica, sans-serif;
	color:#008800;
	background-color: white;
	position:relative;
	top:120px;
	width:250px;
	margin-right:50px;
	font-weight: bold;
	text-align: center;
	float:right;
}

div#co2calc {
	width:241px;
	height:95px;
	background-image:url(../images/backgrounds/co2calc.gif);
	margin-top:200px;
	margin-right:18px;
	float:right;
	display: none;
	color:white;
	padding-left: 10px;
	padding-top:5px;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}

div#calc input {
	width:80px;
	height:25px;
	font-size:20px;
	font-family:"trebuchet ms",Arial, Helvetica, sans-serif;
	color:#008800;
	font-weight: bold;
	padding-left:3px;
	padding-right:3px;
	margin-left:5px;
	margin-right: 5px;
}

div#calc span#offer {
	font-size:36px;
	line-height: 150%;
}

div#calc a {
	color:#008800;
}

div#calc table
{
	margin-top:20px;
}

div#details {
	 position: absolute;
	 left:200px;
	 top:150px;
	 width:340px;
	 background-color: white;
	 border:1px solid black;
	 font-family: "trebuchet ms",Arial, Helvetica, sans-serif;
	 font-size:16px;
	 font-weight: bold;
	 display:none;
	 padding:10px;
	 z-index:30;
}

div#details p {
	 text-align: center;
	 margin:0px;
	 margin-bottom: 5px;
	 border-bottom:1px solid #666666;
}

div#details img {
	 border-width:0px;
}

div#details table {
	 width:100%;
}

div#details h1 {
	 font-size: 16px;
	 font-style: italic;
	 border-bottom:1px solid #666666;
	 margin:0px;
	 color: #008000;
}

div#details td {
	 vertical-align: top;
}

div#details td.right {
	 text-align: right;
}

div#tarife {
	 position: absolute;
	 left:50px;
	 top:50px;
	 width:850px;
	 height:540px;
	 background-color: white;
	 border:3px solid black;
	 font-family: "trebuchet ms",Arial, Helvetica, sans-serif;
	 font-size:12px;
	 font-weight: bold;
	 display:none;
	 padding:0 10px 10px 10px;
	 z-index:300;
}

div#tarife_kopf {
	width:640px;
	height:72px;
	background-image:url(../images/tarife_kopf.gif);
	font-size: 16px;
	padding:0px 10px 10px 200px;
	line-height:180%;
	text-align:left;
}

img#img_button_preise {
}

