body {
 position:relative;
 margin-left:auto;
 margin-right:auto;
 width:800px;
}

A:link, A:active {
 text-decoration:none;
 color:#9F6304;
}

A:visited {
 text-decoration:none;
 color:#9F6304;
}

A:hover {
 text-decoration:underline;
}

.intro-container {
 width: 800px;
 height: 900px;
 margin:0 auto;
 text-align: center;
 background-image:url(images/homebg.jpg);
 background-repeat: no-repeat;
 background-attachment:scroll;
 background-position:center;
 color: #000000;
}

.work-container {
 width: 800px;
 height: 900px;
 margin:0 auto;
 text-align: center;
 background-image:url(images/bg.jpg);
 background-repeat:no-repeat;
 background-attachment:scroll;
 background-position:center;
 color: #000000;
}

.beschr {
 font-size:x-large;
}

.beschr2 {
 font-size:small;
}

.profil {
 text-align:left;
}