html, body {
	height: 100%;
}
body, table, form {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body {
	background: #094369 url(gfx/bg_ecken.jpg) no-repeat;
}
img {
	border: none;
}
hr {
	clear : both;
	display: hidden;
	height: 0px;
	width: 1px;
	color: white;
	background: white;
	border: 0;
	margin: 0px;
	padding: 0px;
}

/* NAVIGATION */
#navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 530px;
	overflow: hidden;
	background: url(gfx/bg_navigation.jpg) no-repeat left top;
	z-index: 1;
	padding: 32px 0 0 0;
}
#navigation #navbar {
	width: 160px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	display: block;
}
#navigation #navbar li {
	width: 160px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
}
#navigation #navbar li a {
	display: block;
	outline: none;
}
#navigation #navbar li img {
	display: block;
	margin-left: 15px;
}
#navigation #navbar li.highlighted {
	background: url(gfx/navigation_li.gif) no-repeat left 3px;
}
#navigation #navbar li.highlighted a {
	cursor: default;
}
#navigation #navbar li ul {
	overflow: hidden;
	background-color: #e67264;
	display: none;
	padding: 3px 0 3px 0;
	margin: 3px 0px 3px 0px;
}
#navigation #navbar li ul li {
	padding-left: 16px;
	line-height: 16px;
}
#navigation #navbar li ul.sessions li {
	letter-spacing: -1px;
}
#navigation #navbar li.highlighted ul {
	display: block;
}
#navigation #navbar li.highlighted ul li {
	background: none;
}
#navigation #navbar li.highlighted ul li a,
#navigation #navbar li.highlighted ul li.highlighted ul li a,
#navigation #navbar li.highlighted ul li.highlighted ul li.highlighted ul li a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
#navigation #navbar li.highlighted ul li a:hover, #navigation #navbar li.highlighted ul li a:active, #navigation #navbar li.highlighted ul li a:focus,
#navigation #navbar li.highlighted ul li.highlighted ul li a:hover, #navigation #navbar li.highlighted ul li.highlighted ul li a:active, #navigation #navbar li.highlighted ul li.highlighted ul li a:focus,
#navigation #navbar li.highlighted ul li.highlighted ul li.highlighted ul li a:hover, #navigation #navbar li.highlighted ul li.highlighted ul li.highlighted ul li a:active, #navigation #navbar li.highlighted ul li.highlighted ul li.highlighted ul li a:focus {
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
}
#navigation #navbar li.highlighted ul li.highlighted a {
	text-decoration: underline;
	cursor: default;
}

#navigation #navbar ul ul {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#navigation #navbar ul ul li {
	padding-left: 12px;
}
#navigation #navbar li.highlighted ul ul,
#navigation #navbar li.highlighted ul li.highlighted ul ul {
	display: none;
}
#navigation #navbar li.highlighted ul li.highlighted ul,
#navigation #navbar li.highlighted ul li.highlighted ul li.highlighted ul {
	display: block;
}

/* SPRACHAUSWAHL */
#languages {
	position: absolute;
	left: 167px;
	top: 0px;
	list-style-type: none;
	display: block;
	height: 47px;
	width: 36px;
	background: url(gfx/bg_languages.gif) no-repeat left top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
#languages li {
	margin: 7px 0px 0px 8px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999em;
	font-size: 0.1em;
	height: 12px;
	width: 20px;
	line-height: 12px;
	overflow: hidden;
}
#languages li.de a {
	background: url(gfx/flagge_de.gif) no-repeat left top;
}
#languages li.uk a {
	background: url(gfx/flagge_uk.gif) no-repeat left top;
}
#languages li.hidden {
	background: #DA2F1B;
	height: 100%;
	width: 100%;
	margin: 2px 0px 0px 0px;
}
#languages li.hidden a {
	display: none;
}

#languages li a {
	filter: Alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	display: block;
}
#languages li.highlighted a,
#languages li a:hover,
#languages li a:active,
#languages li a:focus  {
	filter: Alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}


/* SEITE CONTENTBEREICH */
#site {
	width: 866px;
	float: left;
	position: absolute;
	top: 34px;
	left: 71px;
	background: url(gfx/bg_content_top.jpg) no-repeat left top;
	filter: Alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

/* KOPF */
#logo {
	float: right;
	margin: 25px 25px 10px 0px;
	display: inline;
}
#site h1 {
	float: left;
	margin: 40px 0px 0px 200px;
	padding: 0px 0px 0px 0px;
	display: inline;
	line-height: 1em;
	font-size: 2em;
	color: #0057a0;
}

/* INHALT */
#content {
	min-height: 410px;
	/* quick IE hack */
	_height: 410px;
	background: #ffffff;
	line-height: 1.5em;
	float: left;
	display: block;
	width: 100%;
}
#text, #gallery {
	margin: 0px 0px 20px 200px;
	float: left;
	display: inline;
	width: 646px;
}
#gallery a {
	margin: 0px 10px 10px 0px;
	display: inline;
	float: left;
}
#gallery a img {
	margin: 0px 0px 0px 0px !important;
}

