body {
  font: 90% Verdana, Arial, Helvetica, sans-serif;
  background-color: #ffffff;
}

* {
  margin:0;
  padding:0;
}

/* Hauptboxen */

#seite {
  width: 701px;
  margin: auto;
}

#kopfbereich {

  height: 50px;
}

#portrait {
  background: url('Bilder/Portrait.jpg') no-repeat;
  height:475px;
  margin-top: 5px;
}

#profile {
  height: 450px;
  width:200px;
  margin-top: 5px;
  float: right;
}

#fussbereich {
  clear: both;
  margin-top: 5px;
  height: 15px;
}

#fussbereich a {
  display:inline;
  color: #000000;
}


/* Boxen der Profile */

#facebook {
float: right;
width:80px;
height:80px;
margin-top:70px;
margin-right: 85px;
}

#instagram {
float: right;
width:80px;
height:80px;
margin-top:10px;
margin-right: 85px;
}

#youtube {
float: right;
width:80px;
height:80px;
margin-top:10px;
margin-right: 85px;
}

/* Hover bei Links zu Profilen */

a {
    display:block;
    width: 80px;
    height:80px;
}


a.youtube {
background: url('Bilder/YouTube.png') no-repeat;
}

a.youtube:hover {
background: url('Bilder/YouTube_sw.png') no-repeat;
}

a.facebook {
background: url('Bilder/Facebook.png') no-repeat;
}

a.facebook:hover {
background: url('Bilder/Facebook_sw.png') no-repeat;
}

a.instagram {
background: url('Bilder/Instagram.png') no-repeat;
}

a.instagram:hover {
background: url('Bilder/Instagram_sw.png') no-repeat;
}





