@charset "utf-8";
/* CSS Document */

#gradient
{
	background: url(../images/bg_footer_events.gif) bottom repeat-x;
}
ul#list-nav li a#list-nav-events
{
	color: #000000;
	background-color: #d600b0;
}
#footer
{
	margin-top: 0px;
}
ul#list-footer li a.footer-news strong
{
	color: #d600b0;
	font-weight: normal;
}

ul.list-events-areas
{
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.list-events-areas li
{
	position: relative;
	font-size: 1.2em;
	margin-bottom: 1em;
	min-height: 120px;
	clear: both;
}
ul.list-events-areas li img
{
	position: relative;
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

ul.list-events
{
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.list-events li
{
	position: relative;
	float: left;
	font-size: 1.2em;
	margin-bottom: 1em;
	width: 190px;
	padding-right: 10px;
	min-height: 120px;
}
ul.list-events li img
{
	position: relative;
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

form label
{
	color: #d600b0;
}
form input.input-text
{
	border: 1px solid #d600b0;
}
form input.input-btn
{
	background-color: #d600b0;
	color: #000000;
}

a
{
	color: #d600b0;
}
h2
{
	border-left: 2px solid #d600b0;
}