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

			div#header {
				position           : relative;
			}
			div#header .KopfR {
				position           : absolute;
				right              : 0;
			}

			div#wrapper {
				float              : left;
				width              : 100%;
			}
			div#content {
				margin-left        :  40px;
				margin-right       : 220px;
				padding-right      :  20px;
				border-right-width : 1px;
				border-right-color : #FFFFFF;
				border-right-style : solid;
			}
			div#navigation {
				float              : left;
				width              :  210px;
				margin-left        : -210px;
			}
			div#extra {
				clear              : left;
				width              : 100%;
			}

			/*=== Allgemeines =======================*/
			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;
			}
			.Zitat {
				margin-left        : 20px;
				margin-top         : 15px;
				margin-bottom      :  0px;
				margin-right       : 20px;
				font-style         : italic;
				line-height        : 1.4;
				color              : #eeeeee;
			}
			.ZitatPerson {
				margin-left        : 40px;
				margin-top         :  0px;
				margin-bottom      :  6px;
				margin-right       : 40px;
			}
			.Termine {
				text-align         : center;
				clear              : both;
			}
			.FloatBild {
				margin-left        : 10px;
				margin-bottom      : 10px;
			}
			.FloatBildLinks {
				margin-right       : 15px;
				margin-bottom      : 10px;
			}
			.groesser {
				font-size          : 14pt;
				font-weight        : bold;
			}

			/*=== Menü =============================*/
			p.Hauptpunkt {
				line-height        : 1;
				margin-left        :  0px;
				margin-top         : 10px;
				margin-bottom      :  0px;
				margin-right       :  0px;
			}
			p.Unterpunkt {
				line-height        : 1.2;
				margin-left        :  0px;
				margin-top         :  2px;
				margin-bottom      :  0px;
				margin-right       :  0px;
			}

			/*=== Links ============================*/
			a {
				text-decoration    : underline;
			}
			a:hover {
				color              : #4975b1;
				background-color   : #ffffff;
			}
			a:hover {
				color              : #4975b1;
				background-color   : #ffffff;
			}
			
			a.Menu {
				text-decoration    : none;
			}

			a.mehr {
				font-weight        : bold;
				text-decoration    : none;
				color              : #46c846;
				text-decoration    : underline;
				font-size          : 13pt;
			}
			a:hover.mehr {
				color              : #4975b1;
			}
			a:active.mehr {
				color              : #4975b1;
			}

			a.MenuSelected {
				color              : #4975b1;
				background-color   : #ffffff;
				text-decoration    : none;
			}

			td.TabelleMitLinien {
				border-bottom      : 1px solid white;
			}
			
			th {
				background-color   : #FFFFFF;
				color              : #4975b1;
			}
