body,html
{
  height:100%;
  font-family:arial;
  font-size:12px;
  background-color:#222;
}

#wrap
{
  position: absolute;
  /*height:550px;*/
  width:970px;
  margin-left:-485px;
  left:50%;
  margin-top:50px;
  margin-bottom:50px;
  border: 5px ridge #222;
  padding:10px;
  background:#111;
}

#header
{
  height:150px;
  background-color:#111;
  background-image:url(../header.jpg);
  background-repeat:no-repeat;
}

#menu
{
  text-align:left;
  height:20px;
  font-weight:bold;
  text-align:center;
}

#menu ul
{
  list-style-type:none;
  margin:0;
  padding:0;
}

#menu li
{
  display:inline;
  line-height:20px;
  padding:0 10px 0 10px;
  /*border-left:1px solid black;
  border-right:1px solid black;*/
}

#menu li:hover
{
  /*background-image:url(../gfx/menu.jpg);
  background-repeat:repeat-x;
  display:inline;*/
  line-height:20px;
  padding:0 10px 0 10px;
  /*border-left:1px solid black;
  border-right:1px solid black;*/
}

#menu a
{
  color:#fff;
  font-weight:bold;
  text-decoration:none;
}

#menu a:hover
{
  font-weight:bold;
  color:#bb0000;
  text-decoration:underline;
}


#content
{
  padding:2px 0 2px 0;
  height:100%;
  overflow:auto;
  color:#FFFFFF;
  min-height:300px;
}

#text_links
{
  width:48%;
  float:left;
  /*border:1px solid black;*/
}

#text_rechts
{
  text-align:center;
  float:right;
  width:48%;
  /*border:1px solid black;*/
}

#bottom
{
  height:100px;
  background-color:#3366CC;
  background-image:url(../gfx/bottom.jpg);
  border-left:2px groove white;
  border-right:2px groove white;
  border-bottom:2px groove white;
}

#partner
{
  text-align:center;
  height:100px;
  background-color:#1144AA;
}

#clear
{
  clear:both;
}

h2
{
  padding-top:5px;
  font-size:14px;
  font-weight:bold;
}

.text
{
  padding-left:15px;
  font-size:12px;
  font-weight:normal;
}

a:link, a:visited
{
  font-weight:bold;
  color:#FFF;
  text-decoration:none;
}

a:hover
{
  text-decoration:none;
  font-weight:bold;
  color:#bb0000;
  text-decoration:underline;
}

a:active
{
  font-weight:bold;
  color:#FFF;
}

img
{
  border:0px;
}

th
{
  font-size:14px;
}

td
{
  font-size:12px;
}

legend
{
  font-weight:bold;
}

table, legend 
{
  color:#ffffff;
}

fieldset
{
  border:1px solid white;
  margin-bottom:10px;
  padding:5px;
}

input, textarea
{
  background-color:#222;
  color:#fff;
}