/* CSS Document */

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

html,body {
	background: #ffffff;
	margin: 0 0 0 0;
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(images/mainbg.gif);
	background-repeat: repeat-y;
}

#site{
	height:100%;
	margin:0;
	padding:0;
	width: 750px;
}

#header {
	background: #FBEDDC;
	width: 750px;
	height: 123px;
	border-bottom: 1px solid #ffffff;
	float: left;
	border-bottom: 1px solid #ffffff;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#header_ad {

	margin-left: 505px;
	margin-top: 43px;
/*
	background-image: url(images/anzeige_hb.gif);
	background-repeat: no-repeat;
*/
	width: 234px;
	height: 80px;
	vertical-align: bottom;
	
	font-size: 10px;
	color: #000000;
	text-align: right;
	font-weight: bold;

}

#banner {
    background-image: url(images/anzeige.gif);
	background-repeat: no-repeat;
}

#header_ad img {
	border: thin #000000 solid;
}

#skyscraper_ad {

	position:absolute; top:112px; left:760px;

/*
	margin-left: 760px;
	margin-top: 112px;
	background-image: url(images/anzeige_hb.gif);
	background-repeat: no-repeat;
*/
	width: 120px;
	height: 600px;
	vertical-align: top;
	
	font-size: 10px;
	color: #000000;
	text-align: right;
	font-weight: bold;

}

#skyscraper_ad img {
	border: thin #000000 solid;
}

#bar {
	height: 20px;
}

#bar_left { background: url(images/bg_nav_left.png) #e7e7e7; width: 150px; height: 17px; padding-top: 3px; border-right: 1px solid #FFFFFF;  float: left; color: #000000; font-size: 10px; text-align: center;}

#bar_center { background: url(images/bg_nav_center.png) #e7e7e7 top left; float: left; width: 330px; height: 17px; padding-top: 3px; padding-left: 10px; font-size: 10px; }

#bar a:link {
	text-decoration: none;
	color: #990000;
}
#bar a:hover {
	text-decoration: underline;
	color: #990000;
}

#bar_right { background: url(images/bg_nav_right.png) #e7e7e7; width: 150px; height: 19px; padding-top: 1px; border-left: 1px solid #ffffff; float: right; text-align: center; }

#print {
	background: url(images/bg_nav_print.png) #e7e7e7 top left;
	padding-top: 3px;
	padding-right: 10px;
	float: left;
	width: 98px;
	height: 17px;
	font-size: 10px;
	text-align: right;
}
#print a:link {
	color: #000000;
	text-decoration: none;
}
#print a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

form fieldset legend {
	border-bottom: solid 1px #D8BC12;
	height: 19px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

#footer {
	color: #000066;
	font-size: 8px;
	text-align:center;
	vertical-align: bottom;
}

/*
#bar_right a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#bar_right a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
*/

a.qn_print {
  background:url(images/drucken.png) no-repeat left center;
  padding-left:20px;
}
a.lang_de {
  background:url(images/flag_de.gif) no-repeat left center;
  padding-left:20px;
  font-size: 10px;
}
a.lang_en {
  background:url(images/flag_en.gif) no-repeat left center;
  padding-left:20px;
  font-size: 10px;
}

#container { background: #FFFFFF; width: 750px; background-image:url(images/mainbg.gif); }

#mainmenu { background: #E7E7E7; width: 150px; border-right: 1px solid #FFFFFF; float:left; padding: 5px 0px 5px 0px;
border-top: 1px solid #ffffff; }

#content { background: #FFFFFF; width: 428px; float: left; padding: 10px 10px 5px 10px; line-height: 20px;}

#sidebar {

	background: #E7E7E7;
	width: 150px;
	border-left: 1px solid #FFFFFF;
	float: right;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}

#sidebarDefault {
	background: #E7E7E7;
	width: 140px;
	padding: 10px 5px 5px 5px;
	font-size: 10px;
}

#sidebar ul {
	list-style-type:none;
	list-style: none;
}
#sidebar li {
  background:url(images/arrow.gif) no-repeat left top;  
  font-size: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
  list-style-type:none;
  list-style: none;
}

#sidebarDefault a:link {
	color: #990000;
	text-decoration: none;
}

#sidebarDefault a:hover {
	color: #990000;
	text-decoration: underline;
}


#ausstellerMenu {
	background: #D8BC12;
	width: 140px;
	padding: 10px 5px 5px 5px;
	font-size: 10px;
	border-bottom: 1px #FFFFFF solid;
}
#ausstellerMenu ul {
	list-style-type:none;
	list-style: none;
}
#ausstellerMenu li {
  background:url(images/arrow.gif) no-repeat left top;  
  font-size: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
  list-style-type:none;
  list-style: none;
}

