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

/* General */

* { 
  margin: 0; 
  padding: 0; 
}

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

P, LI, TD {
  font-family:"trebuchet MS",verdana,sans-serif;
  font-size:9pt;
  line-height:13pt;
}

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

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

body{
  position:relative;
  background-image:url(../images/bg-main.jpg);
  margin-left:0px;
  margin-top:0px;
  margin-bottom:0px;
  margin-right:0px;
  height:100%;
  width:100%;
}

#center-outer-wrap {
  margin-left:auto;
  margin-right:auto;
  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-image:url(../images/bg-content.jpg);
  background-repeat:repeat-x;
  background-position:0px 60px;
  background-color:white;
  border-left:1px solid #c5c5c5;
  border-right:1px solid #c5c5c5;
  border-bottom:1px solid #c5c5c5;
  z-index:15;
  
}

/* Overlay Image */
#background-overlay {
  position:absolute;
  right:21px;
  top:48%;
  z-index:10;
}

/* Navi oben */

#navi-top {
  position:relative;
  width:800px;
  float:left;
  z-index:50;
  
}

#navi-top-magazin {
  position:relative;
  float:left;
  display:inline; /* IE6, IE/ Workaround against double margins */
  margin-left:21px;
  margin-top:15px;
  width:239px;
  height:351px;
  z-index:50;
}
#navi-top-wiki {
  position:relative;
  float:left;
  display:inline; /* IE6, IE/ Workaround against double margins */
  margin-left:21px;
  margin-top:15px;
  width:239px;
  height:351px;
  z-index:50;
}
#navi-top-netzwerk {
  position:relative;
  float:left;
  display:inline; /* IE6, IE/ Workaround against double margins */
  margin-left:21px;
  margin-top:15px;
  width:239px;
  height:351px;
  z-index:50;
}

#navi-top-magazin-teaser {
  position:absolute;
  left:40px;
  top:215px;
  width:210px;
  height:50px;
  z-index:99;
  
  font-family:"trebuchet MS",verdana,sans-serif;
  font-size:11px;
  color:#4d4d4d;
}
#navi-top-magazin-teaser A {
  color:#4d4d4d;
}
#navi-top-wiki-teaser {
  position:absolute;
  left:320px;
  top:215px;
  width:200px;
  height:50px;
  z-index:55;
  
  font-family:"trebuchet MS",verdana,sans-serif;
  font-size:11px;
}
#navi-top-wiki-teaser A {
  color:#1e1e1e;
}
#navi-top-tools-teaser {
  position:absolute;
  left:610px;
  top:220px;
  width:170px;
  height:50px;
  z-index:55;
  
  font-family:"trebuchet MS",verdana,sans-serif;
  font-size:11px;
}
#navi-top-tools-teaser A {
  color:#1e1e1e;
}

/* 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 {
  z-index:45;
  position:relative;
  float:left;
  display:inline; /* IE6, IE/ Workaround against double margins */
  width:154px;
  max-width:154px;
  padding-left:10px;
  padding-right:0px;
  padding-top:10px;
  padding-bottom:10px;
}



/* Hintergründe */
#bg-startseite-oben {
  position:absolute;
  top:0px;
  left:0px;
  width:996px;
  min-width:996px;
  height:235px;
  z-index:30;
  background-image:url(../images/bg-startseite-oben.jpg);
}

#background-middle {
  position:absolute;
  top:0px;
  left:195px;
  width:585px;
  min-width:585px;
  height:100%;
  z-index:20;
}

#background-right {
  position:absolute;
  top:0px;
  left:801px;
  width:174px;
  height:100%;
  background-image:url(../images/bg-rechts.gif);
  background-position:0px -18px;
  z-index:20;
  
}

#background-right-top {
  z-index:40;
  position:absolute;
  float:left;
  top:76px;
  left:801px;
  width:174px;
  min-height:511px;  
  background-image:url(../images/login-verlauf.gif);
  background-repeat:no-repeat;
}

.clear {
  clear:both;
}

/* Standardelemente */
.csc-frame-rulerAfter {
  clear:both;
  /*height:31px;*/
  height:auto;
  width:100%;
  background-image:url(../images/gestrichelt.gif);
  background-repeat:repeat-x;
  /*background-position:0px 15px;*/
  background-position:bottom left;
  padding-bottom:16px;
  margin-bottom:15px;
}
.csc-frame-rulerAfter {
  clear:both;
  /*height:31px;*/
  height:auto;
  width:100%;
  background-image:url(../images/gestrichelt.gif);
  background-repeat:repeat-x;
  /*background-position:0px 15px;*/
  background-position:bottom left;
  padding-bottom:16px;
  margin-bottom:15px;
}


