/* Globale Einstellungen */

* {
  padding: 0;
  margin: 0;
}

html {
  overflow-y: scroll;
  height: 100%;
} 

body {
  background: #ffffff;
  height: 100%;
}

.clearer {
  clear: both;
}


/* Seitenlayout */

#page-container {
  position: relative;
  width: 995px;
  min-height: 100%;
  margin: 0px auto;
  border: solid #dddad3;
  border-width: 0px 15px;
  background: transparent url(../images/bg_main.gif) 0px 0px repeat-y;
}

#logo-container {
  position: absolute;
  top: 119px;
  left: 87px;
  width: 315px;
  height: 55px;
  z-index: 100;
}

#aufzaehlung-container {
 position: absolute;
  top: 20px;
  left: 100px;
}


#mainmenu-container {
  position: absolute;
  top: 27px;
  left: 60px;
  width: 883px;
  height: 30px;
  padding-top: 9px;
  z-index: 100;
  background: transparent url(../images/bg_mainmenu.png) 0px 0px no-repeat;
}

#main-container {
  position: relative;
  width: 100%;
}

#content-column, #right-column, #right-column-lifecoaching, #right-column-fkids, #right-column-wasistcoaching, #right-column-selfness, #right-column-aboutss {
  position: relative;
  float: left;
  width: 320px;
}

#content-column {
  width: 557px;
  padding: 232px 30px 0px 88px;
}

#content-columnaufzaehlung {
  width: 500px;
  padding: 0px 0px 0px 16px;
}

#right-column {
  background: #8d7e74 url(../images/banner_coaching_selfness.png) 0px 0px no-repeat;
  min-height: 838px;
}

#right-column-lifecoaching {
	background: #8d7e74 url(../images/banner_life_coaching.png) 0px 0px no-repeat;
	min-height: 838px;
}

#right-column-fkids {
  background: #8d7e74 url(../images/banner_coaching_f_kids.png) 0px 0px no-repeat;
  min-height: 838px;
}

#right-column-wasistcoaching {
  background: #8d7e74 url(../images/banner_was_ist_coaching.png) 0px 0px no-repeat;
  min-height: 838px;
}

#right-column-selfness {
  background: #8d7e74 url(../images/banner_selfness.png) 0px 0px no-repeat;
  min-height: 838px;
}

#right-column-aboutss {
  background: #8d7e74 url(../images/banner_about_steffanie_schaefer.png) 0px 0px no-repeat;
  min-height: 838px;
}


#bottom-container {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 68px;
  background: transparent url(../images/bg_bottom.gif) 0px 0px repeat-x;
}

#metamenu-container {
  position: absolute;
  top: 20px;
  left: 90px;
}

#copyright {
  position: absolute;
  top: 20px;
  right: 85px;
}
