/* ***********************************
     Zyfuß 2007
     TYPE	: Stylesheet
     TITLE	: Zyfuß Basic Style e
     DESC	: Main Stylesheet for Zyfuß Basic Style
     AUTHOR	: Renate Einecke // www.sevenpixels.de

   *********************************** */

body {
  background-color: #666;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 1em;
  margin: 30px auto 0 auto;
  padding: 0;
  text-align: center;
}

h1 {
  margin: 37px 0 25px 64px;
  font-size: 1em;
  color: #005AAB;
}
h2 {
  margin: 0;
  font-size: 1.25em;
  color: #005AAB;
}

img {border: 0;}

a:link {
  color: #005AAB;
  text-decoration: none;
}
a:visited {
  color: #005AAB;
  text-decoration: none;
}
a:hover {
  color: #005AAB;
  text-decoration: none;
}

/* ---------- RAHMEN ----------  */ 
#wrap {
  margin: 0 auto 0 auto;
  width: 994px;
  text-align: left;
}
#contentWrap {
  background: #005AAA;
  background-image:url(/images/layout/background.gif);
  background-repeat: repeat-y;
  border: 1px solid #666;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
/* ---------- HEADER ----------  */ 
#headerLeftHome {
  background: #005AAA;
  width: 178px;
  height: 470px;
  float: left;
}
#headerLogoHome {
  background: #ADB8BF;
  width: 816px;
  float: left;
}
#headerLeft {
  float: left;
  background: #005AAA;
  width: 178px;
  height: 265px;
}
#headerLogo {
  float: left;
  background: #ADB8BF;
  width: 816px;
  text-align: right;
}
/* ---------- /HEADER  ----------  */ 
/* ---------- NAVIGATION  ----------  */ 
#left {
  float: left;
  width: 178px;
  background: #005AAA;
}
#navi {
  background: #ADB8BF;
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
  width: 178px;
} 
#navi li {
  list-style-type:none;
  padding-bottom: 8px;
}
#navi li a {
  display: block;
  padding: 0 0 0 24px;
  line-height: 20px;
  color: #000000;
  font-size: 0.8em;
}
#navi li a:hover {
  color: #FFFFFF;
  background: #6E7073;
  background-image:url(/images/layout/naviPunkt.gif);
  background-repeat: no-repeat;
}
#naviActive a{
  color: #FFF !important;
  background: #6E7073;
  background-image:url(/images/layout/naviPunkt.gif);
  background-repeat: no-repeat;
}
#navBarHome #navBar {
  margin: 110px 0 0 0 !important;
  padding: 0 0 20px 24px;
}

#navBar {
  margin: 220px 0 0 0;
  padding: 0 0 20px 24px;
}
#navBar li  {
  list-style-type: none;
  display: inline;
  padding-left: 3px;
}
#navBar li a {
  color: #FFFFFF;
  font-size: 0.6em;
}
/* ---------- /NAVIGATION  ----------  */ 

/* ---------- CONTENT ----------  */ 
#contentHome {
  float: left;
  background: #FFFFFF;
  padding-bottom: 30px;
  width: 816px;
}
#content {
  float: left;
  background: #FFFFFF;
  padding-bottom: 30px;
  width: 814px;
}
#contentText {
  margin: 0 100px 0 64px;
  font-size: 0.8em;
  line-height: 1.3em;
}
.liste {
  float: left;
  background-image:url(/images/layout/aufzaehlung.gif);
  background-repeat: no-repeat;
  width: 270px;
  padding-left: 15px;
  margin-bottom: 20px;
}
#listeLinks {
  float: left;
  margin: 0 50px 40px 0;
  padding: 0 0 0 20px;
}
#listeLinks  li {
  margin-bottom: 15px;
}
#listeRechts {
  float: left;
  margin: 0 0 40px 0;
  padding: 0 0 0 20px;
}
#listeRechts  li {
  margin-bottom: 15px;
}

#listHeader {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #7F9DB9;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#listFooter {
  border-top: 1px solid #7F9DB9;
  padding-top: 10px;
  margin-top: 5px;
}
.listPage {
  float: left;
  width: 25em;
}
.listNavi {
  float: right;
  text-align: right;
  width: 17.5em;
}
#layout {
  float: right;
  width: 1px;
  height: 425px;
}
/* ---------- /CONTENT  ----------  */ 

/* ---------- HOME ----------  */ 

#contentSpace {
  margin: 48px 0 0 64px;
}
.contentBlockHome {
  float: left;
  margin: 0;
  padding-right: 50px;
  font-size: 0.8em;
  line-height: 1.3em;
  width: 200px;
}
.contentBlockHome h2{
  margin: 0;
  padding: 0 0 0 6px;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1em;
  border-left: 13px solid #005AAA;
}

/* ---------- /HOME  ----------  */ 

/* ---------- FORM ----------  */ 
#contentForm label {
  float: left;
  width: 12em;
  margin-bottom: 0.75em;
}
#contentForm input {
  border: 1px solid #7F9DB9;
  width: 17em;
  margin-bottom: 0.75em;
  font-size: 1em;
}
#contentForm .button {
  border: 0;
  width: auto;
  margin-right: 30px;
}
#contentForm textarea {
  border: 1px solid #7F9DB9;
  width: 17em;
  height: 5em;
  margin-bottom: 0.75em;
}
/* ---------- /FORM  ----------  */ 

/* ---------- EDIT ----------  */ 
.edit {
  font-size: 12px;
  font-weight: bold;
  color: #CC0000;
}

/* ---------- /EDIT ----------  */ 
