html { height: 100% }

body {
	min-height: 101%;
    background-color: #FFFFFF;
    background-image: url(Muster_veritkal.jpg);
    background-repeat:repeat-x;
    background-attachment: fixed;
    font-family: Verdana;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 1em;
    text-align: left;
    color: #4c8aa6;
	padding: 0;
	margin: 0;
    }

#container {
    width: 900px;
    margin: 0px auto;
    text-align: left;
    }

#content {
    background-image: url(Haus+Bilder_900x710px.png);
    background-position: center 100px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: 10px;
    }

#right {
    height: 670px;
    margin-top: 60px;
    margin-left: 500px
    }
    
#right h2 {
    margin-top: 10px;
    font-size: 20px;
    }

a {
    text-decoration: underline;
    color: #FFFFFF;
    }

a:hover {
    font-weight: bold;
    color: #FFFFFF;
    }
    
#Fusszeile {
    border-top: 2px solid #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
    }