body
{
    margin: 0 auto;
    padding: 0;
    background-color: #F1F1F1;
    font-family: Arial,Helvetica,sans-serif;       
    font-size: 14pt;
    color: #8D8D8D;
}

.page
{
    position: relative;
    width: 100%;
    overflow:hidden;
   /* left: 0;
    top: 0;*/
}

.clear
{
    font-size:1px;
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
}

.site
{
    position:relative;
    z-index:0;
    margin:0 auto;
    padding: 0;
    width: 967px;
    min-width:967px;
    min-height:400px;
    margin-top: 10px !important;    
}

.site_inner2
{
    position: relative;
    z-index:1;
    padding:11px;
}

div.header
{
    margin: 0 auto;
    position: relative;
    z-index:0;
    width: 967px;
    height: 227px;
}

.maincontent
{
    position: relative;
    margin-bottom: 0px;
    width: 967px;
    background-image: url('../upload/layout/background_line.gif');
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: top center;
}

.maincontent .left
{
    position: relative;
    float: left;
    margin: 0;
    border: 0;
    padding: 0;
    overflow: hidden;
    width: 450px;
}

.navigation
{
    padding-top: 25px;
    padding-left: 30px;
}

.maincontent .middle
{
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    overflow: hidden;
    width: 500px;
    min-height: 500px;
}

.backimage
{
   //background-image: url('../upload/hersteller/rosaclara/157_Roger_A.gif');
   background-position:200px 30px;
   background-repeat: no-repeat;
   background-attachment: scroll;
}

.content_text1, .content_text2, .content_text3
{
   font-size: 0.9em;
}

.content_title 
{
    text-align:  center;
}

.content_inner a 
{
    text-decoration: none;
    font-style: italic;
    color: #8D8D8D;
}

.footer
{
    position: relative;
    margin-bottom: 0px;
    width: 967px;
    height: 41px;
    background-image: url('../upload/layout/background_footer.gif');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
}


