*{ margin:0; padding:0; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
a{ outline:none;}
body{ font-size:75%; color:#3e3e3e; text-align:center;}
form{text-align:left; margin:5px auto; width:431px;}
p{
	margin-bottom:8px;
	line-height:1.2em;
}
h1{font-size:1.4em;}
h2{
	margin:8px 0;
}
ul{
	margin:0 0 10px 20px;
}
input{ float:left; height:18px; margin:7px 10px 0 0; width:54px;}
input.chk{
	width:auto;
	margin:4px 10px 0 10px;
}
input.ok_button{
	height:auto;
}
fieldset{
	border:none;
	margin-bottom:10px;
}
.button_gross{
	height:36px;
	line-height:36px;
	width:219px;
	border:none;
	display:block;
	float:left;
	margin:0;
	background:url(http://www.gipsprojekt.de/tarifrechner07/img/button.gif) no-repeat top left;
}
.button_gross:hover{
	background:url(http://www.gipsprojekt.de/tarifrechner07/img/button.gif) no-repeat bottom left;
}
a.button_klein{
	text-decoration:none;
	height:20px;
	line-height:20px;
	width:80px;
	background:#ccc url(http://www.gipsprojekt.de/tarifrechner07/img/button_klein.png) no-repeat;
	display:block;
	float:left;
	color:#fff;
	text-align:center;
	margin-right:10px;
}

label {
	display:block;
	width:280px;
	float:left;
	line-height:26px;
}
.breaker{
	clear:both;
	height:0;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
}

.container,
.container_text{
	background:#ccc;
	width:431px;
	overflow:hidden;
	margin-bottom:5px;
}
.container_text{
	background:none;
}
.gruen{
	background-color:#0f0;
}
.container .top{
	background:url(http://www.gipsprojekt.de/tarifrechner07/img/top.png) no-repeat;
	height:23px;
	width:431px;
	display:block;
}
* html .container .top{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.gipsprojekt.de/tarifrechner07/img/top.png', sizingMethod='auto');
}
.container .content{
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#fff;
	display:inline-block;
	overflow:hidden;
	padding:0 10px;
	width:409px;
}
.container .bottom{
	background:url(http://www.gipsprojekt.de/tarifrechner07/img/bottom.png) no-repeat;
	height:23px;
	width:431px;
	display:block;
}
* html .container .bottom{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.gipsprojekt.de/tarifrechner07/img/bottom.png', sizingMethod='auto');
}

a.info{
	text-decoration:none;
	background:#09f url(http://www.gipsprojekt.de/tarifrechner07/img/info2.png) no-repeat;
	height:26px;
	width:27px;
	display:block;
	float:left;
	margin:0 0 5px 0;
}
* html a.info{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.gipsprojekt.de/tarifrechner07/img/info2.png', sizingMethod='auto');
}
p, h1{
	text-align:left;
}
.zu_viel{
	background:#FFCCCC;
	color:#f00;
}
.ok{
	background:#CCFFCC;
	color:#006600;
}

.tipps{
	border-left:5px solid #ccc;
	padding:10px 0 0 10px;
	margin-bottom:5px;
}
#content{
	display:none;
}
.dialog #content{
	display:block;
	text-align:left;
}
#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	margin:0;
	padding:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}
#master{
	z-index:1000 !important;
}
.energiespartipps{
	height:22px;
	width:151px;
	background:url(http://www.gipsprojekt.de/tarifrechner07/img/tipps.gif) no-repeat top left;
	display:block;
	float:left;
	margin-right:10px;
}
.energiespartipps:hover{
	background:url(http://www.gipsprojekt.de/tarifrechner07/img/tipps.gif) no-repeat bottom left;
}
.neu{
	height:22px;
	width:82px;
	background:url(http://www.gipsprojekt.de/tarifrechner07/img/neue_eingabe.gif) no-repeat top left;
	display:block;
	float:left;
	margin-left:10px;
}
.neu:hover{
	background:url(http://www.gipsprojekt.de/tarifrechner07/img/neue_eingabe.gif) no-repeat bottom left;
}

.print{
	height:22px;
	width:54px;
	background:url(http://www.gipsprojekt.de/tarifrechner07/img/drucken.gif) no-repeat top left;
	display:block;
	float:left;
}
.print:hover{
	background:url(http://www.gipsprojekt.de/tarifrechner07/img/drucken.gif) no-repeat bottom left;
}
.print span,
.energiespartipps span,
.neu span,
.button_gross span{
	display:none;
}

@media print{
	html, body {
		font-family:"Times New Roman", Times, serif !important;
	}
	#logo{display:block;}
	form{
		width:auto;
	}
	.container, .container_text,
	.content{
		background:none;
		width:auto;
		border:none !important;
		display:inline;
	}
	.top,
	.bottom,
	.energiespartipps,
	.print{
		display:none;
	}
	html>body embed,
	html>body objekt,
	html>body .ff_ausblenden{
		display:none;
	}
	#content{
	display:block !important;
}

}