
body 
{
	font-family: Tahoma; 
	font-size:10px; 
	scrollbar-base-color: #D9EBFF; 
	scrollbar-3dlight-color: #002246;
	scrollbar-arrow-color: #002246;
	scrollbar-darkshadow-color: #002246;
	scrollbar-face-color: #ECF6FF;
	scrollbar-highlight-color: #D9EBFF; 
	scrollbar-shadow-color: #0D3A7D;  
	background-color: #CCCCCC;  
	margin-bottom: 20px;  
	margin-left: 0px;  
	margin-right: 0px;  
	margin-top: 20px;
}

P, DIV, OL, UL, H1, H2, H3							
{
	font-family: Tahoma; 
	font-size:10px;
	margin-left: 10px;
	margin-right: 10px;
}
OL {font-size: 11px;}
UL {font-size: 12px;}
H1 {font-size: 15px;}
H2	{font-size: 13px;}
H3	{font-size: 11px;}

/* Table (Exhibitor Form, Visitor Form, Contact) */
TD#titelline 												
{
	font-family: Tahoma;
	color: #ADADAD; 
	background: #666666;
	padding-left: 22px; 
	padding-right: 20px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	vertical-align: top;
	font-size: 11px;
	font: bold;
	font-style: normal;
	text-align: right;
	height: 24px;
}
TD#titelline a	 			{color: #AAAAAA; text-decoration: none;}
TD#titelline a:link 		{color: #AAAAAA; text-decoration: none;}
TD#titelline a:visited 	{color: #AAAAAA; text-decoration: none;}
TD#titelline a:hover		{color: #FFFFFF; text-decoration: none;}

/* Table (copyright) */
TD#statusline 												
{
	font-family: Tahoma;
	color: White; 
	padding-left: 10px; 
	padding-right: 20px; 
	padding-top: 5px; 
	padding-bottom: 7px;
	vertical-align: top;
	font-size: 11px;
	font: bold;
	font-style: normal;
	text-align: right;
	height: 34px;
	font-weight: bold;
}

/* Table (menü & items) */
TD#menu 												
{
	background: #666666;
	padding-bottom: 10px;
	padding-top: 32px;
}
TD#menudot							
{
	background: Black;
}
TD#menuitem	
{
	font-family: Tahoma;
	background: Black;
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 2px; 
	padding-bottom: 3px;
	vertical-align: top;
	font-size: 11px;
	font: bold;
	font-style: normal;
	cursor: hand;
}
TD#menuitem a	 			{color: White; text-decoration: none; padding-left: 5px; padding-right: 5px; }
TD#menuitem a:link 		{color: White; text-decoration: none; padding-left: 5px; padding-right: 5px; }
TD#menuitem a:visited 	{color: White; text-decoration: none; padding-left: 5px; padding-right: 5px; }
TD#menuitem a:hover		{color: #FF6347; text-decoration: none; padding-left: 5px; padding-right: 5px; }

/* Table (lists) */
TD#lists	
{
	font-family: Tahoma;
	color: White; 
	padding-left: 4px; 
	padding-right: 0px; 
	padding-top: 3px; 
	padding-bottom: 4px;
	vertical-align: top;
	font-size: 11px;
	font: bold;
	font-style: normal;
	text-align: left;
}

TD#content 												
{
	background: White;
	background-repeat: no-repeat;
	background-position: top;
}

/* Table (news) */
TD#news 												
{
	background: #D7EBFF;
	padding-top: 10px; 
	padding-bottom: 10px;
}
