html, body {
	height: 100%;
	font-size: 12pt;
	color: #000000;
	background-color: #808080;
	margin: 0px;
	padding: 0px;
/*	min-width: 800px;
	max-width: 1024px;*/
}

/*body  {
	background-color: #808080;
}*/

h1, h2, h3, td, p {
	font-family: arial, sans-serif;
}

h1 {
	font-size: 150%;
}

h2 {
	color: #808080;
	font-size: 120%;	
}
	
td, p {
	line-height: 120%;
	text-align: justify;
}

#centeringTable {
	height: 100%;
	margin-top: 0px;
	vertical-align: top;
}

#layoutTable {
	height: 100%;
	margin-top: 0px;
	background-image: url("../images/noten_bg.jpg");
}

#headRow td {
	height: 176px;
	vertical-align: top;
}

#subHeadRow td{
	height: 54px;
	vertical-align: top;
}
	
#contentCell {
	vertical-align: top;
	padding: 20px 20px;
}

#pictureCell td{
	background-repeat: repeat-y;
	background-image: url(../images/background_right.jpg);
}

#footRow td {
	height: 23px;
	vertical-align: baseline;
}
a:link {
	color: #808080;
}
a:visited {
	color: #555555;
}
