			html,body {
				margin             : 0;
				padding            : 0;
				background-color   : #ffffff;
				font-size          : 11pt;
			}
			*,body {
				font-family        : Verdana, Arial, Helvetica, sans-serif;
				font-size          : 11pt;
				color              : #000000;
				line-height        : 1.4;
			}

			/*=== Allgemeines =======================*/
			.Main {
				margin-top         : 60px;
				margin-bottom      : 20px;
				margin-left        : 40px;
			}
			.MenuZeile {
				background-color   : #f0f0f0;
				border-bottom-color: #cccccc;
				border-bottom-style: solid;
				border-bottom-width: 1px;
				border-top-color   : #cccccc;
				border-top-style   : solid;
				border-top-width   : 1px;
				padding-top        : 2px;
				padding-bottom     : 2px;
				padding-left       : 40px;
			}
			.MenuZeile2 {
				background-color   : #fcfcfc;
				border-bottom-color: #cccccc;
				border-bottom-style: solid;
				border-bottom-width: 1px;
				padding-top        : 2px;
				padding-bottom     : 2px;
				padding-left       : 40px;
				font-size          : 10pt;
			}
			.Logo {
				color              : #333333;
				padding-top        : 40px;
				padding-left       : 34px;
				padding-bottom     : 5px;
				font-size          : 20pt;
				color              : #930000;
			}
			.td_ul {
				border-bottom-color: #cccccc;
				border-bottom-style: dashed;
				border-bottom-width: 1px;
			}
			.td_ulsolid {
				border-bottom-color: #cccccc;
				border-bottom-style: solid;
				border-bottom-width: 1px;
			}
			.rot {
				color              : #930000;
			}
			.td_ul_rot {
				border-bottom-color: #cccccc;
				border-bottom-style: dashed;
				border-bottom-width: 1px;
				color              : #930000;
			}
			.Credits {
				font-size          : 11px;
			}
			.CreditsBild {
				padding-top        : 10px;
				font-size          : 11px;
			}
			h1 {
				font-size          : 13pt;
				font-weight        : bold;
				margin-bottom      : 6px;
			}
			h2 {
				font-size          : 12pt;
				font-weight        : bold;
				margin-top         : 25px;
				margin-bottom      :  7px;
			}
			h3 {
				font-weight        : bold;
				margin-top         : 20px;
				margin-bottom      :  5px;
				line-height        : 1.4;
			}
			strong {
				font-weight        : bold;
			}
			em {
				font-style         : italic;
			}
			u {
				text-decoration    : underline;
			}
			p {
				margin-top         :  0px;
				margin-bottom      :  6px;				
				line-height        : 1.4;
			}
			ol {
				list-style-type    : upper-roman;
			}
			ul {
				margin-top         :  0px;
				list-style-type:disc;
			}
			li {
				margin-bottom      :  6px;
			}

			/*=== Links ============================*/
			a {
				text-decoration    : none;
			}
			a:hover {
				text-decoration    : underline;
			}
			a:active {
				text-decoration    : underline;
			}
			


