/*Stylesheet text.ccs */

#wrapper {
width: 100%; 
color: #ffffff;
background-color:#63666c; 
margin: auto; 
}   
     
h1 {color: #FFaa00; font-size: 12pt;}  
h2 {color: #FFaa00; font-size: 11pt;}
h3 {color: #F7F0AC; font-size: 18pt;}

.rechtsseitig {                            /*Ueberschrift rechts ausgerichtet*/
text-align: right;
}

#start {                                                          
color: #ffffff;
background-color: #63666c; }          /* Rahmenfarbe ausserhalb des Wrappers*/
/*============================================kopfbereich==========================*/
#kopf1 {
position: relative;
background-color: #808081;
padding: 5px;
}

#logodruck {
display: none;
}

#logo {
height: 39px;
width: 330px;
border: 0;
background-image: url("../pics/logo.jpg");
background-repeat: no-repeat;
}

#logo h2 {
position: absolute;
/*top: 10px;*/
right: 10px;
}
/*=====================================Ende Kopfbereich============================*/

#text{                                                          /*Standardtext*/
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;           
font-size: 10pt;
padding: 0px;
}

#text1{                                                /*Kleiner Text als Startabsatz*/
color: #FFFFE4;           
font-family: Verdana, Arial, Helvetica, sans-serif;           
font-size: 9pt;
padding: 0px;
}

#text2{                                                /*Eingerueckter Text */
color: #FFFFFF;           
font-family: Verdana, Arial, Helvetica, sans-serif;           
font-size: 10pt;
padding: 10px;
}

#nobreak  { white-space:nowrap; }                       /*Erlaubt keinen Zeilenumbruch*/

.ft{                                                             /*Schlagworte im Text*/
color: #FFF8C7;                                     
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
}

.ft1{                                                             /*Schlagworte im Text*/
color: #FFaa00;                                     
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
}
/*=========================================================================================*/
#seite{                                                           /*Standardeinteilung*/
width: 95%;
margin: auto; 
color: #FFFFFF;           
font-family: Verdana, Arial, Helvetica, sans-serif;           
font-size: 10pt;
}

#seite1{                                                           /*Standardeinteilung*/
width: 95%;
margin: auto;
color: #FFFFFF;           
font-family: Verdana, Arial, Helvetica, sans-serif;           
font-size: 10pt; 
}

.links{
width: 80%;
padding-right: 10px;
}

.rechts {
width: 20%;
text-align: right;
}

.bild {
width: 150px;
height: 88px;
border: 1px solid black;
}

.bild2 {                        /* Elektrosmog Heizkosten Pilz*/
width: 135px;
height: 180px;
border: 1px solid black;
}

.diagramm {
margin-left: 50px;
border: 1px solid black;
}

.querschnitt {
width: 420px;
height: 57px;
border: 1px solid black;
}

.punkt {                          /*Punkt fuer Scrollleiste*/    
font-size: 1pt;
color: #63666c;
}

/*=========================================================================================*/
.bkoben{                                          /*Tabelle Baukostenauflistung*/
width: 25%;
text-align: right;
}

#tabelle{                                            /*Tabelle Baukostenauflistung*/
width: 90%; 
margin: auto;
background-color: #808081;
font-family:  Verdana, Arial, Helvetica, sans-serif;           
font-size: 10pt; 
padding: 5px;
}


.sp1{  
/*text-align: top;                              /*Tabelleninhalt Spalte 1*/
font-weight: bold;
color: #ffffff;  
padding-left: 10px;
}

.sp2{                                            /*Tabelleninhalt Spalte 2*/
color: #ffffff;
}

.sp3{ 
text-align: right;  
padding-right: 10px;
font-weight: bold;                              /*Tabellenergebnis*/
color: #ffaa00;
}

.summe{                                             /*Tabellenensumme*/
width: 10%;
color: #ffaa00;
font-weight: bold;
text-align: right;
padding-right: 10px;
}

.sutext {                                         /*hervorgeh. Text fuer Tabellenensumme*/
width: 25%;
font-weight: bold;
color: #FFAA00;  
text-align: left;
padding-left: 10px;
}

/*=========================================================================================*/

#hauptmenue {
display: none;
}

#menue{
position: absolute;                   /* width: 100%;  background-color:#63666c;*/
text-align: right;
margin-top: 2px;
right: 0.9em;
z-index: 200;
}

a.oben {                                 
/*width: 4em;*/
font-size: 95%; 
font-weight: normal;
text-align: center;
text-decoration: none;
margin-left: 0;                        /*nuetzt nichts*/
padding-left: 6px;                      /*evtl. weniger nehmen*/
padding-right: 6px;
background-color: #5e5e5e;            /*#89898A; */
color: #ffffff; 
/*border-color: #d0843e;*/
border: 1px solid #d0843e;
border-bottom: none;
}

#menue .oben:hover {
/*font-weight: bold;*/
color: #ffaa00;
}

#menue a.active {
font-weight: bold;
color: #ffaa00;
}

#menue .menunt {                                    
float: right;
display: block;
overflow: hidden;
width: 8em;                                
height: 1.1em;
text-align: center;
/*text-decoration: none;*/
background-color: #5e5e5e;                   
color: #ffffff; 
border: 1px solid;
border-color: #d0843e;
}

#menue .menunt:hover {                  /*#menue1 wird ben&ouml;tigt */
height: auto;
/*overflow: visible;*/
font-weight: bold;
background-color: #5e5e5e;
color: #ffaa00;
}

a.innen {
margin-top: 2px;
border-top: 2px;
}

a.inn1, 
a.innen {                                 
display: block; 
width: 95%;
padding-left: 4px;
font-weight: normal;
text-align: left;
text-decoration: none;
border-bottom: 1px solid #78561d;       /*Unterer Zellenrand zur Abgrenzung*/
background-color: #89898A;             
color: #ffffff; 
}

a:hover.inn1,
a:hover.innen {
background-color: #525252;                  
font-weight: normal;
color: #ffbe3d;
}

a.mitte1 {                                     /* mitte ist fuer Untermenuepunkt */
display: block; 
width: 95%;
padding-left: 4px;
font-weight: normal;
text-align: left;
text-decoration: none;
border-bottom: 1px solid #78561d;
background-color: #A8A8A9;                                 
color: #ffffff;                                    
}

a:hover.mitte1 {
position: relative;
background-color: #525252;
color: #ffaa00;
}

span.menutag {
display: block;
cursor: default;
}