html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	line-height: 18px;
	font-size: 14px;
	font-family:Arial,Verdana,sans-serif;
	color:#3B567B;
}
h1 {
	font-size:25px;
}

h2 {
	font-size:20px;
	margin-bottom:15px;
}

h3 {
	font-size:15px;
}

h4 {
	font-size:12px;
	font-weight:bold;

}
p {
	margin-bottom:10px;
}

/*--Generics--*/

	#container {
		top:20px;
		width:861px;
	}
	#container #head {
		background-image:url("/_gfx/container_header.png");
		background-repeat:no-repeat;
		background-position:center top;
		height:312px;
		border:0px solid black;
	}
	#container #foot {
		position:absolute;
		background-image:url("/_gfx/back_to_top.png");
		background-repeat:no-repeat;
		background-position:center bottom;
		height:94px;
		width:113px;
		right:0px;
	}
	#head #menu {
		font-size:17px;
		clear:both;
		position:absolute; 
		top:252px;
		border:0px solid black;
		width:100%;
		text-align:center;
		//border:1px solid black;
	}
	
	#head #menu a:link, #head #menu a:visited {
		text-decoration:none;
		/*text-transform:uppercase;*/
		color:#FFFFFF;
		font-weight:bold;
		font-style:normal;
	}
	#head #menu a:hover, #head #menu .marked a:visited, #head #menu .marked a:link {
		text-decoration:none;
		/*text-transform:uppercase;*/
		color:#44f4f0;
		font-weight:bold;
		font-style:normal;
	}
	#head #menu span {
		margin-right:14px;
		margin-left:14px;
	}

	#container #content {
		border:0px solid black;
		width:850px;
		padding-left:5px;
	}


	a:link, a:visited {
		text-decoration:none;
		font-style:italic;
		color:#3B567B;
	}
	a:hover {
		text-decoration:none;
		font-style:italic;
		color:#91BD12;
	}
/** InfoBox **/
	#head .infobox_link {
		border:0px solid black;
		cursor:pointer;
		width:548px;
		height:33px;
		position:absolute;
		top:193px;
		left:346px;
	}
	#head .infobox_link p {
		font-size: 15px;
		font-family:Arial,Verdana,sans-serif;
		/*text-transform:uppercase;*/
		font-weight:bold;
		display: inline;
		margin-right:11px;
		margin-left:11px;
		color:#cc071e;
	}
	#head .infobox_link p:hover {
		color:#00a19d;
	}
	#head .infobox_popup {
		background-image:url("/_gfx/popup_bg.png");
		background-repeat:no-repeat;
		background-position: left top;
		height:335px;
		width: 445px;
		padding:20px;
		padding-top:50px;
		position:absolute;
		top:200px;
		left:200px;
		z-index:4;
		display:none;
	}
	#head .infobox_popup p{
		clear:both;
	}
	#head .infobox_popup .icon_big {
		float:left;
		height:90px;
	}
	#head .infobox_popup .infobox_close {
		position:absolute;
		cursor:pointer;
		right:7px;
		top:7px;
	}
	#milkglass {
		position:fixed;
		display:none;
		top:0px;
		left:0px;
		height:100%;
		width:100%;
		background-color:#122034;
		filter:Alpha("opacity=50");
		moz-opacity:0.5;
		opacity:0.5;
		z-index:3;
	}
/** ORT **/
	#container #content #map {
		width:770px;
		height:450px;
	}

/** AUSSTELLER **/
	#container #content #sort span {
		cursor:pointer;
		margin-right:10px;
	}

	#container #content #sort span:hover {
		color:#91BD12;
	}
	#container #content #sort .marked {
		color:#91BD12;
	}

	#container #content .exhibitor {
		margin-top:10px;
	}

	#container #content .exhibitor .name {
		font-size:20px;
		cursor:pointer;
		margin-bottom:8px;
	}
	#container #content .exhibitor .name span {
		padding-right:5px;
	}
	#container #content .exhibitor .name:hover {
		color:#91BD12;
	}
	#container #content .exhibitor img {
		padding-left:40px;
		display:none;
		margin-bottom:7px;
	}
	#container #content .exhibitor .name img {
		display:inline;
		margin-bottom:0px;
		padding-left:10px;
	}
	#container #content .description {
		width:700px;
		padding-bottom:10px;
		padding-left:40px;
		border-bottom:1px solid #3B567B;;
	}
	#container #content .description .aussteller_link {
		display:block;
	}


