/*********************************************************************
** CSS
** @autor Marc Schanz <info@hci-visions.com>
** @version 1.0
** @package HCI-visions
*********************************************************************/
/**********************************************
** Box-Model
**********************************************/

#container {
  width: 760px;
  text-align: right;
}

#navigation {
  float: left;
  width: 280px;
  margin: 0;
  padding: 50px 0px 50px 0px;
  font-size: 1em;
  list-style-type: none;
  border-right: 1px solid #817162;
}

.headline {
  width: 100%;
  height: 100px;
  padding-top: 20px;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  font-size: 2em;
  text-align: right;
  color: #51473D;
}

.menu-box {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0;
  font-size: 1em;
  border: 1px solid #817162;
  border-top: 0;
}

.menu-title {
  margin: 0;
  padding: 2px 0px 2px 0px;
  width: 100%;
  text-align: center;
  font-family: 'Times New Roman';
  letter-spacing: 0.1em;
  font-size: 0.9em;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  color: #51473D;
  background-color: #D7C3AF;
  border-top: 1px solid #817162;
  border-bottom: 1px solid #817162;
}

.menu-description {
  margin: 10px 0px 5px 10px;
  padding: 0;
  font-family: 'Times New Roman';
  font-style: italic;
  font-size: 1em;
  font-weight: normal;
  color: #51473D;
}

.menu-list {
  margin: 5px 0px 20px 26px;
  padding: 0px;
}
/**********************************************
** HTML-Tags
**********************************************/

body {
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  color: #51473D;
  background-color: #E1C8AF;
  scrollbar-base-color:#E1C8AF;
  scrollbar-face-color:#E1C8AF;
  scrollbar-arrow-color:#817162;
  scrollbar-3dlight-color:#817162;
  scrollbar-darkshadow-color:#E1C8AF;
  scrollbar-highlight-color:#E1C8AF;
  scrollbar-track-color:#D7C3AF;
  padding-right: 30px;
}

BODY#menu {
  padding: 0;
}

/*** Navigations-Button ***/
CENTER {
  font-size: 0.7em;
}

UL {
  margin: 5px 0px 5px 50px;
  font-size: 0.7em;
  line-height:1.4em;
  list-style-type:square;
}
LI.navbutton {
  height: 50px;
  width: 250px;
  margin: 0px 40px 0px 0px;
  padding: 0;
  text-align: right;
}

LI.navimpressum {
  height: 20px;
  width: 250px;
  margin: 30px 40px 0px 0px;
  padding: 0;
  text-align: right;
}

A {
  color: #51473D;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

A.start-impressum {
  height: 20px;
  padding: 2px 10px 0px 45px;
  color: #51473D;
  font: 500 italic 1em 'Times New Roman';
  letter-spacing: 0.1em;
  text-decoration: none;
  font-weight:bold;
}

A.start-impressum:hover {
  color: #972E0F;
  text-decoration: none;
}

A.startlink {
  height: 20px;
  padding: 2px 10px 0px 45px;
  color: #51473D;
  font: 500 italic 1em 'Times New Roman';
  letter-spacing: 0.1em;
  text-decoration: none;
  font-weight:bold;
  border-top: 1px solid #817162;
}

A.startlink:hover {
  border-top: 1px solid #972E0F;
  color: #972E0F;
  text-decoration: none;
}

/*** Mehr-Button ***/

.more {
  width: 100%;
  margin: 0;
  font-size: 0.7em;
  padding-top: 7px;
  text-align: right;
}

A.link-more {
  color: #51473D;
  text-decoration: none;
  font-weight: normal;
}

A.link-more:hover {
  color: #51473D;
  text-decoration: underline;
}

h1 {
  margin: 15px 0px 10px 0px;
  padding: 0;
  font-family: 'Times New Roman';
  font-style: italic;
  font-size: 1em;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: #51473D;
}

h2 {
  margin: 12px 0px 7px 0px;
  padding: 0;
  color: #51473D;
  font-family: 'Times New Roman';
  font-style: italic;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-weight: normal;
}

B.capital {
  font-style:italic;
  text-decoration:underline;
}

B.red {
  color: #FF0000;
}

P {
  margin: 5px 0px 10px 0px;
  padding: 0;
  font-size: 0.7em;
  line-height:1.4em;
  text-align: justify;
}

.spacer {
  margin-top: 100px;
}

TD  {
  font-size: 0.7em;
}

.tabletitle {
  text-align: right;
  width: 800px;
  height: 200px;
}

.infobox {
  width: 430px;
  margin 0;
  padding: 0px 25px 0px 15px;
  color: #51473D;
  border-top: 1px solid #817162;
}

.title-infobox {
  margin: 2px 0px 5px 0px;
  padding: 0;
  color: #51473D;
  font: 500 italic 1em 'Times New Roman';
  letter-spacing: 0.1em;
  text-decoration: none;
  font-weight:bold;
}

.remark {
  font-weight:normal;
}

.hands {
   position: absolute; top: 110px; left: 380px;
}

TEXTAREA {
  color: #51473D;
  background-color: #D7C3AF;
  border: 1px solid #817162;
}

INPUT {
  color: #51473D;
  background-color: #D7C3AF;
  font-size: 0.8em;
  border: 1px solid #817162;
}

.referenz {
  margin: 0px 0px 40px 0px;
  color: #51473D;
  background-color: #D7C3AF;
  border: 1px solid #817162;
}

.box-logo {
  width: 250px;
  text-align: center;
}

.box-reftext {
  padding: 20px 20px 20px 0px;
  font-size: 0.7em;
  line-height:1.4em;
  text-align: justify;
}

IMG.img-logo {
  border: 4px double #817162;
}

.kontakt {
  margin: 10px 10px 10px 10px;
}

.page-spacer {
  height: 300px;
}

.infomsg {
  height: 50px;
}

