/**
 * Layout 
 * Projekt: KDA-EKD
 */

* {
  font-family: Verdana;
  font-size: 1em;
}

html {
  font-size: 100.1%;
}


body {
  font-size: 0.65em;
  text-align: center;
  background-color: #fff;
}


div#page {
  position: relative;
  width: 976px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background-color: #f6f3ee;
  border: 1px #65835d solid;
}

div#content_wrapper {
  position: relative;
}


/* ------------------------ */
/* Header                   */
/* ------------------------ */

div#header {
  position: relative;
  height: 113px;
  background: transparent;
  border-bottom: 5px #65835d solid;
}

div#header a {
  text-decoration: 0 !important;
  border: 0 !important;
}

div#logo {
  position: absolute;
  top: 20px;
  left: 10px;
}

div#logo a {
  text-decoration: 0 !important;
  border: 0 !important;
}


div#teaser {
  position: relative;
  width: 824px;
  height: 113px;
  margin-left: 152px;
  background: transparent;
}

div#slogan {
  position: absolute;
  top: 94px;
  left: 10px;
  // color: #64845d;
  color: #f6f3ee;
  text-transform: uppercase;
  font-size: 1.1em;
  background: transparent;
  // font-weight: bold;
//  z-index: 500;
}

/* ------------------------ */
/* Navigation               */
/* ------------------------ */

div#navigation {
  position: relative;
  width: 152px;
  float: left;
}


div#navigation ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #d0ddcc;
  padding-top: 10px;
  padding-bottom: 2px;
}

div#navigation ul li {
  position: relative;
  border-bottom: 1px #fff solid;
  min-height: 18px;
}

div#navigation ul li.first {
  border-top: 1px #fff solid;
}

div#navigation ul li a {
  position: relative;
  display: block;
  padding: 2px 0 2px 23px;
  font-size: 1.1em;
  color: #4f6f48;
  border: 0;
  min-height: 14px;
}

div#navigation ul li.current a,
div#navigation ul li a:hover {
//  background-color: #B1CAAA;
  background: #f6f3ee;
  border: 0;
}


div#navigation ul li.bullet a,
div#navigation ul li a:hover {
  background: #f6f3ee url(/system/images/background/bullet_more.gif) 10px 5px no-repeat;
}


div#navigation ul li.current ul {
  border: 0px;
  background-color: #f6f3ee !important;
  padding: 0;
  padding-left: 13px;
  width: 139px;
}

div#navigation ul li.current ul li {
  border: 0px;
}

div#navigation ul li.current ul li a {
  font-size: 1em;
  background: transparent;
  border: 0;
}

div#navigation ul li.current ul li a:hover,
div#navigation ul li.current ul li.bullet a {
  border: 0;
  background: #f6f3ee url(/system/images/background/bullet_more.gif) 10px 5px no-repeat;
}


div#navigation ul li.current ul li ul li a {
  padding: 2px 0 2px 22px;
  font-size: 1em;
  background: transparent;
  border: 0;
}

div#navigation ul li.current ul li.current ul li a {
  background-image: none;
}


div#navigation ul li.current ul li.current ul li a:hover,
div#navigation ul li.current ul li.current ul li.bullet a {
  border: 0;
  background: #f6f3ee url(/system/images/background/bullet_more.gif) 10px 5px no-repeat;
}
/* ------------------------ */
/* Mitgliederlogos          */
/* ------------------------ */
div#member_logos {
  text-align: left;
  padding-left: 23px;
  margin-top: 115px;
}

div#member_logos a {
  display: block;
  border: 0 !important;
  margin-bottom: 10px;
}


div#search_form {
  margin: 10px 0 10px 0;
  padding: 0 0 0 5px;
}

div#search_form input.textinput {
  width: 70px;
}

/* ------------------------ */
/* Content                  */
/* ------------------------ */


div#content {
  position: relative;
  width: 660px;
  float: left;
  padding: 5px;
}

div#content ul {
  margin-left: 16px;
}

div#main_image {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}

div#content h1 {
  margin: 0 0 10px 0 !important;
  padding: 0;
  font-size: 1.3em;
  line-height: 1em;
}

div.seperator {
  border-bottom: 1px #4f6f48 solid;
  margin-bottom: 10px;
  margin-top: 10px;
}

img.popup {
  cursor: pointer;
}

div#path {
  position: relative;
  padding: 7px 10px 1px 10px;
}

div#path .bullet {
  padding-left: 15px;
  background: url(/system/images/background/bullet_more.gif) 0px 3px no-repeat;
}
/* ------------------------ */
/* Content Blöcke           */
/* ------------------------ */

