#eventcontainer{
	position : absolute;
	top: 130px;
	width: 160px;
	min-height: 400px;
	left: 834px;
	overflow: hidden;
}
#eventcontainer p{
	width: 120px;
	overflow: hidden;
	margin-left: 0px;
}
.bannerdescription{
	text-align: center;
	margin: 0px 0px 0px 0px;
}
/* eventsearch */
#eventcontainer .head{
	display: block;
	background-color: #00A3E2;
	color: #ffffff;
	font-weight: bold;
	padding:1px;
	line-height: 14px;
}
#eventcontainer .body{
	padding: 5px;
	color: #000;
	background-color: #DCDCDC;
	line-height: 11px;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	border-bottom: 5px solid #EBEBEB;
}

#eventcontainer .body a{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#eventcontainer .body a.more{
	text-decoration: none;
	color: #B44688;
}


#eventcontainer .body a:hover{
	color: #000;
	font-size: 11px;
	}

#eventcontainer .body a.kalender{
  width: 16px;
  padding-right:19px;
  background: url(../pic/eventcontainer/kalendar.gif) no-repeat center right;;
}
#eventcontainer .body img{
	text-align: left;
	float: left;
	padding: 2px;
}
span.pfeil{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #3896CA;
}

#eventcontainer .searchfield{
	width: 100px;
}
#eventcontainer .searchbutton{
   position: relative;
   top:  2px;
}

