
	.h1,H1 {
		background: #fff3b2;
		border: 1px solid #666666;
		margin: 3px 12px 3px 4px;
		padding : 1px 4px 1px 4px;
		font : normal normal normal 12px/normal sans-serif;
		width : 186px;
		height : 16px;
	}

	H1:hover {
		background: #ffffff;
		border: 1px solid Gray;
		color : #cc0000;
		font-weight : normal;
	}

	.h1:hover {
		background: #ffffff;
		border: 1px solid Gray;
		color : #cc0000;
	}

	.aktiv {
		background: #ffffff;
		border: 1px solid Gray;
		color : #cc0000;
	}

	p {
		font-family : sans-serif;
		font-size : 12px;
		font-style : normal;
		font-variant : normal;
		font-weight : normal;
		height : auto;
		letter-spacing : normal;
		line-height : normal;
	}

	.smaller {
		font-family : sans-serif;
		font-size : 11px;
		font-style : normal;
		font-variant : normal;
		font-weight : normal;
		height : auto;
		letter-spacing : normal;
		line-height : normal;
	}


	.small {
		font-family : sans-serif;
		font-size : 10px;
		font-style : normal;
		font-variant : normal;
		font-weight : normal;
		height : auto;
		letter-spacing : normal;
		line-height : normal;
	}

	ul {
		margin-top : -1px;
	}

	li {
		background: White;
		border: 1px solid Gray;
		margin: 1px 4px 1px 1px;
		padding : 0px 1px 0px 4px;
		font : normal normal normal 12px/normal sans-serif;
		list-style : circle inside none;
	}


	.li2 {
		background: White;
		border: 1px solid Gray;
		margin: 0px 8px 0px 12px;
		padding : 0px 4px 0px 4px;
		font : normal normal normal 11px/normal sans-serif;
		list-style : disc inside none;
	}

	li:hover {
		border: 1px solid Black;
		text-transform : none;
		list-style : disc inside none;
	}

	xx:focus {
		background: #fff9d9;
		border: 1px solid silver;
		margin: 1px 4px 1px 1px;
		padding : 1px 1px 1px 4px;
		font : bold normal normal 12px/normal sans-serif;
		color : #cc0000;
		list-style : none outside none;
	}

	A {
		text-decoration : none;
		color : #330000;
	}

	A:hover {
		text-decoration : none;
		color : #dd0000;
		background-color : White;
	}