/* ---------- @ HTML Elements -----------*/

body {
        margin: 0;
        padding: 0;
        top:0;
        
        }

body, html {

        min-height:101%;
        }

body {
        color:#4b4637;
        background: #d5ddbf;
        }

body, select, textarea, input {
        font: 100% Arial,Verdana;
        }

p {
        margin: 15px 0;
        line-height:140%;
        }


a, a:visited {
        text-decoration:underline;
        color:#368b9c;
        }

a:hover, a:active {
        color:#58acbd;
        }

*:focus {
        outline: none;
        }

ol {
        margin: 15px 15px 15px 35px;
        }

a img {
        border:none
        }




/* ---------- @ Page Structure -----------*/

#top {

        background: url(bg_top.gif);
        height:138px;
        }

#interior #main {
        background:#d5ddbf url(images/bg_main2.png) center top no-repeat fixed;
        padding-top:11px;
        }

#interior #main .wrapper {
        background:#f0f3e8;
        padding:8px 24px 40px 24px;
        width:902px;
        }

#titlebar {
        background:#70685b;
        padding:18px 0;
        }

.wrapper {
        margin: 0 auto;
        font-size: 0.8em;
        width: 950px;
        }

#masthead {
        background: #706b5b;
        }

#sidebar {
        overflow: hidden;
}

.left {
        float:left;
        }

.right {
        float:right
        }

.inline * {
        display: inline;
}

#linkeSpalte {
        float:left;
        width:600px;
        background:#fff;
        margin-top:0;
        margin-right:1.67em;
        padding-top:0;
        padding-right:1em;
        padding-bottom:20px;
}

#rechteSpalte {
        padding-left: 2em;
        margin-top:0;
        padding-top:0;

}

h1, a#logo {
        font-size:2em;
        width:647px;
        height:75px;
        background:url(logo.gif);
        text-indent:-999em;
        float:left
        }
}

#footer {
        padding: 15px 0;
        color:#92c6cf;
        font: 0.65em Georgia, "Times New Roman", Times, serif;
        text-transform:uppercase;
        margin:0 auto;
        width:950px;
        text-align:center;
        letter-spacing:0.15em;
        }

#footer a, #footer a {
        color:#CCC;
        }

#footer a:hover, #footer a:active {
        color:#CCC;