* { margin:0px; padding:0px; }
a { text-decoration:none; }
html { height:101%; }

body {
    background-image:url(img/background.png);
    background-repeat:repeat-x;
    background-color:#ffedcc;
    font-family:"trebuchet ms";
    height:101%;
    }

#container {
    position:relative;
    background-color:#000;
    margin:auto;
    width:960px;
    min-height:101%;
    background-image:url(img/page_background.png);
    }

#header {
    background-image:url(img/header.png);
    height:162px;
    }

/** --------------- Menue --------------- **/

#menue {
    float:left;
    list-style:none;
    width:173px;
    margin-left:10px;
    background-color:#a11059;
    padding-bottom:7px;
    }

#menue li {
    list-style:none;
    }

.menue_header {
    background-image:url(img/menue_header.png);
    height:41px;
    line-height:41px;
    padding-left:35px;
    font-size:16px;
    color:#1c1c1c;
    margin:6px 0px 3px 0px;
    }

#menue_header_first {
    margin:0px 0px 3px 0px;
    }


.unterpunkte li {
    line-height:21px;
    padding-left:35px;
    }

#menue a {
    color:#fff;
    font-size:14px;
    }

#menue a:hover {
    color:#ffd5ea;
    }

/** -------------- Menue End ------------ **/

#main {
    width:490px;
    float:left;
    margin:-17px 0px 0px 27px;
    }

#main h1 {
    font-size:20px;
    color:#b0025c;
    margin:25px 0px 10px 0px;
    clear:both;
    }

#main p {
    font-family:"verdana";
    font-size:12px;
    color:#272727;
    line-height:18px;
    text-align: justify;
    }

#main img {
    float:left;
    margin:13px 20px 13px 0px;
    border:solid #f2f2f2 6px;
    }

.clear {
    clear:both;
    height:90px;
    }


#footer {
    position:absolute;
    bottom:0px;
    background-image:url(img/footer.png);
    height:36px;
    width:710px;
    color:#fff;
    font-size:12px;
    padding:30px 0px 0px 250px;
    }

#banner {
    float:right;

    background-image:url(img/banner_background.png);
    background-repeat:no-repeat;
    height:620px;
    width:203px;
    padding:10px 0px 0px 27px;
    }

#banner img {
    border:none;
    }

#footer a {
    color:#fff;
    }

#footer a:hover {
    color:#feddee;
    }