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

	body {
		background-image: url('../gfx/o5/bodybg.png');
		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;
	}

	#header h1 {
		/*color: #777;
		margin-top: 29px;
		margin-left: 74px;
		font-size: 2.6em;
		font-family: Arial, sans-serif;
		font-weight: normal;*/
	}

	#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;
		background-position: 50% 4px;
		opacity: 0.75;
		-moz-opacity: 0.75;
		filter:alpha(opacity=75);
	}

	#sitemenu ul li a:hover {
		opacity: 1.0;
		-moz-opacity: 1.0;
		filter:alpha(opacity=100);
	}

	#sitemenu ul li #sitemenu0 {
		background-image: url('../gfx/o5/hu-x-log.png');
	}

	#sitemenu ul li #sitemenu1 {
		background-image: url('../gfx/o5/hu-phiki.png');
	}

	#sitemenu ul li #sitemenu2 {
		background-image: url('../gfx/o5/hu-links.png');
	}

	#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;
	}

	#languagemenu {
		position: absolute;
		margin-top: 230px;
		margin-left: 600px;
	}

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

	#languagemenu ul li {
		float: left;
	}

	#languagemenu ul li a {
		display: block;
		height: 20px;
		width: 30px;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}

	#languagemenu ul li a span {
		display: none;
	}

	#languagemenu0 {
		background-image: url('../gfx/o5/de.png');
	}

	#languagemenu1 {
		background-image: url('../gfx/o5/fr.png');
	}

	#languagemenu2 {
		background-image: url('../gfx/o5/en.png');
	}

	#languagemenu ul li a[lang=de] {
		background-image: url('../gfx/o5/de.png');
	}

	#languagemenu ul li a[lang=fr] {
		background-image: url('../gfx/o5/fr.png');
	}

	#languagemenu ul li a[lang=en] {
		background-image: url('../gfx/o5/en.png');
	}

	#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('../gfx/o5/triangle.png');
		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('../gfx/o5/triangle.png');
		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 pre {
		font-size: 1.3em;
		padding: 0.5em;
	}

	#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;
	}


	#commentform {
		margin-top: 14px;
		padding-bottom: 1px;
	}

	#commentform div {
		clear: both;
		margin: 2px;
		height: 20px;
		padding: 1px;
	}

	#commentform label {
		width: 150px;
		display: block;
		float: left;
	}

	#commentform input {
		border: 1px solid #aaa;
		float: left;
		font-size: 1.0em;
		line-height: 1.8em;
	}

	#commentform input[type=text] {
		width: 230px;
		padding: 2px;
	}

	#commentform input[type=text]:hover {
		border: 1px solid #999;
	}

	#commentform textarea {
		font-family: Helvetica, Verdana, sans-serif;
		border: 1px solid #aaa;
		float: left;
		width: 230px;
		padding: 2px;
		font-size: 1.05em;
		line-height: 1.8em;
	}

	#commentform textarea:hover {
		border: 1px solid #999;
	}

	#commentform select {
		border: 1px solid #aaa;
	}

	#commentform select:hover {
		border: 1px solid #999;
	}

	#commentform input[type=submit], #commentform input[type=reset] {
		margin-left: 21px;
		margin-top: 5px;
		margin-bottom: 5px;
		background-color: #cdcdcd;
		-moz-border-radius: 3px;
		border-radius: 3px;
		padding-left: 3px;
		padding-right: 3px;
	}

	#commentform input[type=submit]:hover, #commentform input[type=reset] {
		border: 1px solid #999;
		background-color: #bbb;
	}

	#commentform input[name=preview] {
		margin-left: 170px;
	}

	#commentform fieldset {
		clear: both;
		padding: 1px;
		margin: 1px;
		padding-left: 30px;
	}

	#commentform #settingsSubmit {
		margin-left: 170px;
		margin-top: 10px;
		margin-bottom: 5px;
	}

	#commentform legend {
		display: block;
		background-image: url('../gfx/o5/triangle.png');
		background-repeat: no-repeat;
		background-position: 5px 50%;
		font-size: 1.15em;
		color: #777;
		margin: 1px;
		margin-bottom: 6px;
		padding: 1px;
		padding-left: 17px;
	}

	#commentform #numentries {
		width: 30px;
	}

	#commentform #userEmail {
		width: 200px;
	}

	#commentform #userGravatar {
		float: left;
		margin-right: 12px;
		width: 18px;
		height: 18px;
	}

	#commentform #userGravatar:hover {
		width: 40px;
		height: 40px;
	}

	#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;
	}
