
/* About-Bereich */
#home_about {
	float:				left;
	align:				left;
	
	color:				black;
    font-size:          11px;
	font-weight:		normal;
}

#home_about #see_about {
	margin-top:			10px;
}

#home_about #see_about a {
	color:				red;
    font-size:          11px;
}

#home_about_headline {
	text-align:			left;
	margin-bottom:		20px;
}

#home_about_headline a {
}

/* News-Bereich */
#home_news {
	color:				#222F66;
    font-size:          11px;
	font-weight:		normal;
	width:				515px;
}

#home_news #see_all_news {
	margin-top:			10px;
}

#home_news #see_all_news a {
	color:				red;
    font-size:          11px;
}

/*#home_news img {
	float:				left;
	margin-right:		10px;
}*/

#home_news p#headline {
	width:				100%;
	margin-bottom:		25px;
	margin-left:		0px;
}

#home_news #date {
	margin:				2px 0 10px 0px;
}



#home_news #text {
	text-align:			justify;
	
	border-bottom:		1px dotted gray;
	
	padding-bottom:		10px;
}

#home_news ul li {
	margin-bottom:		20px;
}


/* Events-Bereich */

#home_events #see_all_events {
    font-size:          11px;
    
    margin-top:			10px;
}

#home_events #see_all_events a {
	color:				red;
    font-size:          11px;
}

#home_events ul li {
	color:				black; 
	 
    font-size:          11px;
    font-weight:        bold;
	padding-bottom:		10px;
	border-bottom:		1px dotted gray;
	width:				200px;
	height:				15px;
	margin:				10px;
}

#home_events ul li div.country {
    float:              left;
	margin-top:         0px;
}

#home_events ul li div.country a.country {
	text-decoration:	none;
    font-size:          11px;
	font-weight:		bold;
}   