body,html
{
  height:100%;
  font-family:arial;
  font-size:12px;
  background-color:#1144AA;
}

#wrap
{
  position: absolute;
  /*height:550px;*/
  width:750px;
  margin-left:-375px;
  left:50%;
  margin-top:50px;
}

#top
{
  height:100px;
  background-color:#3366CC;
  background-image:url(../gfx/top2.jpg);
  border:2px groove white;
}

#menu
{
  height:20px;
  font-weight:bold;
  background-image:url(../gfx/menu.jpg);
  background-repeat:repeat-x;
  border-left:2px groove white;
  border-right:2px groove white;
  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 10px 2px 10px;
  height:100%;
  overflow:auto;
  background-color:#ffcc66;
  border-left:2px groove white;
  border-right:2px groove white;
}

#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:#000;
  text-decoration:none;
}

a:hover
{
  text-decoration:none;
  font-weight:bold;
  color:#FFF;
}

a:active
{
  font-weight:bold;
  color:#FFF;
}

img
{
  border:0px;
}

td
{
  font-size:12px;
}

legend
{
  font-weight:bold;
}
