/* ######### CSS for Homepage Body                   ######### */
div{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: white;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

select{
	font-size: 10px;
}

input{
	font-size: 10px;
}

table{
	font-size: 10px;
	color: black;
}

#CalculatorBackground {
	background-image: 	url('GUI_pics/back_shadow.gif');
	background-repeat: 	no-repeat; 
	width: 				240px; 
	height: 			460px
}


#BorderLaenderauswahl {
	position: absolute;
	top: 30px;
	width: 234px;
	height: 50px;
	padding-left: 12px;
	visibility:hidden;
}

#SelectCountry{
	width:210px;
	top:50%;
}

#Tabs{
	position:absolute;
	top:-8px;
	margin:0px;
	padding:0px;
	padding-left:14px;
}

#Living img{
	border:0px;
	margin:0px;
	margin-left:3px;
}

#Mobility img{
	margin:0px;
	border:0px;
}

#FreightTransport img{
	border:0px;
	margin:0px;
	margin-left:3px;
}


/* ######### CSS for Shade Tabs. Remove if not using ######### */
/* ######### CSS for Tabcontent ######### */
.shadetabs{
	padding: 0px;
	margin:0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px; 
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	float: left;
}

.shadetabs li.selected{
	float:left;
	margin:0px;
	padding:0px;
	font-size:0px;
	overflow:hidden;
	height:21px;
	
}

.tabcontent{
	float:left;
	clear:left;
	height:200px;
	width:225px;
	background-repeat:no-repeat;
	overflow:hidden;
	display:none;
	padding-left: 5px;
	margin:0px;
}




/* ######### Block Mobility ######### */
/* ================================== */

#Transport{
	width:215px;
	height:200px;
	background-image:url('GUI_pics/register_back_mobility_active.gif');
	margin:0px;
}

/* ######### Block Auto ######### */
#Spacer1{
	width:100%;
	height:12px;
	font-size:0px;
}
#Car{
	clear: left;
	float: left;
	width: 85px;
	color: white;
}
#SelectCarClass{
	float: left;
	width: 110px;
}
#DrivenDistance{
	clear: left;
	float: left;
	width: 85px;
}
#LaufleistungAuto{
	float: left;
	width: 50px;
}
#LaufleistungAutoUnit{
	float: left;
	width: 60px;
}
#CarConsumption{
	clear: left;
	float: left;
	width: 85px;
}
#VerbrauchAuto{
	float: left;
	width: 50px;
}
#VerbrauchAutoUnit{
	float: left;
	width: 60px;
}
#CarFuel{
	clear: left;
	float: left;
	width: 85px;
}
#VerbrauchAutoFuel{
	float: left;
	width: 110px;
}

/* ######### Block Bahn ######### */

#Spacer2{
	clear:left;
	width:100%;
	height:8px;
	margin:0px;
	padding:0px;
	font-size:0px;
}

#Train{
	clear: left;
	float: left;
	width: 85px;
	color: white;
}
#SelectTrainClass{
	float: left;
	width: 110px;
}
#TrainTraveledDistance{
	clear: left;
	float: left;
	width: 85px;
}
#FahrleistungBahn{
	float: left;
	width: 50px;
}
#FahrleistungBahnUnit{
	float: left;
	width: 60px;
}
/* ######### Block Flugzeug ######### */

#Spacer3{
	clear:left;
	width:100%;
	height:8px;
	margin:0px;
	padding:0px;
	font-size:0px;
}

#Plane{
	clear: left;
	float: left;
	width: 85px;
	color: white;
}
#SelectPlaneClass{
	float: left;
	width: 110px;
}
#PlaneTraveledDistance{
	clear: left;
	float: left;
	width: 85px;
}
#Flugleistung{
	float: left;
	width: 50px;
}
#FlugleistungUnit{
	float: left;
	width: 60px;
}

/* ######### Block Living ######### */
/* ================================ */

#Heim{
	width:215px;
	height:200px;
	background-image:url('GUI_pics/register_back_living_active.gif');
}

/* ######### Block Elektrizität ######### */
#Electricity{
	clear: left;
	float: left;
	width: 85px;
}
#StromverbrauchWohnen{
	float: left;
	width: 50px;
}
#StromverbrauchWohnenEinheit{
	float: left;
	width: 60px;
}
/* ######### Block Erdgas ######### */
#NaturalGas{
	clear: left;
	float: left;
	width: 85px;
}
#ErdgasverbrauchWohnen{
	float: left;
	width: 50px;
}
#ErdgasverbrauchWohnenEinheit{
	float: left;
	width: 60px;
}
/* ######### Block Öl ######### */
#Oil{
	clear: left;
	float: left;
	width: 85px;
}
#OelverbrauchWohnen{
	float: left;
	width: 50px;
}
#OelverbrauchWohnenEinheit{
	float: left;
	width: 60px;
}

/* ######### Block Freight ##########*/

#Freight{
	width:215px;
	height:200px;
	background-image:url('GUI_pics/register_back_living_active.gif');
}


/* ######### Block Calculate und Clear Button ######### */
#Spacer4{
	width:100%;
	clear:left;
	height:5px;
	font-size:0px;
}

#Buttons{
	clear: left;
	float: left;
	width: 100%;
}
#CalButton{
	padding-left: 2px;
	padding-top: 5px;
}
#CalButton img{
	border: 0px;
}
#ClearButton{
	padding-left: 2px;
	padding-top: 5px;
}
#ClearButton img{
	border: 0px;
}

/* ######### Block Resulttabelle ######### */
#Spacer5{
	width:100%;
	clear:left;
	height:5px;
	font-size:0px;

}

#Ergebnistabelle{
	width:210px;
	height:195px;
	clear:left;
	margin-top:0px;
	background-image:url('GUI_pics/results_back.gif');
	background-repeat:no-repeat;
	padding:5px;
	padding-top:22px;
}
#Ergebnistabelle table{
	width: 95%;
	font-size: 12px;
}
.Summe{
	font-weight: bold;
}
#PriceCert{
	width: 20px;
	border: 0px;
	background-color: transparent;
}


/* Hilfefenster */
.MyHelp{
	position:absolute;
	background-color:#CBD99D;
	border-width:1px;
	border-style:solid;
	border-color:#6C6F7B;
	padding:7px;
	visibility:hidden;
	font-family:Arial, Helvetica, Sans-Serif;
	color:#6C6F7B;
	font-size:10px;
}
.MyHelp h1{
	font-size:14px;
	font-weight:bold;
}


#MyHelp1{
	left: 40px;
	top: 150px;
	width:300px;
	height:295px;
}
#MyHelp2{
	left: 40px;
	top: 233px;
	width:300px;
	height:220px;
}
#MyHelp3{
	left: 45px;
	top: 90px;
	width:300px;
	height:465px;
}
#Logo{
	/*position:absolute;
	left:400px;
	top:100px; */
	width:240px; 
}
#Logo a img{
	text-decoration:none;
	border:0px;
}

