/*
 * stylesheet for # DGB20 - Ich bin mehr Wert! #
 * content design
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created: 20080221 bms
 * lastmodified: 20080221 bms
 */

/* ############################################ */
/* ###########    CONTENT DESIGN    ########### */
/* ############################################ */


.content_object,
#salutation{
  background: #fff;
  margin-bottom: 20px;
}

.msie .content_object,
.msie .teaser,
.msie .co_body{
    height: 1%;
}

.content_object .co_head .date{
  padding-right: 8px;
}

.more{
  background: url(/static/img/dgb20_icons/more.gif) no-repeat;
  padding-left: 20px;
}

.richtext{
  line-height: 1.3em;
}

.richtext ul{
  list-style-type: disc;
  margin-left: 12px;
}

.msie .richtext ul{
  margin-left: 16px;
}

.img_container{
  float: left;
  margin: 0 10px 5px 0;
}

.img_description{
  font-size: .83em;
  padding-top: 2px;
}



/* ---------------- */
/* - CONTENT HEAD - */
/* ---------------- */
#page_head_content_head .content_object h2{
  font-size: 1.4em;
  padding: 0;
  margin: 5px 0 8px 0;
  font-weight: normal;
}

#page_head_content_head .co_head{
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
  font-size: .83em;
  padding: 3px 0 3px 0;
  position: relative;
}

#page_head_content_head .richtext{
  padding-right: 10px;
  position: relative;
  top: -4px;
}



/* -------------------------- */
/* - PAGE BODY LEFT CONTENT - */
/* -------------------------- */
#page_body_left_content{
  font-size: .83em;
}

#page_body_left_content h2.co_headline{
  background: url(/static/img/dgb20/left_h2_bg.gif) repeat-y;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 0 6px 10px;
  font-family: verdana, sans-serif;
  margin: 0;
}

#page_body_left_content .content_object{
  background-color: #f2f2f2;
  padding: 10px;
  margin-bottom: 0;
}

#page_body_left_content .content_object h2{
  margin: 0 0 3px 0;
}

#page_body_left_content .co_body{
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 5px;
}

#page_body_left_content .content_object .richtext a{
  display: block;
  background : url(/static/img/dgb20_icons/more.gif) no-repeat;
  padding-left: 20px;
  margin-top: 3px;
}

#page_body_left_content .content_object .richtext a.pdf{
  background : url(/static/img/dgb20_icons/download.gif) no-repeat;
}



/* -------------------------- */
/* - PAGE BODY MAIN CONTENT - */
/* -------------------------- */
#page_body_main_content .co_head{
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
  font-size: .83em;
  padding: 3px 0 3px 0;
  position: relative;
}

#page_body_main_content .co_head .date{
  padding-right: 8px;
}

#page_body_main_content .co_head .link_back{
  position: absolute;
  right: 0;
  top: 0;
  background: url(/static/img/dgb20_icons/back.gif) top right no-repeat;
  padding: 3px 25px 3px 0;
}

.msie6 #page_body_main_content .co_head .link_back{
  top: 1px;
}

#page_body_main_content .content_object .co_body h2,
#salutation h2,
#page_body_main_content .linklist h2,
#page_body_main_content .table_of_contents h2,
#page_body_main_content .pagelist h2,
#page_body_main_content .event h2{
  font-size: 1.4em;
  font-weight: normal;
}

#page_body_main_content .content_object .richtext{
  padding-right: 10px;
  position: relative;
  top: -4px;
}

#page_body_main_content .linklist .co_head{
  border: none;
  font-size: 1em;
  padding: 0;
}

#page_body_main_content .linklist ul{
  margin-bottom: 10px;
}

#page_body_main_content .linklist ul li{
 padding: 0 0 4px 0;
}

#page_body_main_content .linklist ul a{
  background: url(/static/img/dgb20_icons/more.gif) no-repeat;
  padding-left: 20px;
  display: block;
}



/* --------------------------- */
/* - PAGE_BODY_RIGHT_CONTENT - */
/* --------------------------- */
#page_body_right_content{
  font-size: .83em;
}

#page_body_right_content .content_object{
  background-color: #f2f2f2;
  padding: 10px;
  margin-bottom: 20px;
}

#page_body_right_content .content_object .co_body{
  border: 1px solid #ccc;
  background-color: #fff;
  padding-right: 4px;
}

#page_body_right_content .content_object h2{
  margin: 3px 0 3px 0;
}

#page_body_right_content .content_object h2 a{
  color: #000;
}

#page_body_right_content .content_object img,
#page_body_right_content .content_object .img_container{
  float: left;
  margin: 0 10px 0px 0;
}

#page_body_right_content .linklist .co_head h2{
  background: #f2f2f2 url(/static/img/dgb20/right_h2_bg.gif) repeat-y;
  text-transform: uppercase;
  color: #fff;
  font-family: verdana, sans-serif;
  margin: 0;
  padding: 6px 0 6px 10px;
  display: block;
}

#page_body_right_content .linklist .co_body{
  padding: 10px;
}

#page_body_right_content .linklist h3{
  font-size: 1em;
  margin: 0 0 4px 0;
}

#page_body_right_content .linklist ul{
  margin-bottom: 10px;
}

#page_body_right_content .linklist ul li{
 padding: 0 0 4px 0;
}

#page_body_right_content .linklist ul a{
  background: url(/static/img/dgb20_icons/more.gif) no-repeat;
  padding-left: 20px;
  display: block;
}



/* ------------- */
/* - PAGE_FOOT - */
/* ------------- */
#page_foot{
  background: url(/static/img/dgb20/foot_bg.gif);
  font-size: .77em;
  clear: both;
  color: #fff;
  height: 4.9em;
  position:relative;
}

#page_foot a{
  text-decoration: none;
  color: #fff;
}

#page_foot a:visited{
  color: #fff;
}

#page_foot a:hover,
#page_foot a:focus,
#page_foot a:active{
  text-decoration: underline;
}

#page_foot .copyright{
  position: absolute;
  left: 0;
  top: 65px;
  color: #666;
  font-size: .83em;
}

#page_foot .copyright a{
  color: #666;
  text-decoration: underline;
}


#page_foot .copyright a:hover{
  color: #ec0015;
}

#page_foot .link_top{
  position: absolute;
  right: 299px;
  top: 30px;
}

#page_foot .logo_small{
  position: absolute;
  left: 33px;
  top: 25px;
}



