	/*
	
		Erlebnismesse Mensch und Gesundheit
		----------------------------------------------------------------------
	
	*/
	
	
	
	/*
		Global
		----------------------------------------------------------------------
	*/
	
	html, body, div, span,
	h1, h2, h3, h4, h5, h6, p, blockquote, a, img,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	body {
		color: #000;
		background: #fce7b8 url(bg-body.gif) 0 0 repeat-y;
		font-family: Arial, Helvetica, sans-serif, Verdana;
		font-size: 0.625em;
	}
	
	a#anchormenu,
	a#anchorcontent {
		height: 0;
		line-height: 0;
		font-size: 0;
		text-indent: -3000px;
		margin-left: -3000px;
	}
	
	/*
		Header
		----------------------------------------------------------------------
	*/
	
	div#header {
		position: relative;
		height: 131px;
		color: #000;
		background: #f2ae5d url(header.jpg) 0 0 no-repeat;
	}
	
	div#header h1 {
		height: 0;
		line-height: 0;
		font-size: 0;
		text-indent: -1000px;
	}
			
	/* jumpmenu */

	div#header p#jumpmenu {
		position: absolute;
		right: 2000px;
		z-index: 1;
	}
	
	div#header p#jumpmenu span {
		display: none;
	}
	
	div#header p#jumpmenu a:focus, 
	div#header p#jumpmenu a:active {
		position: absolute;
		right: -2000px;
		top: 40px;
		display: block;
		width: 210px;
		padding: 5px 10px;
		color: #000;
		background-color: #f6f6f6;
	}

	/*
		Top
		----------------------------------------------------------------------
	*/
	
	div#top {
		position: relative;
		color: #000;
		background: #fce7b8 url(raps.jpg) 817px 0 no-repeat;
	}
	
	/* Bilder */

	div#top div.container {
		position: relative;
		width: 816px;
		height: 131px;
		color: #000;
		background-color: #fff;
	}

	/* Info */

	div#top div.container div.lft {
		float: left;
		display: inline;
		width: 125px;
		height: 100px;
		padding-top: 31px;
	}

	/* Logo */

	div#top div.container div.rgt {
		float: right;
		display: inline;
		width: 409px;
		height: 122px;
		padding-top: 9px;
		padding-right: 9px;
	}

	/*
		Container gesamter Content
		----------------------------------------------------------------------
	*/
	
	div#page {
		position: relative;
		width: 817px;
		padding: 20px 0 30px 130px;
	}
		
	/*
		Rahmen Inhalt
		----------------------------------------------------------------------
	*/
	
	div#contentframe {
		position: relative;
	}

	/*
		Spalte rechts
		----------------------------------------------------------------------
	*/

	div#rgtcol {
		float: right;
		display: inline;
		width: 260px;
	}
	
	/* Hauptmenu */

	div#mainnav li {
		list-style-type: none;
		border-bottom: 2px solid #f2ae5d;
		height: 1%;
	}

	div#mainnav li a {
		display: block;
		padding: 0.5em 2em;
		color: #000;
		background-color: #fce7b8;
		font-size: 120%;
		line-height: 1.4;
		text-decoration: none;
	}
	
	div#mainnav li.current a,
	div#mainnav li.active a {
		color: #000;
		background-color: #f2ae5d;
		/*
		border-bottom: 1px solid #d29751;
		*/
	}

	div#mainnav li a:hover {
		color: #000;
		background-color: #f2ae5d;
	}

	/* Mainnav Level 2 */
	
	div#mainnav ul ul {
		padding: 0.5em 0;
	}
	
	div#mainnav ul li.current ul {
	}

	div#mainnav ul ul li {
		border-bottom: none;
	}
	
	div#mainnav ul ul li a {
		padding-left: 3.5em;
		border-bottom: none;
		font-size: 120%;
		line-height: 1.2;
	}
	
	div#mainnav ul li.current ul li a,
	div#mainnav ul li.active ul li a {
		color: #000;
		background: #fce7b8 url(list.gif) 2em 49% no-repeat;
		border-bottom: none;
	}

	div#mainnav ul li.current ul li.current a,
	div#mainnav ul li.current ul li.active a,
	div#mainnav ul li.current ul li a:hover,
	div#mainnav ul li.active ul li.current a,
	div#mainnav ul li.active ul li.active a,
	div#mainnav ul li.active ul li a:hover {
		color: #000;
		background-color: #fce7b8;
		background-image: url(pfeil1.gif);
	}

	/* Mainnav ab Level 3 */
	
	div#mainnav ul ul ul {
	}

	/* Suche */
	
	div#searchbox {
		padding: 2em 0 0 2.5em;
	}
	
	div#searchbox form {
	}
	
	div#searchbox form label {
		display: block;
		padding-bottom: 0.3em;
		font-size: 120%;
		font-weight: bold;
		color: #555;
		background-color: #fce7b8;
	}
	
	div#searchbox form input#keyword {
		width: 150px;
		border: 1px solid #ccc;
		padding: 2px;
		font-size: 120%;
	}
	
	/* Font-Switcher / Drucken */
	
	div#switchbox {
		padding: 1em 0 1em 2.5em;
		border-bottom: 2px solid #f2ae5d;
	}
	
	div#switchbox ul li {
		float: left;
		display: inline;
		width: auto;
		list-style-type: none;
	}
	
	div#switchbox ul li a {
		float: left;
		display: inline;
		width: auto;
		padding-right: 5px;
		font-size: 1em;
		line-height: 20px;
		text-decoration: none;
	}
	
	div#switchbox ul li a img {
		margin-top: 0.2em;
	}
	
	div#switchbox ul li#printpage a {
		height: 20px;
		margin-left: 20px;
		padding: 3px 0 0 25px ;
		color: #777;
		background: url(btn_printer.gif) 0 50% no-repeat;
	}

	/*
		Inhalt
		----------------------------------------------------------------------
	*/
	
	div#content {
		float: right;
		display: inline;
		width: 490px;
		margin-right: 60px;
	}

	div#content h1 {
		margin-top: 0.7em;
		margin-bottom: 0.7em;
		font-size: 1.8em;
		font-weight: bold;
		line-height: 1.4;
		letter-spacing: 0;
		color: #555;
		background-color: #fff;
	}

	div#content h2 {
		margin-bottom: 0.5em;
		font-size: 1.6em;
		font-weight: bold;
		line-height: 1.4;
		color: #555;
		background-color: #fff;
	}

	div#content h3 {
		margin-bottom: 0.5em;
		font-size: 1.4em;
		font-weight: bold;
		line-height: 1.4;
		color: #555;
		background-color: #fff;
	}

	div#content p {
		font-size: 1.2em;
		margin-bottom: 1em;
		line-height: 1.6;
		color: #333;
		background-color: #fff;
	}

	div#content a {
		color: #333;
		background-color: #fff;
	}

	div#content a:hover {
		color: #000;
		background-color: #fce7b8;
		text-decoration: none;
		border-bottom: 1px solid #f2ae5d;
	}

	div#content dt a:hover {
		color: #000;
		background-color: transparent;
		text-decoration: none;
		border-bottom: none;
	}

	div#content p.align-right {
		text-align: right;
	}
	
	div#content p.align-justify {
		text-align: justify;
	}
	
	div#content ul,
	div#content ol {
		font-size: 120%;
		line-height: 1.6;
		margin-bottom: 1em;		
		color: #000;
		background-color: #fff;
	}
	
	div#content ul ul,
	div#content ol ol {
		font-size: 1em;
		margin-top: 0.2em;
		margin-bottom: 0;
	}
	
	div#content li {
		margin-left: 2em;
		padding-left: 0.5em;
	}

	div#content dl {
		font-size: 120%;
	}
	
	div#content dt {
	}
	
	div#content dd {
		padding: 0.5em 0;
	}
	
	div#content b,
	div#content strong {
		color: #444;
		background-color: #fff;
	}
	
	div#content b a,
	div#content strong a {
		color: #444;
		background-color: #fff;
	}
	
	div#content table {
		margin-bottom: 1em;
		border-collapse: collapse;
		font-size: 120%;
	}
	
	div#content caption {
	}
	
	div#content table th {
		padding: 0.5em;
	}
	
	div#content table th p {
		margin-bottom: 0.5em;
		font-size: 100%;
	}
	
	div#content table td {
		padding: 0.5em;
		border: 1px solid #aaa;
	}
	
	div#content table td p {
		margin-bottom: 0.5em;
		font-size: 100%;
	}
	
	div#content blockquote {
	}
		

	/* Videoplayer */

	div#content #flvplayercaption {
		position: relative;
		width: 99%;
		float: none;
	}

	div#content #player {
		float: left;
		position: relative;
		width: 99%;
	}

	div#content .tx-bddbflvvideogallery-pi1 p {
		margin: 0.5em 0;
		padding: 0;
		text-align: center;
		border: none;
	 	color: #000;
	 	background-color: #fff;
	}

	div#content .flvplayer_listpic_pic {
	 	border: none;	
	}

	div#content .flvplayer_listpic {
		height: auto;
		width: 180px;
		border: none;
		padding: 0px 4px 4px 0px;
		margin: 0px 6px 6px 0px;	
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}

	div#content .flvplayer_listpic_firstofrow {	
	}

	div#content .flvplayer_listpic_lastofrow {
	}

	div#content .flvplayer_pagebrowser {
	}

	div#content #flvcaption {
		float: left;
		width: 99%;
		position: relative;
		margin: 5px 0px 15px 0px ;
		font-size: 1.2em;
	}

	/* Unterstützer */
	
	div#supporters {
		position: relative;
		width: 500px;
		margin-top: 30px;
		border-top: 1px solid #ccc;
	}
	
	div#supporters p {
		padding: 20px;
	}
	
	div#supporters ul li {
		float: left;
		display: inline;
		width: auto;
		list-style-type: none;
	}
	
	div#supporters ul li a {
		float: left;
		display: inline;
		width: auto;
		padding: 0 20px;
	}
	
	/* 
		Clearfix-Hack
		---------------------------------------------------------------
	*/

	.tx-bddbflvvideogallery-pi1:after,
	.clearfix:after {
		content: ".";		
		display: block;
		height: 0;
		margin: 0;
		padding: 0;
		font-size: 0;
		line-height: 0;
		clear: both;
		visibility: hidden;
	}

