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


div[id="rechner"] {
	color: #666;
	margin: 0px auto; 
	text-align: left;  
	width: 770px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;

}
div[id="rechner"] input, div[id="rechner"] select {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}
div[id="content_rechner"] { 
	width: 755px;  
	min-height: 450px;
	padding: 0 5px 0 10px;; 
	background-color: #FFF; 
	-moz-border-radius: 0 0 10px 10px;  
     border-radius: 0 0 10px 10px;
	 overflow: hidden;
	 display:none;
}

div[id="content_header"] {
	margin: 0px auto; text-align: left;  width: 770px; 
	background-image: url("../img/header.jpg");
	height: 120px;
	width: 770px;
	-moz-border-radius: 10px 10px 0 0;  
     border-radius: 10px 10px 0 0;
}

div fieldset {
	width: auto; 
	height: 128px;;
	float: left; 
	border: 1px dotted;
}

fieldset[id="houses_total"]{ 
	width: 350px;
	border: none;
	height: auto;
}

fieldset[id="houses_total"] label { 
	float: left; 
	width: 60px;
}


fieldset label { 
	float: left; 
	width: 100px;
	font-weight: bold;
}

fieldset[id^="residences"] span  {  
	font-weight: bold;
}
fieldset span + span {  
	margin-left: 25px;
}

fieldset input[type="text"] {
	width: 60px;
	border: 1px dotted #666;
	margin: 1px 0 0 0;
	padding: 0 0 0 2px;
}

fieldset[id="multiplier"]{ 
	width: auto;
	border: none;
	height: auto;
}


fieldset[id="multiplier"] span{ 
	display: block;
	float:right;
	line-height: 18px;
	padding-left: 5px;
}

