body
{
  margin: 0px;
  background-color: #aaa;
  font-family: sans-serif;
}

a
{
  text-decoration: none;
}

#layout_table
{
  width:100%;
  height:100%;
  border-collapse:collapse;
}

#head
{
  margin: 0px;
  padding: 0px;
  width: 950px;
  height: 158px;
  overflow: hidden;
}

#main_menue
{
  margin: 0px;
  padding: 0px;
  width: 950px;
  height: 33px;
  vertical-align: bottom;
  overflow: hidden;
  text-align: center;
  background-image: url('../images/menue_bg.png');
}

#main_menue a
{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  margin-left: 6px;
  margin-right: 6px;
  
}

#main_menue a:hover
{
  text-decoration: overline underline;
}

#submenue
{
  margin: 0px;
  padding: 0px;
  width: 170px;
  overflow: hidden;
  background-color: #fff;
  background-image: url('../images/bg_content.png');
  background-repeat: repeat-x;
  background-position: top;
  vertical-align: top;
}

#submenue p
{
  margin: 10px;
  color: #444;
  font-size: 14px;
}

#submenue a
{
  color: #a11;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

#submenue a:hover
{
  text-decoration: underline;
}

#submenue h1
{
  font-size: 18px;
  font-weight: bold;
  color: #AA1111;
  text-align: right;
  border-bottom: 3px solid #efd4d4;
  font-size: 1.0em;
}

#bg_left
{
  background-image: url('../images/bg_left.png');
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #aaa;
  min-width: 20px;
}

#bg_right
{
  background-image: url('../images/bg_right.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #aaa;
  min-width: 20px;
}

#sponsors
{
  background-color: #fff;
  text-align: center;
}

#sponsors h1
{  
  font-family: Verdana, Helvetica, Sans Serif;
  font-size: 1.0em;
  font-weight: bold;
  padding-top: 20px;
  color: #AA1111;
  text-align: right;
  border-bottom: 2px solid #efd4d4;
}

#sponsors img
{
  border: 0px;
}

#ie_sucks
{
  background-color: #aaa;
  color: #000;
  font-size: 0.6em;
  text-align: center;
}

.button
{
  height: 20px;
  color: #a11;
  font-weight: bold;
  background-image: url('../images/button_bg.png');
}

.notify_red
{
  border: 2px solid #a11;
  background-color: #efd4d4;  
}

.notify_green
{
  border: 2px solid #1a1;
  background-color: #d4efd4;  
}

.rahmen
{
  margin:10px;
  border:1px solid #777;
  padding:3px
}


