@charset "utf-8";
body  {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

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

#container { 
	width: 768px;
	min-height: 800px;
	background: transparent;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/hg-herbstschau.jpg);
	background-repeat: no-repeat;
} 

#header {
	height: 230px;
	background: transparent; 
	padding: 0 10px 0 20px;
} 

#header img {
	margin-top: 10px;
	margin-left: 367px;
}
/*------------------------------------------------------------------------------------------------------*/

h1 { font-size: 16px; margin: 0; padding: 0; }
h2 { font-size: 12px; margin: 0; padding: 10px 0 0 0; border-bottom: 1px #000000 dotted; }

p { padding: 6px 0 12px 0; margin: 0; }

/*------------------------------------------------------------------------------------------------------*/
#navigation {
	float: left;
	width: 140px;
	background: transparent;
	padding: 0;
	margin: 0;
}

#navigation ul {
	list-style: none;
	padding-left: 0;
	padding-top: 8px;
	margin: 0;
}

#navigation ul li {
	padding: 4px 0 4px 0;
	margin: 0;
}

#navigation ul li a { color: #000000; font-weight: normal; }

#navigation ul li a img { margin: 0; }
  
/*------------------------------------------------------------------------------------------------------*/


#contenttop { 
	margin: 0 78px 0 150px;
	height: 15px;
	background-image: url(../images/hg-content-top.gif);
	background-repeat: no-repeat;
	padding: 0;
}

#contentbottom { 
	margin: 0 78px 0 150px;
	height: 15px;
	background-image: url(../images/hg-content-bottom.gif);
	background-repeat: no-repeat;
	padding: 0;
}

/*------------------------------------------------------------------------------------------------------*/

#content {
	background-color: #ffffff;
	margin: 0 78px 0 150px;
	padding: 0 18px;
} 

#content a:LINK {color: #CC0000; text-decoration:none;}
#content a:VISITED {color: #CC0000; text-decoration:none;}
#content a:ACTIVE {color:#CC0000; text-decoration:none;}
#content a:HOVER {color:#000000; text-decoration:underline;}

/*------------------------------------------------------------------------------------------------------*/

.galerie {
	width: 490px;
	height: 80px;
	overflow: hidden;
	margin-bottom: 12px;
}

/*------------------------------------------------------------------------------------------------------*/

table.aussteller td {
	/* border-collapse: collapse;
	width: 100%; */
	border-bottom: 1px #999999 dotted;
	padding: 2px 0 2px 0;
	margin: 0;
	vertical-align: top;
}

span.standnummer {
	background-color: #ffff00;
	padding: 2px 4px 2px 4px;
	/* border: 1px #d5d500 solid; */
	font-weight: bold;
}

span.messeplan {
	background-color: #ffff00;
	padding: 2px 4px 2px 4px;
	/* border: 1px #d5d500 solid; */
	font-weight: bold;
	vertical-align: top;
}

/*------------------------------------------------------------------------------------------------------*/

#footer { 
	padding: 0 10px 0 20px;
	background: transparent;
} 

#footer p {
	margin: 0;
	padding: 10px 0;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/*------------------------------------------------------------------------------------------------------*/

.subcolumns { width: 100%; overflow:hidden; }

.c75l {
	float: left;
	border-right: 1px #000000 dotted;
	width: 315px;
	padding-right: 20px;
}

.c25r {
	float: right;
	width: 132px;
	background-color: #fafa2f;
	padding: 0 10px 0 10px;
	margin-left: 10px;
	font-size: 10px;
}

.c75lleitung {
	float: left;
	width: 315px;
	padding-right: 20px;
}

.c25rleitung {
	float: right;
	width: 132px;
	padding: 0 10px 0 10px;
	margin-left: 10px;
	font-size: 10px;
	text-align: center;
}

