/* NDZ - Styles */

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


body {
  margin:0px;
  margin-left:10px;
  padding:0px;
  background-color:white;
}


#gheader {
  width:980px;
}


#gleft {
  padding-top:19px;
  width:200px; 
  float:left;
  display:inline;
  position:relative;
  background-color:none; 
}

#gcenterbg {
  float:none;
  display:inline;
  background-image:url(../img/mainbg.gif);
  background-repeat:repeat-y;
  background-position:top left;  
}

#gright {
  padding-top:19px;
  width:180px;
  float:right;
  display:inline;
  position:relative;
  padding-bottom:50px; 
  background-color:none; 
}

#gcontent {
  /*margin-top:10px;*/
  margin-top:0px;
  display:inline;
  width:600px;
  min-height:400px;
  height:expression("400px");
  position:relative;
  float:left;
  background-color:none; 
}

#gcentercontainer {
  clear:both;
  position:relative;
  display:block;
  width:980px;  
  background-image:url(../img/Salzburglogo.gif);
  background-repeat:no-repeat;
  background-position:bottom right;  
  /*border-top:1px solid #000000;*/
  background-color:none; 
}


#gfooter {
  clear:both;
  width:980px;  
  margin-top:7px;
  background-color:#FFFFFF;
  border-top:1px solid #000000;
  text-align:center;
}


