/**
 * Core
 *
 * @author Cornelius Hansjakob <cha@massiveart.com>
 * @version 1.0
 */


/* ----------------
Reset */
@import url(reset.css);


/* ----------------
Main */

body {
  background: #efefef url(/website/themes/bildungsland/images/bg_header.gif) repeat-x 0 0;
}

.clear {
  clear:both;
  font-size:0;
  height:0;
  line-height:0;
  margin:0;
  padding:0;
}

ul {
  list-style: disc;
  padding:0 0 20px 15px;
}

ol {
  list-style:decimal-leading-zero;
  padding:0 0 20px 25px;
}

ul li {
  padding-left:10px; 
}

/* ----------------
Structure */

#divMainWrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -40px;  
}

#divSubWrapper {
  width:980px;
  margin:0 auto 0 auto;
}

#divHeaderWrapper {
  background: url(/website/themes/bildungsland/images/logo.gif) no-repeat 100% 0;
  height:220px;
  position:relative;
}

#divContentWrapper {
  padding:20px 0 20px 0; 
}

#divFooterWrapper {
  background-color:#FED501;
  height:41px;
  width:100%;
}

#divFooterSubWrapper {
  width:980px;
  margin:0 auto 0 auto;
}

.push {
  height: 40px;
}

/* ----------------
Header */

.divLogoLinkContainer {
  position:absolute;
  z-index:10;
  top:13px;
  right:160px;
  width:125px;
  height:87px;
  cursor:pointer;
}

.divSloganContainer {
  position:absolute;
  z-index:10;
  top:100px;
  right:0;
  width:320px;
  height:22px;
}

.divMainNavContainer {
  position:absolute;
  z-index:10;
  /*top:45px;*/
  top:40px;
  left:10px;
  height:35px;
}

.divHeadlineContainer {
  position:absolute;
  z-index:10;
  left:20px;
  top:125px;
  height:50px;
  line-height:40px;
}

.divBottomLine {
  position:absolute;
  z-index:10;
  left:280px;
  top:197px;
  height:20px;
  text-align:right;
}

.divBottomLine img.rss {
  margin:0 3px 2px 3px;
  vertical-align:bottom;
}

.divMainNavContainer ul {
  padding:0; 
}

.divMainNavContainer li {
  float:left;
  margin:0;
  display:inline;
  padding:0;
  height:33px;
}

.divMainNavContainer li.selected {
  background:url(/website/themes/bildungsland/images/nav_pointer_bottom.gif) no-repeat 50% 100%;
}

/* ----------------
Content in content.css */

/* ----------------
Footer */	

.divFooterLeft {
  float:left;
  height:41px;
  padding:0 0 0 20px;
}

.divFooterLeft a {
  text-decoration:none;
  padding:0 20px 0 0;
}

.divFooterRight {
  float:right;
  height:30px;
  padding:12px 20px 0 0;
}

.divFooterRight a {
  padding:0 0 0 10px;
}

.busy {  
  background-image: url(/website/themes/bildungsland/images/loader_white.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