#content h2 {
	font-weight: strong;
	font-size: 15px;
}
#content h2 i {
	font-weight: normal;
	text-align: right;
	font-size: 12px;
	white-space: nowrap;
}
#content p {
	margin: 14px 0px 14px 0px;
	padding: 0px 50px 0px 0px;
	font-size: 1em;
}
#content p i {
	text-align: right;
	font-size: 10px;
}
#content p img {
	border: 1px solid #0057a0;
	margin: 0px 10px 10px 0px;
	float: left;
}
#content a:link, #content a:visited {
	color:#055aa3;
	text-decoration: underline;
}
#content a:hover, #content a:active, #content a:focus {
	color:#055aa3;
	text-decoration: none;
}
#content img {
	border: 1px solid #0057a0;
	margin: 0px 10px 10px 0px;
}
#content img.float-left {
	float: left;
}
#content table {
	margin: 0px 10px 10px 0px;
	border: 0px;
	border-collapse: collapse;
	width:600px;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}
#content table.hotels a {
	white-space: nowrap;
}
#content table tr.highlight {
	background-color:#eaeaea;
}
#content table caption {
	text-align: left;
	font-weight: bold;
	color: #05589F;
	caption-side: top;
}
#content table td,
#content table th {
	padding: 2px 5px 2px 5px;
}
#content table th {
	text-align: left;
}
#content table td.profile,
#content table td.booth {
	text-align: center;
}
#content table.fee thead * {
	text-align: center;
	line-height: 1.1em;
	padding-bottom: 5px;
}
#content table.fee tbody th {
	width: 250px;
}
#content table.fee tbody td {
	text-align: right;
}
#content address {
	display: block;
	margin: 5px 20px 10px 20px;
	font-size: 1em;
	line-height: 1.3em;
}

#content dl {
	margin: 20px 0px 20px 0px;
	padding: 	0px 0px 0px 0px;
	line-height: 1.4em;
	display: block;
}
#content dl.organizers,
#content dl.promotors {
	margin-left: 100px;
}
#content dl dt {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
}
#content dl dd {
	width: 300px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 20px;
}
#content dl.sessions {
	margin: 20px 0px 20px 50px;
	padding: 	0px 0px 0px 0px;
	line-height: 1.4em;
	display: block;
}
#content dl.sessions dt {
	display: block;
	width:80px;
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#content dl.sessions dd {
	width:470px;
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
}
#content dl dd img{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border: none;	
}
#content ul {
	margin: 0px 0px 0px 50px;
	padding: 10px 0px 10px 0px;
	list-style-type: square;
	color: #888888;
}
#content ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1em;
}
#content ul.schiffsliste {
	width: 450px;
	list-style-type: none;
	list-style-image: none;
}
#content ul.schiffsliste  li {
	display: block;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
#content ul.schiffsliste li p {
	width:270px;
	float:left;
	margin: 0px 0px 0px 0px;
}
#content ul.schiffsliste li a img {
	height:80px;
	float: right;
	margin: 0px 0px 0px 0px;
}

/* SITEMAP */
#content ul.sitemap,
#content ul.sitemap ul {
	list-style-image: url(gfx/li_sitemap.gif);
	border-left: 1px solid #000000;
	margin: 5px 0px 10px 75px;
	padding: 0px 0px 0px 20px;
	font-weight: bold;
}
#content ul.sitemap ul {
	margin-left: 20px;
	font-weight: normal;
}
#content ul.sitemap li {
	margin-left: -3px;
}

/* KONTAKT */
#content address.vftt {
	background: url(gfx/vftt.gif) no-repeat left top;
	padding: 45px 0px 0px 0px;
	margin: 40px 0px 0px 0px;
	float: left;
}
#content address.mc-marketing {
	background: url(gfx/mc-marketing.gif) no-repeat right 28px;
	padding: 45px 0px 0px 0px;
	margin: 40px 0px 0px 0px;
	float: left;
}
#content address.schiff-gmbh {
	background: url(gfx/schiff_contact.gif) no-repeat 85px 14px;
	padding: 45px 0px 0px 0px;
	margin: 40px 0px 0px 0px;
	float: right;
	width: 250px;
}

/* FUSSZEILE */
#footer {
	height: 70px;
	display: block;
	background: url(gfx/bg_content_bottom.gif) no-repeat left bottom;
	position: relative;
	float: left;
	width: 100%;
}
#footer img {
	margin: 25px 0px 0px 65px;
}
#footer img.nospace {
	margin-left: 0px;
}
#kern-preis {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/* HILFSNAVIGATION */
#helpnavbar {
	float: right;
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
#helpnavbar li {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
	display: inline;
	border-left: 1px dotted #408FCF;
}
#helpnavbar li.first {
	border: none;
}
#helpnavbar li a:link, #helpnavbar li a:visited {
	color:#055aa3;
	text-decoration: underline;
	font-size: 0.8em;
}
#helpnavbar li a:hover, #helpnavbar li a:active, #helpnavbar li a:focus {
	color:#055aa3;
	text-decoration: none;
	font-size: 0.8em;
}
/***************** Gallery ************************************/
#content ul.gallerie {
	list-style: none;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
	width: 100%;
}
#content ul.gallerie li {
	margin: 0px 3px 10px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	float: left;
	width: 120px;
	text-align: center;
	font-size: 0.8em;
}
#content ul.gallerie li img {
	display: block;
}
.travel {
	float: left;
}