html, body, div, p, td, a, input, textarea, select {
    font-family:Verdana, Arial, sans-serif;
    color:#606060;
}

html, body {
    margin:0;
    padding:0;
}

html {
    background-image:url('../images/bg.jpg');
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:#000;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #000;
}

h1 {
font: normal 2em "Times New Roman", Times, serif;
margin:0;
padding:0;
}

.title {
    height: 120px;
    font: italic 6em "Times New Roman", Times, serif;
    color: #fff;
    background-image:url('../images/andiriedl.gif');
    background-repeat:no-repeat;
}

.menu {
    height: 30px;
}

#rahmen {
    position:absolute;
    left:315px;
    top:25px;
    width:650px;
}

#main {
    font-size:12px;
    font-family:Verdana;
    background-image:url('../images/bgcontent.jpg');
    background-repeat:no-repeat;
    background-color:#B3B3B3;
    padding-left:60px;
    padding-right:30px;
    min-height:515px;
}

#footer {
    height:27px;
    background-image:url('../images/bg-bottom.gif');
    background-repeat:no-repeat;
    padding-top: 3px;
    border-top: 1px dashed #A3A3A3;
    font-size: .75em;
    text-align: right;
}

#footer a.x {
    color:#606060;
    }

#footer a:hover {
    color: #000;
}

img.bg {
    float: left;
    clear: left;
    margin-right:-7px;
}
