html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
         background-image: url(bg.jpg);
	font-size:76%;
	font-family:"Trebuchet MS", Verdana,  sans-serif;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: auto;
	/* */
	}

body {
	height: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 0;
	margin: 0;
	border: 0;

	background-image: url(bg.jpg);
}


* html #head {
	top:0px; width:642px;
	height: 90px;
	}

#head {
	position:absolute;
	margin-left:-321px;
	left:50%;
	top:0;
	width:640px;
	min-width:640px;
         margin-bottom:5px;
	background:#a5ae97;
	font-size:1em;
	z-index:5;
	}
#head h3
{
	color :#FF0000;
	padding: 0.5em;
}
#head img {float:left;
}
#head hr {color=#000000;
 margin-bottom: -5px;
}

#head hr.eins {
	color: Red;
}
* html #content {
	top:-1px;
	margin-bottom:-5px;
         background:#b7bda5;
	width:642px;

	}
#content {
	display:block;
	overflow:auto;
	position:absolute;

	margin-top:130px;
	margin-bottom:-5px;
	width:640px;
	margin-left:-321px;
	left:50%;

	}
        #content TD {
	font-size: 14px;
}

 #content TD.eins {
	font-size: smaller;
}
#content p {

	font-size: 14px;
         padding:5px; text-align:justify;
}
 #content img {
	border-color: Black;
}
 A {
	color : Red;
	font-weight : bold;
	text-decoration : none;
}

A:ACTIVE {
	color : Gray;
	font-weight : bolder;
	text-decoration : none;
}
A:HOVER {
	color : Black;
	font-weight : bold;
	text-decoration : none;
}

