body { 
background-image:url('/images/bg.jpg');
background-repeat: repeat-y;
background-attachment:fixed;
background-position:center; 
}
.body-index { 
background-image:url('/images/bg_index.jpg');
}

#center { width: 720px; margin: 0 auto; }
#header-outer { background-color: #fff; padding-top: 32px; background-image:url('/images/bg_w.gif'); background-repeat: repeat-y; }
#header { width: 720px;}
#header-nav { margin-top: 28px}

#main { }
#left-outer { float: left; width: 570px; }
#left-title { height: 55px; margin-top: 15px;}
#left { width: 535px; }
#cmsarea1 { width: 535px; }

#right-outer {float: left; width: 150px; margin-top: 11px}
#right { width: 150px;  }
#cmsarea2 { width: 149px;}

#areasuche { width: 720px; }

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#anmeldungForm label { font-family:Arial, Helvetica, sans-serif; font-size: 12px; float: left; display: block; width: 160px; }
#anmeldungForm .input-txt { width: 220px; height: 18px; border: 1px solid #cdcec9; margin-bottom: 1px; }
#anmeldungForm .input-txtarea { width: 220px; height: 58px; border: 1px solid #cdcec9; margin-bottom: 1px; }

#nachrichtForm label { font-family:Arial, Helvetica, sans-serif; font-size: 12px; float: left; display: block; width: 160px; }
#nachrichtForm .input-txt { width: 220px; height: 18px; border: 1px solid #cdcec9; margin-bottom: 1px; }
#nachrichtForm .input-txtarea { width: 220px; height: 100px; border: 1px solid #cdcec9; margin-bottom: 1px; }


#submitlinerhs { margin-left: 160px; }