#ausstellerMenu a:link {
	color: #990000;
	text-decoration: none;
}

#ausstellerMenu a:hover {
	color: #990000;
	text-decoration: underline;
}



#content ul {
	list-style-type: none;
	list-style: none;
	padding-left: 20px;
}

#content li {
  list-style-type: square;
  list-style: square;
}


.clearing { clear:both; height:0; }

/* Menu */
/* MAIN MENU */
#mainmenu ul>li {
  padding-top: 5px;
  padding-left: 10px;  
  padding-bottom:5px;
  margin-top: 1px;
  background-color:#6F6F6F;
  font-size:10px;
  font-weight: bold;
  color:#FFFFFF;
}

#mainmenu a {  
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#mainmenu a:hover {  
	color: #990000;
}

#mainmenu>ul>li.active>a:hover {  
	color: #FFFFFF;
}

#mainmenu>ul>li.active {
  background-color:#990000;  
}

/* SUB MENU */
#mainmenu ul>li>ul {
	list-style: none;
	margin-left: -10px;
	margin-bottom: -5px;
	padding-left: 10px;
	margin-top: 5px;
	background-color: #6F6F6F;
}
#mainmenu ul>li>ul>li {
	padding-left: 15px;
	margin-left: -10px;
	background-color: #999999;
}
#mainmenu>ul>li>ul>li.active {
	background-color: #cccccc;
}

/* SUB SUB MENU */
#mainmenu ul>li>ul>li>ul {
	list-style-type: square;
	list-style-position: outside;
/*	margin-left: -15px; */
	margin-bottom: -5px;
	padding-left: 25px;
	margin-top: 5px;
	background-color: #cccccc;
}
#mainmenu ul>li>ul>li>ul>li {	
	margin-left: 0;
	padding-left: 0;
	background-color: #cccccc;
}
#mainmenu>ul>li>ul>li.active>a {
	color: #990000;
}
#mainmenu>ul>li>ul>li>ul>li.active>a {
	color: #FFFFFF;
}
#mainmenu>ul>li>ul>li>ul>li {
	color: #6F6F6F;
}
#mainmenu>ul>li>ul>li>ul>li>a {
	color: #6F6F6F;
}

/* Main menu */
/*
#mainmenu ul {
  margin: 0;
  list-style: none;
}

#mainmenu ul>li {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom:5px;
  margin-top: 1px;
  background-color:#6F6F6F;
  font-size:10px;
  font-weight: bold;
  color:#FFFFFF;
}
*/

/* Submenu */
/*
#mainmenu ul>li>ul {
  list-style: none;
  background-color:#6F6F6F;
}

#mainmenu ul>li>ul li {

  margin-left: -20px;
  padding-left: -20px;
  margin: 0;
  padding: 0;

  list-style: none;
  padding-left: 20px;

  padding-top: 5px;
  padding-bottom:5px;
  margin-top: 1px;  
  background-color:#999999;
  font-size:10px;
  font-weight: bold;
  color:#FFFFFF;
}
*/

/* Sub-Submenu */
/*

#mainmenu ul>li.submenuitem .active a {  
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#mainmenu ul>li.submenuitem .active a:hover {  
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
*/


/*
#mainmenu ul li ul {
  margin: 0;
  margin-left: 15px;
  list-style: square;
  padding-top: 5px;
}


#mainmenu ul li ul li.submenu {
  margin: 0;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom:5px;
  margin-top: 0px;
  background-color:#999999;
  font-size:10px;
  font-weight: bold;
  color:#FFFFFF;
}
*/
/*
#mainmenu a {  
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#mainmenu a:hover {  
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}


#mainmenu .active {
  
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom:5px;
  margin-top: 1px;
  background-color:#990000;
  font-size:10px;
  font-weight: bold;
  color:#FFFFFF;
  
}

#mainmenu .active a {  
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#mainmenu .active a:hover {  
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


#mainmenu .active {
  
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom:5px;
  margin-top: 1px;
  background-color:#990000;
  font-size:10px;
  font-weight: bold;
  color:#FFFFFF;
}

#mainmenu ul li ul li.active {
  
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom:5px;
  margin-top: 0px;
  background-color:#999999;
  font-size:10px;
  font-weight: bold;
  color:#000000;
}
*/

h1  {
	border-bottom: solid 1px #990000;
	width: 100%;
/* 	height: 19px; */
	/* margin-top: 0px; */
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	
	margin-top: 0.1em;
}

#content h1 span {
  float:right;
  font-size:10px;
  line-height:1.6em;
  color:rgb(120,120,120);
  vertical-align:bottom;
}

#content h2 span {
  float:right;
  font-size:10px;
  line-height:1.6em;
  color:rgb(120,120,120);
  vertical-align:bottom;
}

