@import url('content-login.css');
@import url('content-teaser.css');
@import url('content-service-top.css');
@import url('content-trenner.css');
@import url('content-news.css');
@import url('content-zweispaltig.css');

/* General */

* { margin: 0; padding: 0; }
html, body {
  height:100%;
  font-family:"trebuchet MS",verdana,sans-serif;
}

/* IE Hack */
* html body {
text-align:center;
}

* html body #center-outer-wrap #center-inner-wrap{
  text-align:left;
}
/* Ende: IE-Hack */

body{
  position:relative;
  margin-left:0px;
  margin-top:0px;
  margin-bottom:0px;
  margin-right:0px;
  height:100%;
  width:100%;
  
}

#center-outer-wrap {
  width:996px;
  min-height:100%;
}

* html #center-inner-wrap {
  height:100%;
}

#center-inner-wrap {
  position:relative;
  float:left;
  
  min-height:100%;
  width:996px;
  min-width:996px;
  
  background-repeat:repeat-x;
  background-position:0px 60px;
  background-color:white;
  
  z-index:15;
}

#bg-startseite-oben {
  position:absolute;
  top:0px;
  left:0px;
  width:996px;
  min-width:996px;
  height:235px;
  z-index:30;
  
}

/* Overlay Image */
#background-overlay {
  position:absolute;
  display:none;
  
}

/* Header */
#content-header {
  position:relative;
  
  float:left;
  display:inline; /* IE6, IE/ Workaround against double margins */
  height:60px;
  width:996px;
  background-color:#ffffff;
  z-index:30;
  
  margin-bottom:20px;
}

#content-header-col-left {
  float:left;
  display:inline; /* IE6, IE/ Workaround against double margins */
  margin-left:20px;
  height:60px;
}
#content-header-col-right {
  display:none;
  
}

#content-header-col-left IMG {
  margin-top:14px;
  vertical-align:middle;
}

#content-header-col-left A {
  text-decoration:none;
}

#content-header-col-left {
  float:left;
  display:inline; /* IE6, IE/ Workaround against double margins */
  margin-left:20px;
  height:60px;
}
#content-header-col-right {
  float:right;
  display:inline; /* IE6, IE/ Workaround against double margins */
  margin-left:20px;
  height:60px;
  padding-top:11px;
  margin-right:20px;
}

#content-header-col-left IMG {
  margin-top:14px;
  vertical-align:middle;
}

.headerH {
  height:60px;
  width:1px;
}

/* Navi oben */

#navi-top {
  position:relative;
  width:800px;
  float:left;
  display:inline; /* IE6, IE/ Workaround against double margins */
  z-index:50;
  display:none;
  
}



#navi-top-magazin-teaser {
  position:absolute;
  display:none;
}

#navi-top-wiki-teaser {
  position:absolute;
  display:none;
}

#navi-top-tools-teaser {
  position:absolute;
  display:none;
}


/* Content */

#content {
  position:relative;
  float:left;  
  display:inline; /* IE6, IE/ Workaround against double margins */
  padding-bottom:10px;
  min-height:500px;
  z-index:99;
  margin-left:21px;
  margin-right:21px;
  width:758px;
}

#content-right {
  display:none;
}

/* Footer */

#footer {
    position:relative;
    float:left;
    display:inline; /* IE6, IE/ Workaround against double margins */
    margin-left:21px;
    width:769px;
    height:56px;
    z-index:40;
    background-color:white;
    background-image:url(../images/punkte.gif);
    background-repeat:repeat-x;
    font-family:"trebuchet MS",verdana,sans-serif;
    font-size:11px;
}

#footer A {
  color:black;
  font-weight:bold;
}

#footer-left {
  float:left;
  width:59%;  
}

#footer-right {
  display:none;
}

/* Hintergründe */

#background-middle {
  position:absolute;
  display:none;
}

#background-right {
  position:absolute;
  display:none;
}

#background-right-top {
  position:absolute;
  display:none;
}

.clear {
  clear:both;
}
