/*
 * Einstellungen für die Seminare ('workshops' extension) in der Hauptspalte
 */
#bereichsmenu .tx-workshops-pi1 {
	display:		inline;
}

#maincolumn .tx-workshops-list-view h2 {
	/*width:			80%;*/
	/* Silke Änderung*/
	width:			98%;
	/* Änderung jh, 06.01.2010: Einrückung raus*/
	/*padding-left:		2%;*/
	/*Änderung jh, 18.06.2010: Hintergrundfarbe raus*/
	/*background-color:	#fff2e7;*/
} 

#maincolumn .tx-workshops-single-view h2.subtitle {
	font-size:		100%;		/* 12px */
	font-style:		italic;
	font-weight:		normal;
}

#maincolumn .tx-workshops-pi1 .subtitle {
	font-size:		80%;		/* 10px */
	font-style:		italic;
}

#maincolumn .workshops-single-img {
	float:			right;
}

#maincolumn .workshops-single-img img {
	margin: 		0 0 0 5px;
}

#maincolumn .workshops-single-img .workshops-single-imgcaption {
	width:			80px;
	margin:			0 0 10px 5px;
	font-size:		80%;		/* 10px */
	font-style:		italic;
}

.tx-workshops-single-view table, .tx-workshops-list-view table {
	/*width:			80%;*/
	/* Silke Änderung*/
	width:			100%;
	margin:			10px 0 10px 0;
}

.tx-workshops-single-view td, .tx-workshops-list-view td {
	border-width:			0;
}

#maincolumn .tx-workshops-list-view .links,
#maincolumn .tx-workshops-single-view .links {
	/*width:			150px; */
	/* Änderung jh 08.01.2010 */
	width:			100px;
	font-style:		italic;
}

#maincolumn .tx-workshops-list-view .rechts,
#maincolumn .tx-workshops-single-view .rechts {
	/* Änderung jh 08.01.2010 */
	padding-left:	1em;
}

#maincolumn .tx-workshops-list-view .ampel {
	width:			20px;
	font-size:		80%;		/* 10px */
	font-style:		italic;
}

#maincolumn .tx-workshops-list-view .moreinfo {
	width:			80%;
	/*Änderung jh, 18.06.2010: moreinfo-Bereich linksbündig*/
	text-align:		left;		/*center;*/
	font-size:		80%;		/* 10px */
	font-family:		helvetica,arial,sans-serif;
}

#maincolumn .tx-workshops-list-view .divider {
	width:			50%;
	/*Änderung jh, 18.06.2010: Trenner wie bei Publikationen*/
	/*margin-left:		25%;
	margin-bottom:		10px;
	border-bottom:		1px solid #808080;*/
	border-bottom:		1px solid #cccccc; 
	height: 			1px; 
	width: 				100%; 
	overflow: 			hidden;
}

.tx-workshops-single-additional-info dl {
	margin-top:		8px;
}

.tx-workshops-single-additional-info dt {
	font-weight:		bold;
}

.tx-workshops-list-item,
.tx-workshops-single-view {
	margin-bottom:		30px; 
}

#rightcolumn .tx-workshops-regform label{
	text-align: left;
}

#rightcolumn .tx-workshops-regform form{
background: #ffecde;
border: 1px solid #909090;
padding:4px;
font-size: 90%;
}

#rightcolumn .tx-workshops-regform .csc-mailform-field{
	width:	165px;
}
#rightcolumn .tx-workshops-regform .csc-mailform-field label{
	width:	160px;
	text-align: left;
}

#rightcolumn .tx-workshops-regform .csc-mailform-field input,
#rightcolumn .tx-workshops-regform .csc-mailform-field textarea {
	width:			162px;
}



#rightcolumn .tx-workshops-regform .csc-mailform-checkboxfield{
	clear:both;
	width:			165px;
}
#rightcolumn .tx-workshops-regform .csc-mailform-checkboxfield input {
	float:	left;
	margin:0px;
	padding:0px;
	display: inline;
}
#rightcolumn .tx-workshops-regform .csc-mailform-checkboxfield label{
	width:			136px;
	float:			right;
	display: inline;
	margin:0px;
	padding:0px;
	padding-bottom: 5px;

}

#rightcolumn .tx-workshops-regform .csc-mailform-checkboxfield input {
	border-width:		0;
	background-color:	#ffecd4;
}
