html, body {
width: 100%;
height: 100%;
}
body{
font-family: Arial, Verdana, san-serif;
margin:0;
padding:0;
background-color: #fff;
color: #333;
font-size: 12px;
}

a, a:link, a:active{
color:#44268c;
text-decoration: none;
}
a:hover{
text-decoration: underline;
color:#44268c;
}

#header{
height:77px;
background-image: url(../images/header_background.gif);
background-repeat: repeat-x;
border-bottom:1px solid #fff;
}

/*-------------------------------------------NAVIGATION--------------------*/
#menu{
height: 29px;
background-image: url(../images/navi_background.gif);
background-repeat: repeat-x;
border-bottom:1px solid #fff;
padding-left: 33px;
}

#menu a {
height:29px;
font: 1px/1 sans-serif;
color:#fff;
text-decoration: none;
float:left;
}

#menu a#startseite:hover,
#menu a#direktebeteiligungen:hover,
#menu a#indirektebeteiligungen:hover,
#menu a#stiftung:hover,
#menu a#kontakt:hover
{background-position: 0 -29px; color: #fff;}


#menu a#startseite, #menu a#startseite_s {width:90px; background: url(../images/menu/start.gif) 0 0 no-repeat;}
#menu a#direktebeteiligungen, #menu a#direktebeteiligungen_s {width:183px; background: url(../images/menu/direkte.gif) 0 0 no-repeat;}
#menu a#indirektebeteiligungen, #menu a#indirektebeteiligungen_s {width:195px; background: url(../images/menu/indirekte.gif) 0 0 no-repeat;}
#menu a#stiftung, #menu a#stiftung_s {width:82px; background: url(../images/menu/stiftung.gif) 0 0 no-repeat;}
#menu a#kontakt, #menu a#kontakt_s {width:82px; background: url(../images/menu/kontakt.gif) 0 0 no-repeat;}



#menu a#startseite_s,
#menu a#direktebeteiligungen_s,
#menu a#indirektebeteiligungen_s,
#menu a#stiftung_s,
#menu a#kontakt_s
{background-position: 0 -58px;}



#impressum a:active, #impressum a:link, #impressum a{
font-size: 10px;
color:#44268c;
text-decoration:none;
height:29px;
line-height:29px;
background-image:url(../images/menu/impressum.gif);
background-repeat: no-repeat;
background-position: 0 10px;
padding-left: 10px;
margin-left: 12px;
}

#impressum a:hover{
color: #fff; 
text-decoration: none;
background-image:url(../images/menu/impressum_hover.gif);
background-repeat: no-repeat;
background-position: 0 10px;
}

#impressum_s a, #impressum_s a:active, #impressum_s a:link{
color: #fff; 
text-decoration: none;
background-image:url(../images/menu/impressum_hover.gif);
background-repeat: no-repeat;
background-position: 0 10px;
text-decoration:none;
padding-left: 10px;
margin-left: 12px;
height:29px;
line-height:29px;
font-size: 10px;

}

#submenu{
background-color:#44268c;
/*height:150px;*/
width:300px;
padding-left: 24px;
margin-top: 10px;
padding-top: 10px;
}

#submenu a, #submenu a:link, #submenu a:active{
display: block;
color: #fff;
font-size: 13px;
font-weight: bold;
text-decoration: none;
padding-left: 10px;
}
#submenu a:hover, #sub_selected{
background-image: url(../images/menu/arrow.gif);
background-repeat: no-repeat;
background-position: 0 2px;
}

/*-------------------------------------------NAVIGATION ENDE--------------------------------*/

#headerpic{
height:109px;
background-color: #d5d5d5;
border-bottom:1px solid #fff;}

.index{
background-image: url(../images/index.jpg);
height:109px;
background-repeat: no-repeat;
}

.direktebeteiligungen{
background-image: url(../images/direktebeteiligungen.jpg);
height:109px;
background-repeat: no-repeat;
}
.indirektebeteiligungen{
background-image: url(../images/indirektebeteiligungen.jpg);
height:109px;
background-repeat: no-repeat;
}
.stiftung{
background-image: url(../images/stiftung.jpg);
height:109px;
background-repeat: no-repeat;
}
.kontakt{
background-image: url(../images/kontakt.jpg);
height:109px;
background-repeat: no-repeat;
}


#headline{
height: 29px;
background-color: #44268c;
}

#content_wrapper{
min-height: 100%;}

#content_left{
float:left;
width:326px;
padding-left: 34px;
padding-top: 10px;
padding-bottom: 30px;
}
#content_right{
float:left;
width:326px;
margin-left: 20px;
padding-top: 35px;
visibility: hidden;

}

#footer{
font-size: 10px;
color:#44268c;
line-height: 30px;
padding-left: 25px;
position: absolute;
right:0;
margin-top:-30px;
height:30px;
width:344px;
background-image: url(../images/footer_background.gif);
background-repeat: no-repeat;
}

#clear{
clear: both;
}