/* file: hptc.css */
/* Copyright 2002-2006 Dr. Thomas Redelberger */


body {
	margin: 0;	/* up, right, down, left */
	font-family:helvetica,arial,sans-serif
}

th {text-align:left; vertical-align:top}
td {vertical-align:top}

pre { font-family:Courier New,Courier;}

ul {list-style:square}



#htHeader {
	background-color:yellow;
	white-space:nowrap
/* the following creates another top margin or padding between the line and the first text MSIE 9 */
/*	border-top-width: medium;
	border-top-style: solid;*/
}


#htMainWrapper {
	position: absolute;
	z-index: 1;
	top: 10em;	/* instead of 4em to skip Arcor ads */
	left: 13.5em;
	width: auto;
	height: auto;
/*	border-left: 1px solid black;*/
	padding: 0 0 0 0.4em;
/*	background-color: red; */

}



/* LEFT NAVIGATION */
#htLeftWrapper {
	position: absolute;
	z-index: 1;	/* instead of 4em to skip Arcor ads */
	top: 10em;
	left: 0px;
	width: 13em;
}


ul.htLeftNavUl {
	list-style: none;
	background-color:#f2f2f2;
/*	padding: 0 0 0 0;*/
	margin: 0 0 0 0;
}


li.htLeftNavLi {
/*	background-color: yellow;*/
/*	padding: 0 0 0 0;*/
	margin: 0 0 0 0;	/* e.g. 0 0 0 0.7em */
}


a.htLeftNavA {color:black; text-decoration:none}
a.htLeftNavA:hover {color:blue; text-decoration:underline}


/* end of hptc.css */

