/* CSS made by Pitri */

body 
{
  margin: 20px 0;
  background-color:#000000;
  background-image:url(background.png);
  color: #fff;
  font-family:"Endeavour"
}

a {color: #bbb;}
a:hover {color: #fff;}

/* Eigene Tags */

menu
{
  font-size:16px;
  min-width:150px;
  width:10%;
  height:32px;
  background-image:url(button1.png);
  background-repeat:no-repeat
}

menu:hover 
{
  font-size:16px;
  width:150px;
  height:32px;
  background-image:url(button2.png);
  background-repeat:no-repeat
}

@font-face 
{
 font-family: Clonk;
 src: url("endeavour.eot");
}

/* DIV-IDs */
#cc
{
  width:200px;
  height:150px;
  background-image:url(clonkercode.png);
  color: #000;
}

#header 
{
  width: 100%;
  height: 110px;
  background-image:url(upperboard.png);
  margin-left:auto;
  margin-right:auto;
  background-repeat:repeat-x
}

#center
{
  font-size:14px;
  min-width:150px;
  width:90%;
}

#credits
{
  font-size:12px;
  width:100%;
}

#window
{
  background-image:url(window.png);
}

#caption
{
  height:23px;
  background-image:url(caption.png);
}