legend {
	font-weight: bold;
	font-size: 12px;
}
fieldset hr { border: 0px; border-bottom: 1px dotted #666; }

div[id="trenner"] { 
	clear:both; 
	padding: 10px 0 10px 0;
}

fieldset[id="houses_total"] span{ 
	margin-left: 30px;
}

fieldset legend {
	background-size: 25px 25px;
	background-repeat: no-repeat;
    line-height: 25px;
    padding-left: 28px;
}

fieldset[id="residences_ecos"] legend {
    background-image: url("../img/orig/icon/icon_27_98.png");
}
fieldset[id="residences_tycoons"] legend {
    background-image: url("../img/orig/icon/icon_27_99.png");
}
fieldset[id="residences_techs"] legend {
    background-image: url("../img/orig/icon/icon_27_100.png");
}

div[id="head_line"] {
	width: auto;
	padding: 0px;
	font-weight: normal;
	overflow:hidden;

}


div[id="reset"] {
	width: 25px; 
	height: 25px;
	float:right;
    background-image: url("../img/orig/icon/icon_27_361.png");
	background-size: 22px 22px;
	background-repeat: no-repeat;
	cursor:pointer; 
}
div[id="chains"]{
	float:right;
	font-weight: bold;
	cursor:pointer; 
	margin-right: 30px;
	line-height: 19px;
}
div[id="mode"] { padding-top: 3px;}



div[id="rechner"] h2 { font-size: 14px; }
div[id="rechner"] h3 { border-bottom:  1px dotted #999; }
footer {
	padding: 0 0 3px 10px;
	font-weight: normal;
	color: #999;
	border-top: 1px dotted #999;
}

footer div {
	float: right;
	padding-right: 10px;
}
footer div a {
	text-decoration: none;
	color:#999;
}

#slider_eco, #slider_tycoon, #slider_tech {
	width:100px;
	height:5px;
	background:url(../img/slider/slider-bg2.png);
	position:relative;
	margin: 9px 10px 0 0;
	float: right;
}

/*Style for the slider button*/
.ui-slider-handle {
	width:12px;
	height:12px;
	position:absolute;
	top:-5px;
	margin-left:-6px;
	z-index:200;
	background:url(../img/slider/slider-button2.png);
}

/*This is the fill bar colour*/
.ui-widget-header {
	background:url(../img/slider/fill2.png) no-repeat left;
	height:3px;
	left:1px;
	top:1px;
	position:absolute;
}
 
div[id="rechner"] a {
	outline:none;
	-moz-outline-style:none;
	color: #666;
}

table[id="products"] {
	width: 100%;
	text-align:center;
	/*border: 1px dotted #999;*/
}
table[id="products"] input { 
	font-size: 9px; width: 30px; 
	border: 0px dotted #666;
	margin: 0px;
	padding: 0px;
	
	text-align: center;
}
table[id="products"] span.chains { font-size:12px; font-weight:bold; cursor: pointer; }

table[id^="chain_"] { text-align:center;}
table[id^="chain_"] td { padding: 0 5px 0 5px; }
td[class="subchain"] table { border: 0px dotted #CCC;}

div[id="js_error"] { text-align: center; background-color:#FFB3B3; color: #A93F2F; border: 1px dashed #A93F2F; padding: 10px; margin-bottom:30px; -moz-border-radius: 5px;  
     border-radius: 5px;}
div[id="js_error"] h2 { margin: 0px;}

div[id="copyright"] {
	padding-top:20px;
	font-size:9px;
}
div[id="page"] { padding: 10px 20px 10px 20px; text-align:justify;}

div[id="navi"] {
	width: auto;
	padding: 5px 10px 5px 10px;
	border-bottom:  1px dotted #999;
	font-weight: normal;
	overflow:hidden;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #ececec 17%, #e4e4e4 25%, #d8d8d8 37%, #f4f4f4 50%, #c6c6c6 63%, #ebebeb 80%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(17%,#ececec), color-stop(25%,#e4e4e4), color-stop(37%,#d8d8d8), color-stop(50%,#f4f4f4), color-stop(63%,#c6c6c6), color-stop(80%,#ebebeb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#ececec 17%,#e4e4e4 25%,#d8d8d8 37%,#f4f4f4 50%,#c6c6c6 63%,#ebebeb 80%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#ececec 17%,#e4e4e4 25%,#d8d8d8 37%,#f4f4f4 50%,#c6c6c6 63%,#ebebeb 80%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#ececec 17%,#e4e4e4 25%,#d8d8d8 37%,#f4f4f4 50%,#c6c6c6 63%,#ebebeb 80%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffffff 0%,#ececec 17%,#e4e4e4 25%,#d8d8d8 37%,#f4f4f4 50%,#c6c6c6 63%,#ebebeb 80%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

div[id="navi"] a { 
	font-weight: bold; 
	font-size:14px; 
	font-variant:small-caps; 
	text-decoration: none;
	padding: 5px;
}

div[class="product_btn"]{
	text-align: center;
	width: 36.5px;
	float:left;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
div[class="btn"]{
	padding: 5px 0;
	margin-bottom: 5px;
}
div[class="btn"]:hover{
	background-color: #C6D2DA;
	-moz-border-radius: 3px;  
     border-radius: 3px;
}
div[class="btn_active"]{
	padding: 5px 0;
	margin-bottom: 5px;
	background-color: #C6D2DA;
	-moz-border-radius: 3px;  
     border-radius: 3px;
}
div[class="product_btn"] input{
	width: 30px;
}
div[id="productchain_item"]{
	background-color: #d8d8d8; 
	width: 200px;
	padding: 15px;
	-moz-border-radius: 5px;  
     border-radius: 5px;
}
div[class="chain_main"] { border: 0px solid red;}
div[class="chain_sub"] {  padding-left: 50px; border: 0px solid red;}
div[id^="p_chain_"] { border: 0px solid green; float: left; }

div[class='alternativen'] { 
	border: 0px solid blue; 
	width: 190px; 
	float:right;
	margin-right: 60px;
}
div[class='clear'] {clear: both;}

div[class="chain_item"]{
	padding: 5px;
	margin-bottom: 5px;
	background-color: #C6D2DA;
	-moz-border-radius: 3px;  
    border-radius: 3px;
	width: 350px;
	border: 1px solid #A9B1B6;
}
div[class="item_count"] { float: left; font-size: 24px; line-height: 45px; margin-right: 5px; font-weight: bold;}
div[class="item"] { float: left; width: 220px; font-size: 14px; font-weight: bold; margin-top: 10px; margin-left: 10px;}
div[class="costs"] { float:right; width: 100%; line-height: 12px; margin-top: 10px;}
div[class="material"], div[class="produktivitaet"] { float:right;}
div[class="produktivitaet"] input { width: 30px; margin-top:10px;}
div[class="unterhalt"] { float:left;}
div[class="icon"] { float:left;}
div[class="auslastung"] { float:right; width: 100%; text-align: right;}
div[class="costs"] img { height: 12px; padding-left: 8px; padding-right: 2px;}
div[class="unterhalt"] img:first-child { padding-left: 0px; } 
div[class="alternativ_building"]{
	padding: 0 5px;
	margin-bottom: 5px;
	background-color: #C6D2DA;
	-moz-border-radius: 3px;  
    border-radius: 3px;
	border: 1px solid #A9B1B6;
	font-weight: bold;
	cursor: pointer; 
}
div[class="alternativ_building"]:hover{ background-color:#A9B1B6 }
div[class="alternativen"] span { font-style: italic;	padding-left: 15px;}
div[class="pfeil"]{
	background-image: url("../img/icon/pfeil.jpg");
    background-position: 0 3px;
    background-repeat: no-repeat;
	background-size: 10px;
	padding-left: 15px;
}
div[id="head_line"]{
	padding: 10px;
	margin-bottom: 5px;
	background-color: #C6D2DA;
	-moz-border-radius: 3px;  
    border-radius: 3px;
	border: 1px solid #A9B1B6;
	height: 31px;
}
div[id="head_line"] label{ margin-right: 10px; font-weight: bold;}
.header_btn {
	font-weight: bold;
	border: 1px solid #A9B1B6;
	-moz-border-radius: 3px;  
    border-radius: 3px;
	width: 150px;
	text-align: center;
	padding: 5px;
	cursor: pointer;
	background: -moz-linear-gradient(top,  rgba(156,178,193,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(156,178,193,0.3)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(156,178,193,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(156,178,193,0.3) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(156,178,193,0.3) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(156,178,193,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d9cb2c1', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
div[class="header_btn small"]   {
	width: 30px;
	padding:0;
}
div[class="header_btn"] a {text-decoration: none;}
div[class="header_btn"]:hover, div[class="header_btn small"]:hover {
	background: -moz-linear-gradient(top,  rgba(135,154,168,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,154,168,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(135,154,168,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(135,154,168,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(135,154,168,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(135,154,168,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6879aa8', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
select[id="gebaeude"] { margin-right: 15px;}
input[id="anzahl"] { width: 30px;}
div[class="hidden"] { display: none; }