body {
  position: absolute;
  font-family: Verdana;
  font-size: 11px;
  position: relative;
  color:#535353;
  margin-left: 10px;
  margin-top: 0px;
}

h1 {
  font-size:16px;
  font-weight:bold;
  margin:0;
  margin-top: 20px;
  color: #686489;
}
h2 {
  font-size:14px;
  color: #595573;
  font-weight:bold;
  margin-bottom:10px;
}

.text_uberschrift {font-weight:bold; color:#3366CC;}
.sub_ueberschrift {font-size:13px; font-weight:bold;}

td,input, textarea, select	{ font-size:11px; font-family:Verdana; color:#535353; margin:0; padding:0;}

#shoutbox {
  width: 810px;
  height: 400px;
  z-index: 500;
  top: 290px;
  left: 70px;
}

#main {
  width: 814px;
  min-height: 5px;
  margin-top: 2px;
  border-top: 5px solid #3d5cac;
  background-color: #fef7e5;
}

#shortcuts {
  position: absolute;
  left: 580px;
  top: 52px;
  font-size: 12px;
}

#shortcuts a {
  color: #535353;
}

#menu {
  position: relative;
  width: 195px;
  height: 100%;
  background-image: url(/pics/menu_bg.gif);
  background-color: #ccc6c8;
  float: left;
  padding-bottom: 20px;
}

#border_left {
  position: absolute;
  left: 0px;
  width: 30px;
  background-color: #3d5cac;
  height: 100%;
  z-index: 1;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

#menu_logo {
  width: 195px;
  height: 263px;
}

.menu_entry  {
  font-family: Arial;
  color: #686489;
  border-bottom: 1px solid #fff;
  margin: 0px;
  padding-right: 5px;
  padding-left: 40px;
  height: 40px;
  z-index: 10;
  font-size: 14px;
  line-height: 18px;
}
.menu_entry a {
  color: #686489;
  text-decoration: none;
}

.menu_entry_over a {
  color: #c73939;
  text-decoration: none;
}

.menu_entry_active {
  color: #b23434;
  background-color: #fdecc3;
  text-decoration: none;
  font-family: Arial;
  border-bottom: 1px solid #fff;
  margin: 0px;
  padding-right: 5px;
  padding-left: 40px;
  height: 40px;
  z-index: 10;
  font-size: 14px;
  line-height: 18px;
}


.menu_entry_over {
  font-family: Arial;
  color: #686489;
  border-bottom: 1px solid #fff;
  margin: 0px;
  padding-right: 5px;
  padding-left: 40px;
  z-index: 10;
  height: 40px;
  font-size: 14px;
  line-height: 18px;
  background-color: #fef7e5;
}


.menu_entry span {
}

#content {
  position: relative;
  background-image: url(/pics/background.gif);
  background-position: 10px bottom;
  background-repeat: no-repeat;
  padding-left: 10px;
  padding-right: 10px;
}

#content p a {
  color: #90592c;
}

#footer {
  background-color: #ccc6c8;
  position: relative;
  width: 814px;
  height: 5px;
  line-height: 5px;
  color: #fff;
  visibility: visible;
  overflow: hidden;
}

.content_img {
  position: relative;
  float: right;
  margin: 10px;
  display: inline;
}

.content_img p {
  font-size: 9px;
  margin: 0px 0px 0px 22px;
  width: 80px;
}

#content p {
  text-align: justify;
}

#animation {  
  position: relative;
  width: 614px;
  height: 206px;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

.animation_pic {
  position: absolute;
}

.BG_TF_BLUE {
  background-color: #3d5cac;
}

.COLOR_TF_BLUE {
  color: #3d5cac;
}

.COLOR_RED {
  color: #c73939;
}

.COLOR_BLACK {
  color: #000;
}


.TRANSP_50 {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}


