#wrapperpotal {
   position: relative;
   background-color: #fff;
   margin: 90px auto 50px;
   padding: 0;
   width: 990px;
   min-height: 750px;
}
  
#wrapperpotal h1 {
   position: relative;
   color: #80B55B;
   font-size: 200%;
   font-weight: normal;
}


#wrapperpotal h3 {
   position: relative;
   color: #F1371E;
   font-size: 150%;
   border-bottom: 1px dotted #BBD8A8;
   padding: 5px 0;
   margin: 5px 0 10px 0;
   font-weight: normal;  
}


#menu_topwrapper {
   position: absolute;
   right: 27px;
   top: -40px;
   min-width: 200px;
   min-height: 30px;
   background-color: transparent;
}

#begruessung {
   position: relative;
   margin: 0;
   padding: 0;
   min-height: 40px;
   min-width: 990px; 

}

#burkhartsmair {
   position: relative;
   float: left;
   min-height: 330px;
   min-width: 308px;
   background: #fff;
   margin: 0 15px 20px 0;
   padding: 0; 
}

#trockenbau {
   position: relative;
   float: left;
   min-height: 330px;
   min-width: 308px;
   background: #fff;
   margin: 0 15px 20px 0;
   padding: 0; 
}
#putz {
   position: relative;
   float: left;
   min-height: 330px;
   min-width: 308px;
   background: #fff;
   margin: 0 15px 20px 0;
   padding: 0; 
}

#industrielackiererei {
   position: relative;
   float: left;
   min-height: 330px;
   min-width: 308px;
   background: #fff;
   margin: 0 15px 20px 0;
   padding: 0; 
}
#oberflächentechnik {
   position: relative;
   float: left;
   min-height: 330px;
   min-width: 308px;
   background: #fff;
   margin: 0 15px 0 0;
   padding: 0; 
}
#aktuelles {
   position: relative;
   float: left;
   height: 255px;
   min-width: 308px;
   background: #fff;
   margin: 0 15px 0 0;
   padding: 0; 
}

#text {
   position: absolute;
   left: 0;
   bottom: 0;
   margin: 0;
   padding: 0;
   background-color: #fff;
   min-width: 308px;
   min-height: 70px;
}


#textaktuell {
   position: absolute;
   left: 0;
   bottom: 0;
   margin: 0 0 0 5px;
   padding: 5px;
   background-color: transparent;
   width: 286px;
   height: 160px;
}
#textaktuell .textbox {
   position: absolute;
   right: 5px;
   bottom: 15px;
   display: block;
   height: 20px;
   width: 150px;
   margin: 0;
   padding:  0;
   text-align: right;
}

#textaktuell.textbox a:link,
#textaktuell .textbox a:visited {
   text-decoration: none;
   color: #F1381E;
   font-size: 92%;
   margin:  0 5px 0 0;
   padding: 0;
   vertical-align: middle;
   height: auto;
}
#textaktuell .textbox a:focus,
#textaktuell .textbox a:hover,
#textaktuell .textbox a:active {
   color: #F1381E;
   text-decoration: underline;
}


/** Verwaltung **/

#verwaltung{
    background-color:#fff ;
    border-bottom: 1px solid #fff;
    text-align:center;
    padding:8px;
}

#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
    color : #fff;
    background-color: #71BF45;
    margin: 0 5px;
    padding:5px;
    font-weight : normal;
    text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
    color : #fff;
    background-color: #71BF45;
}


