/* @override http://localhost:9000/css/logtech.css */

#events_industry
{
	width: 280px;
}


#events_industry p
{
	margin-bottom: 3px;  /* nur kleiner Abenstand unter Ueberschrift */
}


#events_membership
{
	margin-left: 30px;
	width: 280px;
}

#events_membership p
{
	margin-bottom: 3px;  /* nur kleiner Abenstand unter Ueberschrift */
}

.event_industry_area_header
{
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 2px solid #D1A6FB; 
}

.event_membership_area_header
{
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 2px solid #946cb2; 
}

.event_area_header_content
{
	height: 110px;
	min-height: 110px;
}

.event_list
{
	width: 280px;
}

.event
{
	margin-top: 20px;
	margin-bottom: 20px;
}

#event_industry_top
{
        background-image: url(../images/tab_top_rounded_wide.gif); 
	background-color: #D1A6FB;
}

#event_industry_bottom
{
        background-image: url(../images/tab_bottom_rounded_wide.gif); 
	background-color: #D1A6FB;
}

#event_membership_top
{
        background-image: url(../images/tab_top_rounded_wide_darker.gif); 
	background-color: #946cb2;
}

#event_membership_bottom
{
        background-image: url(../images/tab_bottom_rounded_wide_darker.gif); 
	background-color: #946cb2;
}

.event_header_top
{
	padding-top: 5px;
        background-repeat: no-repeat; 
        background-positon: top left; 

	font-size: small;
	font-weight: bold;
	padding-left: 10px;
	width: 270px; /* Auf Breite der Tab images begrenzen */
}

.event_header_bottom
{
	padding-top: 3px;
	padding-bottom: 5px;

        background-color: #FFFFFF; 
        background-repeat: no-repeat; 
        background-positon: bottom left; 
}


.event h2
{
	padding-left: 10px;
	padding-top: 0px;
	padding-left: 10px;
	font-size: small;
	font-weight: bold;
	font-style: italic;
        line-height: 1.1;
}

.event h3
{
	padding-left: 10px;
	font-size: small;
	font-style: italic;
	font-weight: normal;
        line-height: 1.1;
}

.event p
{
	padding-left: 10px;
	font-weight: normal;
        line-height: 1.1;
}

.eventcolumn
{
	size: 45%; /* Statt size1of2 fuer korrekte Darstellung im IE6 */
	margin-right: 10px; /* Nicht mehr als 10 px wg. IE6 */
}
