/*
    Author: Thomas Weckert (weckert@bplusd.de)
    Version: $Revision: 1.1 $
*/

div.events-article {
	width: 565px;
	position: relative;

    border-left: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;
    background-color: #ffffff;
    padding: 10px 10px 5px 10px;
    line-height: 18px;
}

p.events-headline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #000000;
}

p.events-list-separator {
	height: 15px;
}

div.events-img {
	width: 158px;
    border-left: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;

    text-align: center;
    margin: 0;
}

td span.bold {
	font-weight: bold;
}

div.events-description div {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
}

a.events-nav:link, a.events-nav:visited, a.events-nav:hover, a.events-nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

a.event:link, a.event:visited, a.event:hover, a.event:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}
