html, body {
  width:100%;
  height:100%;
  margin:0;
  padding:0;
}

body {
    font: 12px Arial, Helvetica, Verdana, sans-serif;
    color: #525252;
	background-color: #e5e5e5;
	background-image: url(/page-pics/bg-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1
{
  margin: 0 0 15px 0;
  font-size: 18px;
  color: #547c9b;
  font-weight: normal;
}

h2
{
  margin: 0 0 10px 0;
  font-size: 17px;
  font-weight: bold;
}

h3
{
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: bold;
}

.smallCaps
{
  font-variant: small-caps;
}

#container
{
  margin: 0 auto 1px auto;
  width: 938px;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.home
{
  background: #ffffff url(/page-pics/bg-container.jpg) repeat-y left top;
}

.angebot
{
  background: #ffffff none no-repeat;
}

#navigation
{
  width: 560px;
  height: 91px;
  padding: 0 20px 0 29px;
  background-color: #286eb1;
  float: left;
}

#navigation ul
{
  margin: 0;
  padding: 0;
}

#navigation ul li
{
  display: block;
  margin-right: 10px;
  float: left;
  text-align: center;
}

#navigation li a
{
  color: #fff;
  text-decoration: none;
  display: block;
  width: 80px;
  height: 31px;
  padding-top: 60px;
  outline: none;
}

#navigation li a.selected
{
  background: transparent url(/page-pics/bg-navi-selected.jpg) repeat-x left top;
}

#sprachwahl
{
  float: right;
  width: 100px;
  text-align: right;
  padding-top: 10px;
}

#sprachwahl a
{
  font-size: 10px;
  color: #bfced8;
  text-decoration: none;
}

#logo
{
  height: 91px;
  float: right;
  width: 329px;
  background: #003e79 url(/page-pics/logo.jpg) no-repeat center center;
}

#headerpic
{
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  height: 217px;
  clear: both;
}

#content_wrapper
{
}

#content-left
{
  float: left;
}

.home-left
{
  width: 449px;
  padding: 40px 119px 30px 40px;
  border-right: 1px solid #FFFFFF;
  background: #ffffff url(/page-pics/bg-greystripe.jpg) repeat-x left top;
  text-align: justify;
}

.half-left
{
  width: 389px;
  padding: 40px 40px 30px 40px;
  background: #ffffff url(/page-pics/bg-greystripe.jpg) repeat-x left top;
  text-align: justify;
}

.half-left-zert
{
  width: 389px;
  padding: 40px 40px 30px 40px;
}

.contact-left
{
  width: 528px;
  padding: 40px 40px 30px 40px;
  border-right: 1px solid #FFFFFF;
  background: #ffffff url(/page-pics/bg-greystripe.jpg) repeat-x left top;
}

.left-contact-left
{
  float: left;
  width: 200px;
  padding-right: 30px;
  line-height: 1.6em;
}

.left-contact-left p
{
  margin-top: 0;
}

#content-right
{
  float: right;
}

.home-right
{
  width: 269px;
  padding: 40px 30px 30px 30px;
  background-color: #f7f7f7;
}

.half-right
{
  background: #ffffff url(/page-pics/bg-greystripe.jpg) repeat-x left top;
  width: 389px;
  padding: 40px 40px 30px 40px;
  text-align: justify;
}

.half-right-zert
{
  width: 389px;
  padding: 40px 40px 30px 40px;
}

.home-right p
{
  line-height: 1.6em;
}

#content-left a, #content-right a
{
  text-decoration: none;
  color: #286eb1;
  outline: none;
  border: 0;
}

a img {
  border: 0;
}

#hr
{
  height: 1px;
  background: transparent url(/page-pics/hr.jpg) no-repeat center center;
}

.hervorheben
{
  color: #286eb1;
}

#footer
{

  background-color: #bfced8;
  margin: 0 auto;
  height: 30px;
  width: 940px;
}

#footer a
{
  font-size: 10px;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 20px 0 auto;
  line-height: 30px;
  width: 60px;
  height: 30px;
  display: block;
  outline: none;
}


.form {
  width:285px;
  float: right;
}

.form p
{
  margin: 0 0 10px 0;
}

.form .field .required {
  color:#c00;
  font-weight:bold;
}

.form input,
.form textarea,
.form select {
  width:278px;
  border:1px solid #bfced8;
  background-color:#f0f5f8;
  font-size:1em;
  font-family:"Arial", sans-serif;
  color:#555;
  padding:1px 2px;
  margin: 6px 0 10px 0;
}

.form textarea {
  height:7em;
  overflow:auto;
}

.form .button {
  text-align:center;
  width: 100px;
}

.form .formControls input {
  border:none;
  background-color:#fff;
  font-size:1em;
  line-height:1.5em;
  font-family:"Arial", sans-serif;
  color:#d75463;
  padding:1px 0;
  cursor:pointer;
  .line-height:1em;
  .padding:1px 0.5em;
}

.error
{
  color: #c74810;
  width: 285px;
  float: right;
}

.success
{
  color: #22b909;
  width: 285px;
  float: right;
}



/* standard css clearfixes */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */