/* NDZ - Styles */

/*
  dunkles orange: #FFD1B3
  helles orange:  #EE888A 
  weiss:          #ffffff
  dunkelgrau:     #666666
  helles lila:    #CFE2E5
  gelbgruen:      #40C4DE
  C4CBD5  
*/


@import url(leftmenu.css);
@import url(left.css);
@import url(right.css);
@import url(content.css);
@import url(sitemap.css);
@import url(news.css);


* {
  margin:0px;
  padding:0px;
  font-family:Verdana,Arial,Helvetica,sans-serif
}

body {
  margin:8px 16px;
  padding:0px;
  background-color:white;
}


#gtop {
  width:830px;
  margin-left:41px;
  text-align:right;
  height:36px;
}

#gcentercontainer_outer {
  position:relative;
  display:block;
  float:left;
  width:830px;  
  padding:10px;
  margin:3px;
  background-image:url(../img/quer.gif);
  background-repeat:repeat;
  background-position:top left;  
  background-color:white;
}

#gcentercontainer {
  padding:27px 16px 20px 16px;
  background-color:white;
}


#gspin {
  clear:both;
  float:left;
  width:25px;
  height:200px;
  margin:3px;
  overflow:hidden;
  background-color:white;
  background-image:url(../img/spin.gif);
  background-repeat:no-repeat;
  background-position:top left;  
  margin-left:0px;
  position:relative;  
}
#gspin DIV {
  background-color:white;
  background-image:url(../img/spin.gif);
  background-repeat:no-repeat;
  background-position:top left;  
  position:absolute;
  top:0px;
  left:0px;
  width:25px;
  height:200px;
  cursor:hand;
}


#slzkheader {
  width:250px;
  height:50px;
  overflow:hidden;
  position:relative;
}

#slzkheader DIV {
  background-color:white;
  background-image:url(../img/logo3.gif);
  background-repeat:no-repeat;
  background-position:top left;  
  position:absolute;
  top:0px;
  left:0px;
  width:250px;
  height:50px;
  cursor:hand;
}

#searchcont {
  position:absolute;
  right:25px;
  top:60px;
  display:block;
  width:500px;
  height:20px;
  font-size:12px;
  font-weight:bold;
  color:#666;
  text-align:right;
  
}

#searchcont INPUT {
  font-weight:normal;
}
#searchcont * {
  vertical-align:middle;  
}
#searchcont .but {
  width:17px;
  height:21px;
  background-image:url(../img/pfeil.gif);
  background-repeat:no-repeat;
  background-position:top left;
}


#gright {
  clear:none;
  float:left;
}

#global_footer {
  clear:both;
  width:830px;
  margin-left:41px;
  padding-top:12px;
  text-align:center;
  height:36px;
  font-size:9px;
}

#global_footer A {
  font-weight:bold;
  text-decoration:none;
  color:#000;
} 
  

#content {
  float:right;
  width:560px;
  margin-top:0px;
}


DIV.topimage {
  float:right;
  width:560px;
  margin-top:0px;
}
DIV.topimage IMG {
  margin-top:10px;
}
