html, body{
	background-color: White;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;	
	height: 100%;
	padding:0 0 0 0;
   margin:0 0 0 0;
}

#dgt3container
{	
position: relative;
width: 990px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-image: url(../pic/backcontainer.gif);
background-repeat: repeat-y;
}



#dgt3banner
{
width: 990px;
height: 170px;
background-color: White;

}
#dgt3subbanner
{
position:relative;
width: 990px;
height: 35px;
background-color: White;
}

#dgt3bannertitel
{
float: left;
background-color: White;
}

#dgt3bannermenu
{
float: left;
padding: 5px 5px 0 5px;
}

#dgt3left
{
position: relative;
float: left;
width: 185px;
height: 100%;
margin: 0px;
padding: 0px;

}
div#dgt3left { 
min-height:400px;
height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

#dgt3leftmenu
{
padding: 5px 5px 0 5px;
}

#dgt3middle
{
float:left;
width:590px;
background-color: White;
}
#dgt3middlesingle
{
float:left;
width:805px;
background-color: White;
}
#dgt3contentnormal
{
padding: 5px 5px 0 5px;
}

#dgt3right
{
float:left;
width:215px;
background-color: White;
}

#dgt3footeranschrift
{
clear:both;
width: 990px;
height: 70px;
}

#dgt3footer
{
clear:both;
width: 990px;
height: 35px;
}


#dgt3leftanschrift{
width: 185px;
text-align: center;
}





