@charset "utf-8";

body {
  background-color: #fff;
  color: #333;
  font-family: tahoma, arial, sans-serif;
  font-size: 13px;
  line-height: 24px;
}

a {
  color: #003882;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body#home a.home,
a.selected {
  color: #000;
}

p, h1, h2, h3, h4, ul, ol {
  margin-bottom: 12px;
}

h1,
h2,
#navigation,
#subnavigation {}

h1 {
  font-size: 17px;
}

h2 {
  font-size: 17px;
  font-weight: normal;
}

hr {
	color: #fc0;
	background-color: #edebd4;
	height: 1px;
	border: 1px;
	margin: 24px 0;
}

em {
  color: #003882;
  font-style: normal;
}

#wrapper {
  margin: 0 auto;
  width: 800px;
}

#header {}

#logo {
  float: right;
  margin: 8px 0 0 0;
}

#keyvisual {}

#navigation,
#subnavigation {
  margin-top: 8px;
}

#subnavigation {
  position: relative;
  top: -12px;
}

body.anlagen #subnavigation {
  left: 45px;
}

body.projekte #subnavigation {
  left: 102px;
}

#navigation li,
#subnavigation li {
  display: inline-block;
  float: left;
  margin-right: 11px;
}

#content {
  float: right;
  margin-bottom: 72px;
  margin-top: 72px;
  position: relative;
  width: 400px;
}

#content h1,
#content h2 {
  color: #666;
  left: -60px;
  top: -24px;
  position: relative;
}

.infobox {
  background: #fff url('../img/ui/box-body.gif') no-repeat bottom left;
  left: -400px;
  position: absolute;
  top: 120px;
  width: 240px;
}

.infobox img {
  vertical-align: top;
}

.boximg {
  text-align: center;
}

.boxcontent {
  padding: 20px;
}

.boxcontent th {
  text-align: left;
}

.boxcontent table {
  width: 100%;
}

/* BEGIN HELPERS */

.form-validation-error {
  color: #900;
}

.hidden {
  display: none !important;
}

.clearer {
  clear: both;
}

/* END HELPERS */