table.frame
{
	width: 936px;
	height: 100%;
	background-color: #FFFFFF;
}

/* Zeile 0 */
tr.frame_0
{
	width: 936px;
	height: 39px;
}
/* Linke Spalte */
td.frame_0_0
{
	width: 146px;
	height: 39px;
}
/* Rechte Spalte */
td.frame_0_1
{
	width: 790px;
	height: 39px;
}


/* Zeile 1 */
tr.frame_1
{
	width: 936px;
	height: 148px;
}
/* Linke Spalte */
td.frame_1_0
{
	width: 146px;
	height: 148px;
}
/* Rechte Spalte */
td.frame_1_1
{
	width: 790px;
	height: 148px;
}

/* Zeile 2 */
tr.frame_2
{
	width: 936px;
	height: 45px;
}
/* Linke Spalte */
td.frame_2_0
{
	width: 146px;
	height: 45px;
	background-image: url(../grafix/layout/frame_2.png);
	background-repeat: repeat-x;
}
/* Rechte Spalte */
td.frame_2_1
{
	width: 790px;
	height: 45px;
	background-image: url(../grafix/layout/frame_2.png);
	background-repeat: repeat-x;
}

/* Zeile 3 */
tr.frame_3
{
	width: 936px;
}
/* Linke und rechte Spalte zusammen */
td.frame_3
{
	width: 936px;
}
/* Linke Spalte */
td.frame_3_0
{
	width: 146px;
	background-color: #DCDCDC;
}
/* Linke Spalte ohne Submenue */
td.frame_3_0_empty
{
	width: 146px;
	background-color: #FFFFFF;
}
/* Rechte Spalte */
td.frame_3_1
{
	width: 790px;
}
/*Linke und rechte Spalte verbunden */
td.frame_3_0_1
{
	width: 936px;
	background-color: #FFFFFF;
}