﻿body
{
    font-size: 12px;
    background-image: url('/css/images/bg.gif');
    background-repeat: repeat;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
}
h1
{
font-size:22px;
color:#334722;
}
h2
{
font-size:16px;
}
h3
{
font-size:12px;
}
td
{
    padding-bottom: 10px;
    vertical-align: top;
    text-align: left;
}
.auszeichner
{
/*color:#334722;*/
font-weight:bold;
}
#center
{
margin:auto;
width:950px;
}

#logo
{
height:100px;
width:950px;
background-color:#ffffff;
    background-image: url('/css/images/bg_logo.gif');
    background-repeat:no-repeat ;


}

#main_navi
{
height:26px;
width:950px;
    background-image: url('/css/images/bg_main_menu_div.jpg');
    background-repeat: repeat-x;

}
#banner
{
height:140px;
width:950px;
background-color:#ffffff;

}

#content_wraper
{

width:950px;
background-color:#ffffff;
    background-image: url('/css/images/bg_content.gif');
    background-repeat: repeat-y;
}

#sub_navi
{
padding-top:25px;
width:200px;
min-height:400px;
float:left;
padding-left:20px;
padding-right:30px;
*position: relative;
_position: relative;


}

#main_content
{
padding-top:20px;
width:650px;
margin-left:20px;
background-color:#ffffff;
min-height:400px;
float:left;
padding-right:30px;
height:auto;
}

#content_end
{
height:1px;
background-color:#198c49;
clear:both;
}

#footer
{
background-color:#ffffff;
padding-top:5px;
   
    height: 20px;
 /*   background-image: url('/css/images/powered_by_sitefinity.gif');
    background-repeat: no-repeat ;
     background-position: 840px 5px;*/
    text-align: center;
    font-size: 10px;
    padding-bottom:5px;
   
}
#footer a
{
    text-decoration:none;
    color:Black;
}

.poweredBySitefinityLogo 
{
  visibility: hidden !important;
margin-left:-5000px;

}
