* {
    margin: 0px ;
    padding: 0px ;
}

body {
    color: #000 ;
    background-color: #c4ccff ;
}

* {
    color: inherit ;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif ;
    font-size: 9pt ;
}

a {
    color: #000 ;
}

img {
    border: 0px ;
}

p {
    margin-top: 1em ;
}

.hidden_header {
    display: none ;
}

div.closure {
    clear: both ;
}

div.right_bg{
    z-index: 1 ;

    position:absolute; bottom: 51px; right: 0px;

    background: url('../images/adrett_sonnenblume.jpg') ;
    background-repeat: no-repeat ;
    height: 410px ;
    width: 484px ;
}

#pagecontainer > div.right_bg{
    position:absolute; bottom: 52px; right: 0px;
}

/*div {
    outline: 4px solid #f00 ;
}

div > div {
    outline: 3px solid #0f0 ;
}

div > div > div {
    outline: 2px solid #ff0 ;
}

div > div > div > div {
    outline: 1px solid #00f ;
}
  */
#sitecontainer {
    width: 979px ;

    position: relative ;

    background: #cdd5ea ;

    margin: auto ;
}

#header {
    width: 100% ;
    height: 135px ;

    background: url('../images/header_bg.gif') repeat-x ;
}

#header #slogan1 {
    float: left ;
}

#header #logo {
    float: right ;
}

#menu {
    width: 100% ;
    height: 18px ;

    padding-top: 2px ;

    background-color: #2a50a8 ;
}

#menu, #menu * {
    color: #fff ;
}

#menu a {
    text-decoration: none ;
}

#menu ul {
    list-style-type: none ;
}

#menu li {
    display: inline ;
    height: 5px ;
}

#menu li.aktuell {
    font-weight: bold;
}

#menu #leftmenu {
    float: left ;
}

#menu #leftmenu li {
    margin-left: 52px ;
    margin-right: 35px ;
}

#menu #rightmenu {
    float: right ;
}

#menu #rightmenu li {
    padding-left: 14px ;
    padding-right: 14px ;

    background: url('../images/menuright_bullet.gif') no-repeat 0px 2px ;
}

#pagecontainer {
    width: 978px ;

    /*background-image: url('../images/page_bg.gif') ;*/
    background-image: url('../images/adrett_sonnenblume.jpg') ;
    background-repeat: no-repeat ;
    background-position: bottom right;
    border-left: 1px solid #FFF;
}

#leftcol {
    float: left ;
    width: 474px ;

    height: 410px ;
    min-height: 410px ;

    overflow: visible ;

    padding: 10px ;

    z-index: 3 ;

    background-color: #ffffff ;
}

#pagecontainer > #leftcol {
    height: auto ;
}

#leftcol h3 {
    margin-bottom: 1em ;

    color: #f00 ;
    font-size: 12pt ;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif ;
    font-weight: bold ;
}

#rightcol {
    float: left ;
    width: 484px ;

    position: relative ;

    z-index: 2 ;
    height: 410px ;
}

#right {
    position: absolute ;
    z-index: 7 ;
}

#rightcol #rightpic {
    float: left ;
    margin-left: 10px ;
    margin-top: 12px ;
    width: 200px ;
}

#rightcol #rightpic img{
    border: 1px solid #e50003 ;
}

#rightcol #slogan  {
    float: right ;

    width: 252px ;

    margin-right: 5px ;
    margin-top: 38px ;
}

#rightcol #slogan p {
    color: #fff ;
    font-size: 31px ;
    font-weight: bold ;
    padding-left: 7px;
}

#content {
    width: 100% ;

}

#content ul {
    list-style-type: disc ;
    margin-left: 2em ;
}

#footer {
    clear: both ;

    height: 52px ;

    background-color: #2a50a8 ;
}