#ausstellerverz table { border-collapse:collapse; border: #000000; border-style: solid; border-width: 1px; }
#ausstellerverz td { border:1px #999999 solid; padding: 5px;}
tr.sortIndex td { background:#E7E7E7; }

table.abc { background: #CCCCCC; border-collapse:collapse; border: #999999; border-style: solid; border-width: 1px; width: 100%; }
table.abc td { border:1px #999999 solid; padding: 1px; text-align: center; }
table.abc td:hover { border:1px #999999 solid; padding: 1px; text-align: center; background: #D8BC12; }

/*
#ausstellerProfil table { border-collapse:collapse; border: #000000; border-style: solid; border-width: 1px; }
#ausstellerProfil td { border:1px #999999 solid; padding: 2px;} 
*/


#ausstellerNavi table { 
	border-top: #990000 solid 1px;
/*	border-bottom: #990000 solid 1px; */
}
/*
#ausstellerNavi table { background-color: #E7E7E7; }
#ausstellerNavi td { border:1px #ffffff solid; padding: 1px;} 
*/

#facts table { border-collapse:collapse; border-style: none; }
#facts td { border:1px #999999 solid; 
padding: 5px;} 
#content caption {
	font-weight: bold;
	text-align: left;
	background: #CCCCCC;
	border:1px #999999 solid; 
padding: 5px;
}

a.pdflink {
	background-image:url(images/pdf_kl.gif);
	background-repeat:no-repeat;
	padding-left: 25px;
	color: #990000;
	text-decoration: none;
}

a.pdflink:hover {
	background-image:url(images/pdf_kl.gif);
	background-repeat:no-repeat;
	padding-left: 25px;
	color: #990000;
	text-decoration: underline;
}

a.smslink {
	background-image:url(images/ms_kl.gif);
	background-repeat:no-repeat;
	padding-left: 25px;
	color: #990000;
	text-decoration: none;
}

a.smslink:hover {
	background-image:url(images/ms_kl.gif);
	background-repeat:no-repeat;
	padding-left: 25px;
	color: #990000;
	text-decoration: underline;
}

.submenuBox {
	border: thin #666666 dashed;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#content a.biglink {
	font-weight: bold;
}

h2 {
/*
	border-bottom: solid 1px #EEB966;
	height: 19px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	*/
	
	border-bottom: solid 1px #EEB966;
	width: 100%;
/* 	height: 19px; */
	/* margin-top: 0px; */
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	
	margin-top: 0.1em;
}

#ausstellerMenu h2 {
	border-bottom: solid 1px #990000;
	height: 19px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}


h3 {
	color: #990000;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
}

h4 {
	clear:both; height:0;
	
	border-bottom: solid 1px #D8BC12;
	height: 19px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}


a:link {
	text-decoration: none;
	color: #990000;
}

.newslink a {
  background:url(images/arrow2.gif) no-repeat left center;
  padding-left:12px;
}

a:visited {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}


a.newstitle:link {
	color: #000000;
}

a.newstitle:hover {
	color: #000000;
	text-decoration: underline;
}

a.newstitle:visited {
	color: #000000;
}

#logoExpo {
	width: 150px;
	height: 130px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#logoGMK {
	background-image:url(images/gmk-messe.gif);
	background-repeat:no-repeat;
	background-position:center;
	width: 150px;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#logoMS {
	background-image:url(images/messe-stuttgart.gif);
	background-repeat:no-repeat;
	background-position:center;
	width: 150px;
	height: 70px;
	/* padding-top: 10px; */
	padding-bottom: 10px;
}

#content input, select, textarea { background-color:#CCCCCC; border:1px solid #000000; }
.gbox { border: dashed #666666 1px; padding: 5px 5px 5px 5px; }
.ebox { border: dashed #666666 1px; padding: 5px 5px 5px 5px; color: #FF0000; font-weight: bold; }
.error { color: #FF0000; }

/* Tabs */
#tabs ul {
	list-style: none;
}
#tabs ul li {
	list-style: none;
}
#tabs table th {
	text-align: left;
	padding: 5px;
}
#tabs table td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
}

div.important {
	padding: 10px;
	border: 3px double #990000;
}

.clear {
	clear: both;
}

#pagefooter {
	width: 750px;
	height: 91px;
	background-color: #1a171b;
}

#pagefooter img {
	padding: 0 15px;
}

form.blockform label {
	display: block;
	width: 150px;	
	float: left;	
}

form.blockform input, label, select {
	margin: 2px 0;
}

form.blockform br {
	clear: both;
}

div.errors {
	background-color: #FF6666;
	padding: 5px;
	border: solid 1px #FF0000;
}

div.message {
	background-color: #66FF99;
	padding: 5px;
	border: solid 1px #009900;
}
