form {display:inline;}

/* ...mehr Informationen */
.prinfo				{color: #fff;font-weight: bold;background-color: #a5a2a5;border-left: 1px solid #fff; border-top:1px solid #fff;  border-bottom:1px solid #fff;}
td.prinfo a			{text-decoration: none;color: #fff;font-weight: bold;}
.prinfo a:hover	{color: #666666;}

.prtdate				{background-color: #a5a2a5; color: #fff; border-bottom:1px solid #fff;}

.prtitel				{color: #3f3f3f; background-color: #CCC; border-left:1px solid #fff;}
.prsubtitel			{color: #6a6a6a; padding: 0; border:0px solid #000; display: inline;}

.prort				{color: #3f3f3f; background-color:#CCC;}


#eventdetail		{border: 0px solid #000;width: 600px;}
#tbleventdetail	{margin: 20px 0 0 0;}
.eventcol			{background-color: #A5A2A5; color: #fff; border-bottom: 1px solid #fff;}
.eventvalue			{background-color: #eee; border-bottom: 1px solid #fff;}
.eventtitel			{background-color: #eee; border-bottom: 1px solid #fff; font-weight: bold;}
.eventvalue a		{font-weight: bold; color: #000; text-decoration: none;}
.eventvalue a:hover{font-weight: bold; color: #A5A2A5; text-decoration: none;}


/* Banner (Hintergrundgrafik) */
#EventBanner {
	background-color: transparent;
	background-image: url(/shared/images/events/projektboerse_layout1_oben.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 78px;
}

/* Styles für den Veranstalter-Titel */
#EventTitle {
    margin: 0;
    padding:5px 0 5px 72px;
    border:0px solid #000;
	 font-size:14pt;
    font-weight:normal;
    color:#95908a;
  }
  
#SearchButton {
	border: 1px solid #333;
	padding: 2px 3px 0px 4px;
	margin: 0px 0px 5px 5px;
	color:#333;
	line-height: 24px;
	text-decoration:none;
	font-weight:bold;
	font-size:8pt;
	vertical-align: baseline;
}

/* Styles für den DataGrid-Pager */
.cPageCSS, a.PageCSS {
 		font-family: Verdana, Arial, Helvetica, sans-serif;
 		font-size: 7pt;
 		color: #FFF;
 		font-weight: bold ;
 		text-decoration: none;
 		vertical-align: middle;
 		background-color: #EE1C25;
 		padding: 1px 3px;
      }
a.cPageCSS {color:#000;}


/* alle Styles für die Such- und Filterfunktionen 
   in der DataGrid-Ansicht */
#tblFilter{
	border-collapse: collapse;
	border:	0;
	margin:	0;
	padding: 0;
	/* background-color: #FFF;
	color:				#7B767B; */
}


#DataGridFilter{
	margin: 0;
	border: 0px solid #000;
	text-align:		left; 
	font-size:		92%;
	font-weight:	normal;
}

	#DataGridFilter input, 
	#DataGridFilter select {
		/* border: 1px solid #ccc; */
		font-size: 92%;
	}

		#DataGridSearch {
			width:100%;
			border:	1px solid #e91e24;
			padding:	3px 5px;
		}
		
		#DataGridThema {
			width:100%;
			border:	1px solid #e91e24;
			padding:5px;
			border-top: 0;
		}

