.uberAllesTableau
{
	width:980px;
}
/*Header table*/
.hTable 
{
	width: 800px;
	height:120px;
	border-bottom: solid 1px black;
}
/*Body table*/
.bTable 
{
	width: 800px;
	height: 400px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
}
/*Footer table*/
.fTable 
{
	width: 800px;
	height: 80px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
}
/*Left header-table column attributes*/
td.leftHeaderCol
{
	width: 20%;	
	vertical-align:top;
}
/*Middle header-table column attributes*/
td.middleHeaderCol
{
	width: 60%;	
	vertical-align:top;
	padding-left: 20px;
}
/*Right header-table column attributes*/
td.rightHeaderCol
{
	width: 20%;	
	vertical-align:top;
}
/*Font attributes for the head-line of the htable*/
.headerBig 
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 30px;
	font-variant:small-caps;
}
/*Font attributes for the sub-line of the htable*/
.headerSmall
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
}
/*Font attributes for the page header htable*/
.headerPageTitle
{
	padding-top: 26px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 25px;
}
.preBodyContentSpacer
{
	height: 20px;
}
.postBodyContentSpacer
{
	height: 20px;
}
.navbar
{
	border-right: solid 1px black;
	width: 20%;
	line-height: 25px;
}
.content
{
	width: 80%;
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid 1px black;
}
.adColumn
{
	padding-left: 20px;
}
.courseRating
{
	font-size: 12;
	background-color: Silver;
	width: 250px;
	border: solid 1px black;
	margin-left: 50px;
	text-align: center;
}

IMG
{
	border: none 0px black;
}
TD
{
	vertical-align:top;
}