/***********************************************
* Layout-Container
*/

div#main_inhalt {
   width: 550px;
   background-color: #f9f9f9;
   padding: 0 0 0 0px;
   z-index: 4;
   margin-bottom: 25px;
}   

div#inhalt_box {
   display: block;
   width: 550px;
   height: 360px;
   background: url(../bilder/hg_home.png) no-repeat;
}

div#inhalt_box-bottom {
   display: block;
   width: 550px;
   height: 15px;
   background: url(../bilder/hg_home_u.png) no-repeat;
}

* html div#inhalt_box-bottom {
   display: block;
   width: 550px;
   height: 14px;
   background: url(../bilder/hg_home_u.png) no-repeat;
   margin-bottom: -1px;
}

/***********************************************
* Spezielle Absätze
*/

p.home_titel {
   font-size: 60px;
   font-family: Arial,Verdana,sans-serif;
   font-weight: 300;
   color: #3cb600;
   padding-top: 40px;
   padding-left: 40px;
}

p.home_text {
   font-size: 26px;
   font-family: Arial,Verdana,sans-serif;
   font-weight: 300;
   color: #5c5c5c;
   padding-top: 20px;
   padding-left: 40px;
}
