/* -------------------------------------------------
   allgemeines
------------------------------------------------- */

.orange       {color: #e80;}
.red          {color: #c00;}
.light        {color: #bbb;}

body {
  margin: 0;
  padding: 0;
  background-color: #f1e5b7;
  background-image: url(../images/bg_site.png);
  background-repeat: repeat-y;
  font-family: Verdana, Arial;
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
}

.right       {text-align: right;}
.center      {text-align: center;}
.float_right {float: right; margin: 5px 0px 5px 5px;}
.float_left  {float: left; margin: 5px 5px 5px 0;}
.clear       {clear: both;}
.noborder    {border: 0;}
.loopro      {width: 100%;}
.space       {padding-left: 15px;}
.tiny        {font-size: 9px;}
.imgborder   {border-style: solid; border-width: 1px;}

.header, .header_right {
  font-size: 12px;
  font-weight: bold;
  color: #800;
}

.header {
  position: relative;
  left: 268px;
  top: -30px;
  border-bottom: 1px solid #faa;
  text-align: left;
  border: 0;
}

#ornament {
  z-index: 3;
  position: absolute;
  top: 135px;
  left: 105px;
}
/* -------------------------------------------------
   LogIn
------------------------------------------------- */

#login {
  z-index: 3;
  position: absolute;
  top: 0px; left: 769px;
  width: 130px; height: 114px;
  border: 0;
  background-color: #d5c789;
  color: #a95;
  line-height: 18px;
  vertical-align: middle;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

#login h1 {
  margin-top: 10px;
  margin-bottom: 2px;
  color: #cb8;
  line-height: 24px;
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
}

#login a, #login a:active {
  color: #f93;
  text-decoration: none;
  font-weight: bold;
}

#login a:hover {
  color: #b22;
  text-decoration: none;
  font-weight: bold;
}

#login input, #login .ok {
  height: 12px;
  margin: 0;
  border: 0;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 10px;
  text-decoration: none;
  line-height: 10px;
  background-color: #f1e5b7;
}

#login input {
  width: 95px;
  cursor: write;
  color: #fff;
}

#login .ok {
  width: 12px;
  color: #fc8;
}

/* -------------------------------------------------
   Logo & Titel
------------------------------------------------- */

#main {
  z-index: 1;
  position: absolute;
  top: 0px; left: 0px;
}

#logo {
  position: absolute;
  top: 0px; left: 18px;
}

#logo_title {
  z-index: 3;
  position: absolute;
  top: 0px; left: 240px;
  width: 529px; height: 114px;
  background-image: url(../images/bg_logo_title.png);
}

#edge_header_menu {
  position: absolute;
  top: 104px; left: 18px;
  width: 751px; height: 63px;
  background-image: url(../images/bg_header_menu.png);
}

#adresse {
  position: relative;
  top: 250px; left: 18px;
}
/* -------------------------------------------------
   Menue
------------------------------------------------- */

#menu {
  z-index: 2;
  position: relative;
  top: 180px;
  left: 18px;
  width: 160px;
}

#menu .menupoint,
#menu .menupoint_act {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
}

#menu a,
#menu a:hover,
#menu a:active,
#menu a:visited {
  display: block;
  text-decoration: none;
  text-align: left;
  height: 24px;
  padding-left: 13px;
}

#menu .menupoint a,
#menu .menupoint a:active,
#menu .menupoint a:visited {
  color: #081;
}

#menu .menupoint_act a,
#menu .menupoint_act a:active,
#menu .menupoint_act a:visited {
  color: #fb1;
}

#menu .menupoint_act a:hover,
#menu .menupoint a:hover {
  background-color: #040;
  color: #fb1;
}

/* -------------------------------------------------
   Mitte (Inhalt)
------------------------------------------------- */

#content {
  z-index: 1;
  position: absolute;
  top: 150px; left: 200px;
  width: 550px;
  border: 0;
}

#content .header {
  padding-top: 15px;
  line-height: 24px;
  vertical-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fa0;
}

#content .content {
  position: relative;
  clear: both;
  padding: 5px 20px 20px 20px;
  color: #fd8;
  font-family: Verdana;
  font-size: 11px;
  line-height: 14px;
}

#content .content h1 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 5px;
  left: -10px;
  color: #fb4;
  font-family: Verdana;
  font-size: 14px;
/*  font-weight: bold; */
  line-height: 18px;
}

#content .content p {
  margin-top: 3px;
  margin-bottom: 10px;
  line-height: 16px;
  text-align: justify;
}

#content .content img {
  border: 1px solid #fa0;
}

#content .nothing {
  padding: 5px 15px 15px 15px;
  font-size: 11px;
  clear: both;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#content, #content a, #content a:visited, #content a:active {
  text-decoration: none;
}

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

/* -------------------------------------------------
   Inhalt - Kontakt
------------------------------------------------- */

option, select, .inputed {
  cursor: write;
  font-family: Arial;
  font-weight: bold;
  font-style: normal;
  font-size: 10;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
}

.inputed {
  width: 216px;
}

/* -------------------------------------------------
   Copyright
------------------------------------------------- */

#copyright {
  padding-top: 3px;
  background-position: 0 -20px;
  height: 30px;
  text-align: center;
  font-size: 9px;
}

/* -------------------------------------------------
   Footer
------------------------------------------------- */

#footer, #footer a, #footer a:visited, #footer a:active {
  padding-top: 10px;
  font-size: 9px;
  text-align: center;
  text-decoration: none;
}

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