#Master_Background
{
  background-image: url('../upload/bilder/background3.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  position: fixed;
  height:95%;
  width: 99%;
}

*+html #Master_Background
{
  display: none;
}

*
{
  font-family: Arial, sans-serif;
}

#Master
{
  position: relative;
  margin: 5px auto;
  width: 852px;
}

#Head
{
  padding: 0px;
  margin: 0px 0px 10px;
  border: solid 1px #333;
  height: 180px;
}

div.gallery_image
{
  float: left;
  margin: 20px;
}

div.gallery_image .link
{
  height: 120px;
  width: 120px;
  text-align: center;
}

div.gallery_image img
{
  border: solid 1px #333;
}

div.gallery_image .medianame h3
{
  font-size: 12px;
}

div.gallery_image .description
{
    display: none;
}


#Content
{
  padding: 0px 20px;
}

#Content h1
{
  font-size: 25px;
  text-align: center;
}

div.content a
{
  text-decoration: none;
  color: #0099FF;
}

div.content a:hover
{
  color: #C0C;
}

div.content a[href^="http://"] 
{
  background:url("../upload/bilder/ext-link-icon.png") no-repeat scroll right center transparent;
  padding:0 13px 0 0;
}