	html {
	overflow-y: scroll;
	height: 100%;
	margin-bottom: 0.1em;
	}
	
	.text,p,ul,td  {
		color : #333333;
		font-family : sans-serif,helvetica,arial;
		font-weight : normal;
		font-style : normal;
		font-size : 12px;
	}

	.sub  {
		color : #333333;
		font-family : sans-serif,helvetica,arial;
		font-weight : normal;
		font-style : normal;
		font-size : 10px;
	}


	.order  {
		color : #999;
		font-family : serif,sans-serif,helvetica,arial;
		font-weight : bold;
		font-style : normal;
		font-size : 12px;
	}

	.order a {
		color : #993333;
		text-decoration: none;
		border-bottom: 0px dashed #ddd;
	}

	.order a:Hover {
		color : #cc666666;
		text-decoration: none;
		border-bottom: 1px solid #993333;
	}

	.text2 {
		color : black;
		font-family : sans-serif,helvetica,arial;
		font-weight : normal;
		font-style : normal;
		font-size : 12px;
	}


	em  {
		color : #990000;
		font-family : monospace;
		font-style : normal;
	}

	li {
		color : black;
		font-family : sans-serif,helvetica,arial;
		font-weight : normal;
		font-style : normal;
		font-size : 12px;
		line-height : normal;
		list-style-type : circle;
		padding-top: 4px; 
		padding-bottom: 10px; 
	}

	blockquote  {
		color : black;
		font-family : sans-serif,helvetica,arial;
		font-weight : normal;
		font-style : normal;
		font-size : 13px;
		line-height : normal;
		list-style-type : none;
	}

	form  {
		color : black;
		font-family : sans-serif,helvetica,arial;
		font-weight : normal;
		font-style : normal;
		font-size : 13px;
	}

	.smaller  {
		color : #666;
		font-family : sans-serif,helvetica,arial;
		font-weight : normal;
		font-size : 11px;
		line-height : 13px;
	}

	.small,small  {
		color : #666;
		font-family : sans-serif,helvetica,arial;
		font-weight : normal;
		font-style : normal;
		font-size : 10px;
		line-height : 10px;
	}

	.smallwhite  {
		color : #eeeeee;
		font-family : sans-serif,helvetica,arial;
		font-weight : normal;
		font-style : normal;
		font-size : 8px;
		line-height : 8px;
	}

	.h1,h1  {
		color : #993333;
		font-family : serif,times,elvetica,arial;
		font-weight : normal;
		font-style : normal;
		font-size : 21px;
		font-variant : normal;
		height : auto;
		letter-spacing : normal;
		line-height : normal;
		text-transform : none;
	}

	.h2,h2  {
		color : #993333;
		font-family : serif,times,helvetica,arial;
		font-weight : normal;
		font-style : normal;
		font-size : 18px;
	}

	.h3,h3  {
		color : #333333#;
		font-family : sans-serif,helvetica,arial;
		font-weight : normal;
		font-style : normal;
		font-size : 13px;
	}


	.h4,h4  {
		color : #003366;
		font-family : sans-serif,helvetica,arial;
		font-weight : bold;
		font-style : normal;
		font-size : 14px;
	}

	.rot  {
		color : #cc0000;
	}

	A  {
		color : #993333;
		font-weight : normal;
		text-decoration : none;
		border-bottom: 0px dashed #ddd;
	}

	A:Visited  {
		color : #993333;
		border-bottom: 0px dashed #e8e8e8;
	}

	A:Active  {
		color : #cc3333;
		border-bottom: 0px dashed #993333;
	}

	A:Hover  {
		color : #993333;
		border-bottom: 1px solid #993333;
	}

	.subm A {
		color : #eeeeee;
		font-weight : normal;
		border-bottom: 0px;
	}

	.subm A:Hover {
		color : White;
		border-bottom: 1px solid White;
	}

	.subm A:Active  {
		color : White;
		border-bottom: 1px dashed White;
	}

	.menue a {
		border: 0;
		margin: 0;
	}

	.menue a:Hover {
		border: 0;
		margin: 0;
	}

	.menue a:Active  {
		border: 0;
		margin: 0;
	}

	hr {
		width: 100%;
		border: 0px; /* Für Firefox und Opera */
		border-top: solid 1px #999;
		border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
	}


