/*
 * stylesheet for www.governance-school.de
 * structure, pagelayout
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created:      20090520 bms
 * lastmodified: 20090520 bms
 */


/* ######################################### */
/* ########    STRUCTURE    ################ */
/* ######################################### */

#page_container{
  width: 1030px;
  margin: 0 auto 0 auto;
  text-align: left;
}

#page_head{
  height: 265px;
  position: relative;
}

#page_head_title_img{
  position: absolute;
  top: 38px;
  left: 0;
  height: 192px;
  width: 1030px;
  overflow: hidden;
}

#page_head_title_img {
  background: #306a5b;
}

#mct {
  z-index: 10;
  width: 266px;
  position: absolute;
  right: 0;
  top: 38px;
}

#page_head_title_img .content_object {
  position: absolute;
  right: 0;
  height: 192px;
  width: 770px;
  background: #306a5b;
  display: none;
}

#page_head_title_img .co_1,
#page_head_title_img .co_2 {
  display: block;
}

#page_head_title_img .rt_ext_inh .img_container {
  position: absolute;
  right: 11px;
  top: 0;
}

#page_head_title_img .rt_ext_inh h2,
#page_head_title_img .rt_ext_inh .richtext,
#page_head_title_img .rt_ext_inh p.topic {
  position: absolute;
  left: 60px;
  font-family: Verdana, sans-serif;
}

#page_head_title_img .rt_ext_inh h2 {
  top: 40px;
  font-size: 2.5em;
  color: #c4db11;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: normal;
}

#page_head_title_img h2 a {
  color: #C4DB11;
}

#page_head_title_img .rt_ext_inh .topic {
  top: 75px;
  font-size: 1em;
  color: #fff;
  line-height: 1.2em;
  width: 420px;
  font-style: italic;
}

#page_head_title_img .rt_ext_inh .richtext {
  top: 100px;
  font-size: 1.3em;
  color: #fff;
  line-height: 1.3em;
  width: 420px;
  font-style: italic;
}

#home_link{
  width: 259px;
  height: 192px;
  position: absolute;
  top: 38px;
  left: 0;
}

#page_head_title_img a:hover{
  text-decoration: none;
}

#page_head_title_img a:focus{
  border: 1px solid #646464;
  text-decoration: none;
  width: 178px;
  height: 183px;
}

#page_head_title_img a:active{
  border: none;
}

#page_head_title_content{
  position: absolute;
  right: 10px;
  top: 237px;
  z-index: 10;
}

.msie6 #page_head_title_content{
  width: 235px;
}

#page_head_content_head{
  width: 150px;
  position: absolute;
  right: 0;
  top: 1px;
  border-top: 1px solid #fff;

}

#page_body_container{
  position:relative;
  padding-top: 62px;
  margin-bottom: 40px;
  width: 1030px;
}

#page_body_left{
  width: 230px;
  float: left;
  overflow: hidden;
  padding-right: 53px;
  min-height: 1px;
}

.msie6 #page_body_left{
  height: 1px;
  overflow-y: visible;
}

#page_body_main_container{
  width: 427px;
  float: left;
  overflow: hidden;
  padding-right: 0;
  padding-left: 1px;
}

#page_body_right{
  float: right;
  overflow: hidden;
  position: relative;
  width: 264px;
}


#page_foot{
  clear: both;
}

