/* CSS Document */


/*////////////// allgemeine für alle Seiten geltende Styles 
(Logo, Hintergrundfarben, Texte, Überschriften, Auswahllisten, Fußleiste ///////////////*/

#erg_sys_container {

width:10px;
height:10px;
top:10px;
left:10px;
text-align: left;
 position: absolute;
 background-color:#e7e8e9;




}
/*////////// Hintergrund ///////////*/
body {
 text-align: left;

}

/*/////////////////////// Kleiner Abdecker für die linke rote senkrechte Linie am Haus //////////////////////*/

#haus_abdecker { 
 position: absolute;
 top: 250px;
 left: 75px;

 }

/*////////// Viessmann Logo ///////////*/

#head_logo {
 position: absolute;
 top: 17px;
 left: 682px;
 padding: 0px;
}

/*////////// Grauer Balken oben ///////////*/

#head_balken {
 position: absolute;
 top: 90px;
 left: 0px;
 width:921px;
 height:10px;
 background-color:#e7e8e9;
}

/*////////// Graues Hintergrundbild ///////////*/

#hg_grau {
 position: absolute;
 top: 0px;
 left: 0px;
 width:921px;
 height:544px;
}

/*////////// Viessmann css für texte und links Formularfelder ///////////*/
/* ueb = ueberschrift*/

body , table , td { 
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size:12px;
 color:#767a7c;
}

.form_select { 
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size:11px;
 color:#000000;
/*border:1px solid #848684;*/
 cursor:pointer;
 cursor:hand;
}

.ueb_fett{
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size:16px;
 color:#767a7c;
 font-weight:bold;
}
.ueb{
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size:14px;
 color:#767a7c;
}
.ueb_auswahl{
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size:12px;
 color:#767a7c;
 font-weight:bold;
}
.auswahl{
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size:12px;
 color:#ed5311;
}
.auswahl a:link{
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size:12px;
 color:#ed5311;
 text-decoration:none;
}
.auswahl a:visited {
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size:12px;
 color:#ed5311;
 text-decoration:none;
}
.auswahl a:hover {
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size:12px;
 color:#ed5311;
 text-decoration:underline;
}
.auswahl a:active {
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size:12px;
 color:#ed5311;
 text-decoration:none;
}

/*/////////////////////// Container //////////////////////*/
/* enthält alles; alles was hier an Ebenen enthalten ist hat seinen Nullpunkt bei 107*/

#container {
 width:921px;
 height:544px;
 top:107px;
 left:0px;
 text-align: left;
 position: absolute;
 background-color:#e7e8e9;
}





/*///////////////////////  Sprachauswahl //////////////////////*/

#head_language {
 position: absolute;
 width:400px;
 top: 20px;
 left: 534px;
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size:10px;
 color:#767a7c;

}
#head_language a:link{
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size:10px;
 color:#767a7c;
 text-decoration:underline;
}
#head_language a:visited { 
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size:10px;
 color:#767a7c;
 text-decoration:underline;
 }
#head_language a:hover { 
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size:10px;
 color:#ed5311;
 text-decoration:underline;
 }
#head_language a:active { 
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size:10px;
 color:#0072bc;
 text-decoration:underline;
 }

/*/////////////////////// Navigation //////////////////////*/

#zurueck{
 position: absolute;
 top: 473px;
 left: 51px;
 cursor:pointer;
 cursor:hand;
}
#druck{
 position: absolute;
 top: 473px;
 left: 151px;
}



#simulation{
 position: absolute;
 top: 473px;
 left: 683px;
 cursor:pointer;
 cursor:hand;
}
#hilfe{
 position: absolute;
 top: 473px;
 left: 733px;
 cursor:pointer;
 cursor:hand;
}

/*/////////////////////// Grauer Balken unten //////////////////////*/

#footer_balken { 
 position: absolute;
 top: 658px;
 left: 0px;
 width:921px;
 height: 10px;
 background-color:#e7e8e9;

 }
 
 /*/////////////////////// Fußleiste Copyright Viessmann //////////////////////*/

#footer { 
 position: absolute;
 width:910px;
 top: 681px;
 left: 0px;
 font-family : Arial, Helvetica, Verdana, sans-serif;
 font-size:11px;
 text-align:right;
 }
 

 
/*/////////////////////// Loading Sanduhr //////////////////////*/
#busy {
 position: absolute;
 top: 545px;
 left: 683px;
 width:200px;
 padding: 0px;
}
