	* {
		margin: 0;
		padding: 0;
		border: 0;
	}

	body {
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAEiCAYAAADahqPcAAAABHNCSVQICAgIfAhkiAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAGaSURBVFiF7dhNj6JAEAbgtz+CtggaQsBowsWzyZ72L/mLNR704o0TwahJY9M1B2eYYWUPm81sskn1DZ686eoq4IAAQBhYcugmAwMDAwMDAwMDAwMDAwMDAwMDAwPDX4GWUg2DkMMhLdUfJ363x7/Y/OePzSAI8O/o/xv0drsdTnjv4b1HWZY4HA74uNZFUQAAiqLAbrfDZDJBmqbQy+Wyi8dxjOPxiCzLoPM87yDPcyil4JyDNsYgDMMO5/M59vs99P1+x2q1ghCiw81mA52mKZxzSJKkgyiKoNfrNc7nM0ajEbTWHQprLZVlibZt8bVCqbXGYrGAtRZN00Br/UzS+6rrmk6nE3nviYioa2IcxwiCAFVVvXY3yzLUdQ3nHAQR9d6PqqrweDwgb7dbr92z2ewJl8sF3vvPMqVEkiSQxhhcr9deyhgDGUURrLVwzvUnqJTCdDrFr3tJABiPxxBCwFrbByEEwjBE0zT4qL47oFIKQRCgaZrXkwdBACKC9x7Ce09fp9e27fPxIaLeWOX7R+elV72qGL4J3gB8PqTqcx2FtgAAAABJRU5ErkJggg==');
		background-repeat: repeat-x;
		text-align: center;
		font-size: 62.5%;
		font-family: Helvetica, Verdana, sans-serif;
	}

	#rahmen {
		margin: 0 auto;
		text-align: left;
		width: 700px;
		font-size: 1em;
	}

	#header {
		height: 230px;
		width: 430px;
		background-image: url('../gfx/o5/headerbg.png');
		background-repeat: no-repeat;
		background-position: 50px 0px;
		position: absolute;
		margin-left: 40px;
	}

	#sitemenu {
		position: absolute;
		margin-left: 595px;
		margin-top: 15px;
	}

	#sitemenu ul {
		list-style: none;
		list-style-type: none;
	}

	#sitemenu ul li {
		float: left;
		margin-left: 15px;
	}

	#sitemenu ul li a {
		text-decoration: none;
		color: #cdcdcd;
		font-size: 1.1em;
		height: 20px;
		display: block;
		float: left;
		background-repeat: no-repeat;
		opacity: 0.75;
	}

	#sitemenu ul li a:hover {
		opacity: 1.0;
	}

	#sitemenu ul li #sitemenu0 {
		background-image: url('../gfx/o5/hu-sprite.png');
		background-position: 50% 4px;
	}

	#sitemenu ul li #sitemenu1 {
		background-image: url('../gfx/o5/hu-sprite.png');
		background-position: 50% -16px;
	}

	#sitemenu ul li #sitemenu2 {
		background-image: url('../gfx/o5/hu-sprite.png');
		background-position: 50% -36px;
	}

	#sitemenu ul li #sitemenu3 {
		background-image: url('../gfx/o5/hu-sprite.png');
		background-position: 50% -56px;
	}


	#menu {
		position: absolute;
		margin-top: 230px;
		font-size: 1em;
		margin-left: 170px;
	}

	#menu ul {
		list-style: none;
		list-style-type: none;
		font-size: 1em;
	}

	#menu ul li {
		float: left;
		font-size: 1em;
	}

	#menu ul li a {
		display: block;
		float: left;
		height: 20px;
		padding-left: 10px;
		padding-right: 10px;
		text-decoration: none;
		color: #cdcdcd;
		font-size: 1.2em;
		line-height: 1.65em;
		vertical-align: middle;
	}

	#menu ul li a:hover {
		text-decoration: underline;
		color: #fff;
	}

	#rechts {
		position: absolute;
		margin-top: 290px;
		width: 160px;
		font-size: 1em;
	}

	#rechts ul {
		list-style: none;
		list-style-type: none;
		font-size: 1em;
		margin-bottom: 14px;
	}

	#rechts li {
		font-size: 1em;
		padding-left: 17px;
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAABHNCSVQICAgIfAhkiAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABPSURBVAiZbYuxCoAgFAAPEZqiockHikL//0uCgtjY2OJrCIegg9vucD4ezsdFVZlaYANWCakDZyt5WF4MIMAuIVXDD7McwGe/gNpKvmf5AKwlHR9spIM0AAAAAElFTkSuQmCC');
		background-repeat: no-repeat;
		background-position: 7px 50%;
	}

	#rechts ul li a {
		text-decoration: none;
		color: #444;
		font-size: 1.15em;
		line-height: 1.5em;
	}

	#rechts ul li a:hover {
		text-decoration: underline;
		color: #000;
	}

	#rechts #cc {
		padding-left: 10px;
		color: #444;
	}

	#rechts #cc a {
		color: #444;
	}

	#rechts h3 {
		font-size: 1.5em;
		font-family: "Trebuchet", "Trebuchet MS", "MS Trebuchet", sans-serif;
		font-weight: bold;
		color: #777;
		margin-bottom: 3px;
	}

	#inhalt {
		padding-left: 180px;
		padding-top: 290px;
		font-size: 1em;
	}

	#inhalt div.entry {
		margin-bottom: 27px;
		font-size: 1.2em;
	}

	#inhalt .entry h2 {
		color: #333;
		margin-bottom: 0.3em;
	}

	#inhalt .entry h2 span {
		font-size: 0.7em;
		font-weight: normal;
	}

	#inhalt .entry h3 {
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAABHNCSVQICAgIfAhkiAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABPSURBVAiZbYuxCoAgFAAPEZqiockHikL//0uCgtjY2OJrCIegg9vucD4ezsdFVZlaYANWCakDZyt5WF4MIMAuIVXDD7McwGe/gNpKvmf5AKwlHR9spIM0AAAAAElFTkSuQmCC');
		background-repeat: no-repeat;
		background-position: 5px 50%;
		padding-left: 17px;
		margin-bottom: 6px;
		font-size: 1.4em;
		color: #777;
		margin-top: 4px;
	}

	#inhalt .entry code {
		font-size: 1.3em;
	}

	#inhalt .entry kbd {
		font-size: 1.3em;
	}

	#inhalt .entry pre {
		font-size: 1.3em;
		padding: 0.5em;
	}

	#inhalt .entry pre.line-pre {
		font-size: 100%;
	}

	#inhalt .entry p {
		padding-top: 0.2em;
		padding-bottom: 0.4em;
	}

	#inhalt .entry ol {
		padding-top: 0.4em;
		padding-bottom: 0.4em;
		padding-left: 1.9em;
	}

	#archive ul {
		list-style: none;
		list-style-type: none;
	}

	#archive ul ul {
		padding-top: 0.2em;
		padding-bottom: 0.6em;
		padding-left: 2.9em;
		list-style: square;
		list-style-type: square;
	}

	#inhalt .entry ul {
		padding-top: 0.4em;
		padding-bottom: 0.4em;
		padding-left: 1.9em;
		list-style: square;
		list-style-type: square;
	}

	#inhalt .entry blockquote {
		border-left: 3px solid #bbb;
		padding-left: 0.9em;
		margin-left: 0.7em;
		margin-top: 0.4em;
		margin-bottom: 0.4em;
		font-style: italic;
		line-height: 1.4em;
	}

	#inhalt .entry q {
		font-style: italic;
		line-height: 1.4em;
	}

	#archive {
		font-size: 1.2em;
	}

	#archive a, #inhalt .entry a {
		text-decoration: underline;
		color: #333;
	}

	#archive a:hover, #inhalt .entry a:hover {
		text-decoration: none;
	}


	#inhalt .entry .subline {
		margin-top: 7px;
		font-size: 0.9em;
		color: #333;
	}

	#inhalt .entry .subline a {
		color: #333;
		text-decoration: none;
	}

	#inhalt .entry .subline a:hover {
		text-decoration: underline;
	}

	#inhalt .entry ul.comments {
		list-style: none;
		list-style-type: none;
	}

	#tburl {
		margin: 4px;
	}


	#footer {
		font-size: 1em;
		text-align: center;
		margin: 20px;
	}

	#footer a {
		color: #000;
	}

	#footer a:hover {
		text-decoration: none;
	}

	.tdl {
	}

	.tdl dt {
		margin-top: 1.8em;
		margin-bottom: 0.5em;
	}

	.tdl dd a {
	}

	.tdl dt img {
		border: 1px solid #000;
		width: 80px;
		height: 80px;
	}

	.tdla {
	}

	.tdlb {
	}

	.fce-informal-letter, .fce-formal-letter {
		width: 75%;
		line-height: 1.6em;
	}

	.fce-informal-letter p {
		text-indent: 1.6em;
	}

	.fce-informal-letter p, .fce-formal-letter p {
		margin-bottom: 1.0em;
	}

	.fce-formal-letter .fce-formal-letter-indent {
		text-indent: 1.6em;
	}

	.fce-informal-letter .fce-informal-letter-no-indent {
		text-indent: 0em;
	}
