/* HTML Elements */
body {
  margin: 0;
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  background: #E6E6E6;
}

a:link {
  font-family: Verdana, Arial, Helvetica;
  text-decoration: none;
  color: #594C78;
}
a:visited {
  font-family: Verdana, Arial, Helvetica;
  text-decoration: none;
  color: #594C78;
}

a:active {
  font-family: Verdana, Arial, Helvetica;
  color: #594C78;
  text-decoration: none;
}

a:hover {
  font-family: Verdana, Arial, Helvetica;
  text-decoration: none;
  color: #594C78;
  font-style: normal;
}

input {
  border: 1px solid #000000;
  margin-bottom: 5px;
}

textarea {
  border : 1px solid #000000;
}

/* Layout */
#toproot {
  margin: 10px auto 0;

  width: 594px;
}

/* Mit Unternavigation */
#rootsmall {
  width: 592x;

  background: url('../../img/design/3/border_small_background.gif') repeat-y;

  float: left;
}

#bordersmalltop {
 width: 592px;
 margin : 0px;
 height : 18px;
 background: url('../../img/design/3/bordertop_small.gif') repeat-y;
}

#bordersmallbottom {
 width: 592px;
 margin : 0px;
 height : 18px;
 background: url('../../img/design/3/borderbottom_small.gif') repeat-y;
 float : left;
}

/* Mit Navigation */
#root {
  width: 592x;

  background: url('../../img/design/3/border_background.gif') repeat-y;

  float: left;
}

#bordertop {
 width: 592px;
 margin : 0px;
 height : 18px;
 background: url('../../img/design/3/bordertop.gif') repeat-y;
}

#borderbottom {
 width: 592px;
 margin : 0px;
 height : 18px;
 background: url('../../img/design/3/borderbottom.gif') repeat-y;
 float : left;
}

#logo {
  margin: 0;
  width: 592px;
  height: 43px;
  padding-top : 18px;
  padding-bottom : 11px;
}

#header {
  margin: 0;
  width: 592px;
  height: 91px;
}

#navi {
  margin-bottom: 12px;
  width: 592px;
  height: 27px;
  border-top : 3px solid #E6E6E6;
}

#content {
  margin: 0px;
  padding-left: 16px;
  padding-right: 16px;
  width: 560px;
  float: left;
}

#contentsmall {
  margin: 0px;
  padding-left: 18px;
  padding-right: 18px;
  width: 375px;

  float: left;
}

#subnavi {
  margin: 0px;
  padding-left: 16px;
  padding-right: 16px;
  width: 135px;
  float: right;
}