div.inner_content_with_portrait_image {
/*  margin-left: 260px;*/
}

div.inner_content_with_landscape_image {
/*  margin-left: 260px;*/
}

div.block {
  background-color: #eff1ec;
  padding: 10px;
  line-height: 1.5em;
  margin: 5px;
  border: 1px #d0ddcc solid;
  color: #6f716c;
}

div.block h1 {
  margin-top: 0;
  font-size: 1.05em;
  color: #3a3a38;
}

div.list_block {
  position: relative;
  float: left;
  background-color: #eff1ec;
  padding: 10px;
  margin: 5px;
  border: 1px #d0ddcc solid;
  line-height: 1.5em;
  color: #6f716c;
}

div.list_block h2 {
  color: #3a3a38;
}

div.list_block_first {

}

div.blocks_2 {
  
}

div.blocks_2 div.list_block {
  width: 298px;
  height: 178px;
}

div.blocks_3 div.list_block {
  width: 178px;
  height: 178px;
}

div.list_block div.main_image {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}


div.block_clearing {
  clear: left;
}


div.listNavigationTop {
  text-align: center;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  position: relative;
}

div.listNavigationTop div.back {
  position: absolute;
  left: 10px;
  top: 5px;
}

div.listNavigationTop div.next {
  position: absolute;
  right: 10px;
  top: 5px;
}

div.block_image {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
  width: 120px;
  min-height: 180px;
}

img.block_image {
/*  margin-bottom: 10px;
  margin-right: 20px;*/
}

/* ------------------------ */
/* ListNavigation           */
/* ------------------------ */
div.list_navigation {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* ------------------------ */
/* Sidebar                  */
/* ------------------------ */

div#sidebar {
  position: relative;
  width: 145px;
  float: left;
  min-height: 1px;
  padding-top: 11px;
}


div#sidebar h2 {
  height: 17px;
  padding-top: 3px;
  text-align: center;
  color: #fff !important;
  margin: 0 !important;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #65835d;
}


div.sidebar_block {
  background-color: #65835d;
  padding: 0 1px 0 1px;
  margin-bottom: 10px;
}


div.sidebar_block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #f6f3ee;
  font-size: 0.9em;
}

div.sidebar_block ul li {
  background: transparent;
  border-bottom: 1px #65835d solid;
  padding: 6px;
}

div.sidebar_block ul li h3 {
  margin-bottom: 5px;
}

div.sidebar_block ul li p {
  line-height: 1.05em;
  margin: 3px 0 3px 0;
}

div.sidebar_block ul li.image {
  padding: 2px !important;
}

div.sidebar_block ul li.image a {
  border: 0;
  padding: 0;
  position: relative;
  display: block;
}

div.sidebar_block ul li.image a img {
  padding: 0;
  position: relative;
}

/* ------------------------ */
/* Footer                   */
/* ------------------------ */

div#footer_wrapper {
  position: relative;
  background-color: #f6f3ee;
  border-top: 10px #f6f3ee solid;
}


div#footer {
  position: relative;
  margin-left: 152px;
  padding: 5px 5px 5px 0;
  text-align: right;
}

div#footer strong {
  font-weight: normal;
  color: #000;
}





/* ------------------------ */
/* Links                    */
/* ------------------------ */
a {
  border-bottom: 1px dotted;
  text-decoration: none;
  color: #4f6f48;
}


a:hover {
  border-bottom: 1px solid;
}

a img {
  border: 0;
}

a.img_link {
  border: 0;
}


a.more {
  padding-left: 13px;
  background: url(/system/images/background/bullet_more.gif) 0 2px no-repeat;
  color: #65835d;
  text-decoration: underline;
  padding-top: 0;
  border: 0;
}

a.pdf {
  padding-left: 16px;
  padding-top: 5px;
  background: url(/system/images/background/bullet_pdf.gif) 0 2px no-repeat;
  min-height: 16px;
  border: 0;
  text-decoration: underline;
}


/* ------------------------ */
/* Formulare                */
/* ------------------------ */
label {
  display: block;
}

input.textinput {
  border: 1px #cfdccb solid;
}

input.active {
  border: 1px #64845d solid !important;
}

/* ------------------------ */
/* uebergreifende Angaben   */
/* ------------------------ */

strong {
  color: #65835d;
  font-weight: bold;
}


p {
  margin: 0 0 1em 0;
  line-height: 1.5em;
}

.popup {
}



