/* CSS Document */

/*events*/
.navigation{
	width:550px;
	text-align:right;
	color:#999999;
}
.navigation a{
	color:#999999;
}
.navigation a:hover{
	color:#333333;
}

#events{
	position:relative;
	width:550px;
	min-height:80px;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-bottom-color:silver;
}

#events:hover{
	background-color:#CCCCCC;
}

#events_title{
	min-height:40px;
}

#events_title h2 a{
	text-decoration:none;
	color: #4281BF;
}
#events_title a{
	text-decoration:none;
	color: #000000;
}


#events_location{
	float:left;
	width:500px;
	max-width:500px;
	font-weight:bold;
}

#events_location a{
	text-decoration:none;
	color:#000000;
}

.events_left{
	float:left;
	position:relative;
	width:5px;
	padding-left:0px;
	}
.events_right{
	float:left;
	position:relative;
	width:540px;
	padding-left:5px;
}
	
#events_date{
	float:left;
	width:495px;
	max-width:345px;
	font-weight:bold;
}

#events_date a{
	text-decoration:none;
	color:#000000;
}

#events_picture{
	padding-top:5px;

}

#events_link, #events_link a{
	float:right;
	width:40px;
	max-width:40px;
	color: #4281BF;
	text-align:right;
	text-decoration:none;
}


/*events Details*/
#events_details{
}

#events_details_title{
	margin-bottom:10px;
}


#events_details_description{
	float:left;
	font-weight:bold;
}

#events_details_date{
	position:relative;
	float:right;
	font-weight:bold;

}

#events_details_FullText{
	float:left;
	padding-left:10px;
	padding-top:20px;
}

#events_details_navigate{
	float:right;
	position:relative;
	text-align:right;
	width:700px;
	color:silver;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-tottom-color:silver;
	margin-bottom:10px;
}

#events_details_navigate a{
	text-decoration:none;
	color:silver;
}

#events_details_navigate a:hover{
	text-decoration:none;
	color:#333333;
}

/********************* # Formatierung Event-Details **************************/

h5 {
	font-weight:bold;
}

ul {
	margin-top:0;
	margin-bottom:0;
}

#subhead {
	color: #4281bf;
	font-size: 15px;
	lineheight: 18px;
}