body
	{
	margin: 0; /* margin and padding only necessary to cater for Mac IE5 */
	padding: 0;
	/*\*/	overflow: hidden; /* because Mac IE5 don't understand */
	}
div
	{
	margin: 0;
	padding: 0;
	}
#content
	{
	/*\*/
	position: absolute;
	/* Exclude abs positioning for Mac IE5 */
	margin: 165px auto 0 auto;
	width: 900px; /*width of central block. replace 3x total in this page for firefox with padding, was 885*/
	/*\*/
	top: 160px;
	bottom: 20px;
	left: 50%;
	margin: 0;
	margin-left: -450px; /*make this half of width of central block to center. replace 3x total in this page*/
        /*padding-top: 0px; */
        /*padding-right: 5px; */
        /*padding-bottom: 2px; */
        /*padding-left: 10px; */
	/* Exclude all previous props for Mac IE5 */
	/*\*/ overflow: auto; /* no need for Mac IE5 to see this */
	}

#header
	{
	position: absolute;
	top: 0;
margin-top: -10px;
	width: 900px;
	height: 160px;
	left: 50%;
	margin-left: -450px;
	}
#topmenu
	{
	/*\*/ position: absolute;  /* Exclude for Mac IE5 */
	height: 30px;
	width: 900px;
        top: 150px;
	margin: 0 auto 0 auto;
	/*\*/
	bottom: 0;
	left: 50%;
	margin-left: -450px;
	/* exclude thes from Mac IE5 */
	}
#footer
	{
	/*\*/ position: absolute;  /* Exclude for Mac IE5 */
	height: 20px;
	width: 900px;
	margin: 0 auto 0 auto;
	/*\*/
	bottom: 0;
	left: 50%;
	margin-left: -450px;
	/* exclude thes from Mac IE5 */
	}
#footer h4
	{
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	}
p.smallcomment {font-family: sans-serif; font-size: 70%; font-style: italic; }
h1 { visibility:hidden; margin-bottom: 0px; margin-top: 5px; height:70px;}
/*a { link = STYLE="text-decoration: none"*/
/*link = */
/*vlink = #62748E }*/
A:link {text-decoration: none; color: #62748E;}
A:visited {text-decoration: none; color: #62748E;}
A:hover {text-decoration: underline; color: #62748E;}
div.paddingwrap
	{
	margin: 0px 0px 0px 0px;
	padding-left: 40px;
        padding-right: 40px;
	}
p, li
	{
	margin: 0;
	padding-bottom: 7px;
	}

ul.csc-menu li {
	font: 11px Georgia, serif;
	padding-left: 12px;
	list-style-image: url("/fileadmin/ag/arrowbullet.gif");
	list-style-type: square;
	list-style-position:inside;
	}

ul.csc-menu1 li {
	padding-left: 12px;list-style-type: disc;
	list-style-position:inside;
	/*background: url(/fileadmin/rt/bullet.gif) no-repeat 0px .5em;*/
}


ol
	{
	margin: 0 0 2em 1em;
	padding: 0;
	}