div
{
	xborder: 1px dotted #F00;
}


body
{
	width: 100%;
	height: 100%;

	
	
	background-color: #7b8071;
	background-color: #676b5f;
		background-color: #d3df93;
	
}

body, div{

  scrollbar-base-color:#a5cf4d;
  scrollbar-3d-light-color:#a5cf4d;
  scrollbar-arrow-color:#a5cf4d;
  scrollbar-darkshadow-color:#a5cf4d;
  scrollbar-face-color:#EBF4D9;
  scrollbar-highlight-color:#EBF4D9;
  scrollbar-shadow-color:#EBF4D9;
  scrollbar-track-color:#a5cf4d;

}


html
{
        width: 100%;
        height: 100%;
}
/*
#pteStage 
{
	overflow: hidden;
}

#pteCenterOuter
{
	position: relative;
	left: 50%;
	top: 50%;
}
*/
#pteCenterInner
{
	position: relative;
        background: #EBF4D9;	
	height: 580px;

/*	left: -500px;
	top: -305px;
*/
	width: 1000px;
}

#pteHead
{
	height: 78px;
	width: 1000px;
	background-color: #EBF4D9;
        background-image: url(images/topframe_hinter_nt_red.jpg);
        background-repeat: no-repeat;
        
}

#pteNav
{
	background-color: #EBF4D9;
	float: left;
	height: 457px;
	width: 200px;
	overflow: auto;
}

#pteContentOuter
{
	float: left;
	height: 457px;
	width: 790px;
	background:#EBF4D9;	
	background: url(images/pte_logo_bottom.jpg) no-repeat  584px 290px #EBF4D9;	
}
#pteContentInner
{
	overflow: auto;
	margin-left: 30px;
	height: 456px;
	width: 770px;
	z-index:100;
}

#pteFoot
{
	float: left;
	height: 40px;
	width: 1000px;
	background-color: #a5cf4d;
	background-repeat: no-repeat;
	border-top: 5px solid #FFFFFF;
}

.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.align-justify {
	text-align:justify;
}

