/* Style Sheet from mumberg.de */

body
{
  width: 100%;
  background-image:url('image/background.png');
  color:#000000;
  font-family:Arial,sans-serif;
  border:none;
}

.actionarea
{
  background-image:url('image/background.png');
  position:relative;
  top:0;
  left:0;
  right:0;
  margin: 0 auto;
  width:560px;
  height:132px;
  font-family:Arial,sans-serif;
}

.mainlogo
{ 
  background-image:url('image/background.png');
  position:absolute;
  left:15px;
  top:10px;
  width:58px;
  height:74px;
}

.title
{ 
  position:absolute;
  background-image:url('image/background.png');
  font-size:16px;
  font-weight: bold;
  left:113px;
  top:50px;
  width:250px;
  height:74px;
}

.mainheader
{ 
  background-image:url('image/background.png');
  position:absolute;
  left:408px;
  top:10px;
  width:58px;
  height:74px;
  font-weight: bold;
}

.mainmenu
{
  position:absolute;
  background-image:url('image/background.png');
  font-size:16px;
  font-weight: bold;
  left:0px;
  top:98px;
  height:33px;
}

.menu_selected
{
  color: red;
  font-weight: bold;
}

.content
{
  position:relative;
  left:0;
  right:0;
  margin: 0 auto;
  top:0;
  width:80%; 
  background-image:url('image/content_background.png');
  font-size:16px;
  font-family:Arial,sans-serif;
}

.content_picture
{
  position:relative;
  left:0;
  right:0;
  top:0;
  background-image:url('image/content_background.png');
  background-repeat: no-repeat;
  font-family:Arial,sans-serif;
}

.inner_content
{
  margin: 0 auto;
  width:700px;
  position:absolute;
  left:50px;
  right:0;
  top:0;
  font-size:16px;
  font-family:Arial,sans-serif;
}

a:link
{
  color: black;
  text-decoration: none;
  font-weight: bold;
}

a:visited
{
  color: black;
  text-decoration: none;
  font-weight: bold;
}

a:hover
{
  color: red;
  text-decoration: none;
  font-weight: bold;
}

