/* Grid Layout */
table.PageGrid
{
    width: 100%;
    height: 100%;   
    border-collapse: collapse;
    border-spacing: 0px;
    empty-cells: show;
}

tr.PageRow1
{
     height: 17px;
}

tr.PageRow2
{
     height: 3px;
}

tr.PageRow3
{
     height: 121px;
}

tr.PageRow4
{
     height: 100%;
}

tr.PageRow5
{
     height: 3px;
}

tr.PageRow6
{
     height: 17px;
}

td.PageRow1
{
    line-height: 1;
    font-size: 1px;
    background-color: #454545;
}

td.PageRow2
{
    line-height: 1;
    font-size: 1px;
    background-color: #7383BC;
}

td.PageRow3
{
    line-height: 1;
    font-size: 1px;
    background-color: #F7F7FF;
}

td.HomeRow3
{
    line-height: 1;
    font-size: 1px;
}

td.PageRow4
{
     height: 100%;
}

td.PageRow5
{
    line-height: 1;
    font-size: 1px;
    background-color: #7383BC;
}

td.PageRow6
{
    line-height: 1;
    font-size: 1px;
    background-color: #454545;
}

td.PageCol1
{
    width: 200px;
}

td.PageCol2
{
    width: 1px;
}

td.PageCol3
{
     width: 100%;
}

td.PageCol4
{
     width: 64px;
}

td.PageLogo
{
    background-image: url("IXACT150.png");
    background-position: 15px 5px;
    background-repeat: no-repeat;
    background-color: #F7F7FF;
}

td.PageNav
{
    height: 100%;
    background-color: #F7F7FF;
}

td.PageContent
{
    width: 100%;
    height: 100%;
}

/* Content (Home) ist absolut Positioniert, d.h. separates div - hat
   nichts mit der Tabelle zu tun */
   
div.HomeContentFrame
{
    position: fixed; 
    overflow: hidden;
    height: auto; 
    width: auto; 
    //height: 100%;
    //width: 100%;
    top: 20px; 
    left: 275px; 
    right: 0px; 
    bottom: 20px;
}

/* Content (Seite) ist absolut Positioniert, d.h. separates div - hat
   nichts mit der Tabelle zu tun */
   
div.PageContentFrame
{
    position: fixed; 
    overflow: auto;
    //overflow-x: hidden;
    //overflow-y: auto;
    height: auto; 
    width: auto; 
    //height: 100%;
    //width: 100%;
    top: 141px; 
    left: 200px; 
    right: 0px; 
    bottom: 20px;
}

div.PageContent
{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 800px;
}

/* Navigation ist absolut Positioniert, d.h. separates div - hat
   nichts mit der Tabelle zu tun */

div.PageNavFrame
{
    position: fixed; 
    overflow: auto;
    height: auto; 
    width: auto; 
    //height: 100%;
    width: 200px;
    top: 141px; 
    left: 0px; 
    bottom: 20px;
}

div.PageNav
{
    Position: top;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

div.PageBanner
{
    background-position: left top;
    background-repeat: no-repeat;	
    width: 365px;
    height: 60px;
    margin-left: 20px;
    margin-top: 17px;
}

div.Headline
{
	Position: top;
	padding-top: 32px;
	padding-left: 20px;
	height: 31px;
	font-size: 17pt;
	font-weight: bold;
}

td.ixact
{
	text-align: right;
	vertical-align: middle;
}

a.ixact
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	padding-right: 15px;
}

a.ixact:hover, a.ixact:active, a.ixact:focus
{
	color: #FFFFFF;
	text-decoration: underline;	
}

td.impressum
{
	text-align: left;
	vertical-align: middle;
	padding-left: 15px;
}

a.impressum
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

a.impressum:hover, a.impressum:active, a.impressum:focus
{
	color: #FFFFFF;
	text-decoration: underline;	
}



