/* COLORS */
/* version 1.2 */

a:hover {
	color: #C00;
}

a:active {
	color: #C00;
}

h1{
	color: #C00;
}

h2{
	color: #C00;
}

#contentInnerWrap_1{
	background: url('/frontend/images_content/home_frontpage_04.jpg') no-repeat 0px 0px;
	width: 900px;
}

#contentInnerWrap_2{
	background: url('/frontend/images_content/home_frontpage_text_04.jpg') no-repeat 260px 0px;
	width: 900px;
}

#content{
	background: url('/frontend/images_content/home_frontpage_back_04.jpg') repeat 0 0px;
	width: 900px;
}

#top_navigation{
	background: none; 
}

p{
	width: 340px;
}

#text{
	width: 590px;
	margin-left: 160px;
}

a.leftMenuLink, a.leftSubMenuLink{
	color: #68685c;
}

.leftMenuLinkSelected, .highlightcolor{
	color: #C00;
}



div.homePageAgenda{
	width: 230px;
	height: 290px;
	overflow: hidden;
	text-align: left;
	margin: 170px 0 20px 0;
	padding: 0 10px;
	color: white;
	font-family: Trebuchet MS;
	background: url('/frontend/images/agenda_back_home.png');
	float: right;
}

div.homePageAgenda h1{	
	margin: 0;
	padding: 2px;
}

div.homePageAgenda a{
	width: 200px; 
	color: white;
}
div.homePageAgenda a:hover {
	color: white;
	text-decoration: underline;
}

div.homePageAgenda div.title{
	width: 140px; 
	font-size: 11pt;
	float: left;
	margin: 0 0 20px 10px;
	white-space: nowrap;
	overflow: hidden;
}

div.homePageAgenda div.date{
	width: 50px; 
	font-size: 10pt;
	font-weight: normal;
	float: left;
	margin: 2px 0 20px 10px;
	font-style: italic;
}
