/*
--------------------------------------------------------------------------------------------------
	IDs
--------------------------------------------------------------------------------------------------
*/

#pnlBase
{
  background:#fff;
  border-left:1px solid #009BD3;
  border-right:1px solid #009BD3;
  border-top:1px solid #009BD3;
  border-bottom:1px solid #009BD3;
  width:1024px;
  height:800px auto;
  margin:10px auto;	
  padding-bottom:0px;
}

#pnlTop
{
  background:url(common/background/header.gif) no-repeat;
  padding-top :115px;
  padding-bottom:10px;
  width:1025px;
  margin:0px auto;
}

#pnlMain
{
  width:100% auto;
  min-height:800px auto;
  margin:0px auto;	
  padding-bottom:0px;
}

#pnlLeft
{
        padding-top :0px;
	float:left;
  	width:201px;
  	margin-left:0px;
  	margin-right:20px;
        overflow:both;
}

* html #pnlLeft
{
  	margin-left:0px;
}

#pnlLogoDDG
{
        background:url(common/ddg.gif) no-repeat;
        padding-top:0px;
        padding-bottom:0px;
        height:120px;
  	width:120px;
  	margin-top:20px;
  	margin-left:30px;
  	margin-right:20px;
  	margin-bottom:20px;
        float:none;
}

#pnlContent
{
  width:550px;
  overflow:hidden;
  margin-left:5px;
}

* html #pnlContent
{
	width:550px;
}


body.twoColumn #pnlContent
{
	width:700px;
}


#pnlRight
{
        float:right;
        padding-top :0px;
  	width:201px;
  	margin-left:0px;
  	margin-right:0px;

}

#pnlRight br,
#pnlLeft br
{
	clear:both;
}

#pnlRightTop
{
        background:url(common/background/Nav_Right_Top.gif) no-repeat;
        padding-top:0px;
        padding-bottom:0px;
        height:19px;
  	width:200px;
  	margin-left:0px;
  	margin-right:0px;
}


#pnlRightNormal
{
        background:url(common/background/Nav_Right_Bg_Grau.gif) repeat-y;
        padding-top:5px;
        padding-bottom:5px;
        padding-left:5px;
        height:20px;
  	width:200px;
  	margin-left:0px;
  	margin-right:0px;
}

#pnlRightBottom
{
        background:url(common/background/Nav_Right_Bottom.gif) no-repeat;
        padding-top:0px;
        padding-bottom:0px;
        height:19px;
  	width:200px;
  	margin-left:0px;
  	margin-right:0px;
}

#pnlFooter
{
  height:40px;
  width:100%;
  display:block;
  background:#eee;
  text-align:center;
}
