.csc-textpic-intext-left .csc-textpic-text ul {
	/* wichtig: sonst ragen die listbullets in das left-floated Bild hinein trotz margin oder padding ; Nachteil: die jeweils zweiten Zeilen der li-Einträge sind bündig mit dem bullet und nicht mit dem Textbeginn der ersten Zeile*/
	list-style-position:inside;
	/*einen von typo3-Seite vorgenommenen Bugfix mit hier unerwünschtem nicht umfliessenden Charakter über schreiben*/
	padding-left: 0px;
	overflow: visible;
	height:auto;
}

.csc-mailform-field label {
	width: 7em;
	margin: 1px;
	padding: 3px;
	float: left;
	text-align: right;
}

.csc-mailform-field input {
	display: block;
	width: 250px;
	margin: 5px;
	padding: 0px;
	float: left;
}

.csc-mailform-field textarea {
	width: 250px;
	margin: 5px;
	padding: 0px;
}

/*submit button*/
#mailformformtype_mail {
	width: 100px;
	margin: 20px 0px 0px 9em;
}

form {
	width: 500px;
}

div.csc-mailform-field {
	overflow: hidden;

}





.jj-formfield label, .jj-checkfields label {
	width: 10em;
	margin: 1px;
	padding: 3px;
	float: left;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}

fieldset.formatione .jj-formfield label {
	width: 5em;
}

div.jj-formfield {
	overflow: hidden;
	height: 1%;
}

.jj-formfield input {
	display: block;
	width: 250px;
	margin: 3px;
	padding: 0px;
	float: left;
}

.short input {
	width: 120px;
}

.jj-formfield select {
	display: block;
	width: 250px;
	margin: 5px 5px 10px 5px;
	padding: 0px;
	float: left;
}

.jj-formfield textarea {
	width: 350px;
	margin: 5px;
	padding: 0px;
}

p.feldbeschriftung {font-size: 11px;}


 .jj-checkfields {
	padding: 10px 0px;
	overflow: hidden;
	height: 1%;
 }

 .jj-checkfields input.radio {
	margin-left: 15px;
	vertical-align:bottom;
	
 }
 
 .jj-checkfields span.label {
	 vertical-align:bottom;
	 line-height: 12px;
	 padding: 0 50px 0 6px;
}
 
 

.jj-checkfield {
	overflow: hidden;
	height: 1%;
	margin: 6px 0px;
}

.jj-checkfield input {
	display: block;

	margin: 0px 8px 0px 12px;
	padding: 0px;
	float: left;
	text-align: right;
}



.jj-checkfield label {
	width: 350px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 12px;
	line-height:15px;
}

.jj-checkfield label.onerow {
	width: 50px;
}


.jj-checkfield label.klein {
	font-size: 11px;
	line-height:14px;
}



/*submit button*/
.jj-formfield-submit input {
	display: inline;
	width: 100px;
	margin: 20px 25px 0px 0px;
}

#jjmailform {
	width: 500px;
	overflow: hidden;
	/*ACHTUNG: IE6-Wahnsinn: overflow: hidden muss gesetzt sein; ausserdem muss (passiert über TypoScript) die width auf 480 herabgesetzt werden*/
}






input.error {
	background: #fc0 url(../img/pfeil.gif) center right no-repeat;
}

span.error {
	color: #c30;
	font-size: 10px;
	padding-left: 30px;
	background: url(../img/pfeil.gif) center left no-repeat;
}

div.anmeldebedingungen {
	margin: 25px 30px 8px 10px;
	border-left: 3px solid #963;
	padding-left: 10px;
}

.anmeldebedingungen p {
	font-size: 0.9em;
	line-height: 1.3em;
}

fieldset.captcha {
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #963;
}


fieldset.formatione {
	margin-top: 20px;
	padding: 15px 15px 15px 25px;
	border: 1px solid #963;
}


span.reqmarker {
	font-size: 11px;
	font-weight: bold;
	color: #c63;
}

div.errormsg {
	margin: 20px 80px 30px 10px;
	border-left: 6px solid #f63;
	padding: 0px 20px 0px 10px;
	color: #c63;
}

div.hide {
	display: none;
}



div.anmeldebedingungen div.costo {

}

div.anmeldebedingungen div.costo h3 {
	margin: 20px 0px 15px 0px;
}

div.anmeldebedingungen div.costo h4 {
	margin: 10px 0px 0px 5px;
	padding: 0px;
	line-height: 1.2em;
}

div.anmeldebedingungen div.costo p.ind {
	margin: 5px 0px 5px 20px;
}



/* divider */

div.jjdivider {
	height: 2px;
	border-top: 1px solid #c44200;
	margin: 20px 0px 20px 0px;
}

div.jjdivider hr {display: none;}


/* rounded box */

div.roundedbox {margin: 10px 0px 25px 0px;}

.ro {
	margin: 0; 
	background:url(../img/roundedbox_ro.gif) top right no-repeat;
}

.lo {
	margin: 0; 
	background:url(../img/roundedbox_lo.gif) top left no-repeat;
}

.ru {
	margin: 0; 
	background:url(../img/roundedbox_ru.gif) bottom right no-repeat;
}

.lu {
	margin: 0; 
	background:url(../img/roundedbox_lu.gif) bottom left no-repeat;
}

.rbinhalt {
	margin: 0;
	padding: 17px 20px 22px 20px;
/* Bugfix IE (passiert in typoscript): padding-bottom: 0px;*/
}



div.roundedbox div.rbinhalt h2, div.roundedbox div.rbinhalt h3 {margin-top: 0px;}

/* Bugfix IE und Opera (kein margin-bottom bei p wenn padding-bottom bei div.rbinhalt */
div.roundedbox .rbinhalt p {padding:0; margin: 0; }


/*  Programm-Box*/

div.csc-frame-frame2 {
	margin: 12px 0px 28px 3px;
	padding: 0px 0px 0px 12px;
	font-size: 0.9em; 
	border-left: 5px solid #6db33f;
}

/* Tabelle layout 0 (1. Zeile ist stark abgesetzt */
table.contenttable {
	margin-top: 20px;
	padding: 0;
	font-size: 12px;
	line-height: 1.3em;
	border-spacing: 0;
}



table.contenttable tr td {
	border-right: 1px solid #eac499;
	border-bottom: 1px solid #eac499;
	padding: 6px 15px 6px 15px;
	vertical-align: top;
}
table.contenttable tr.tr-0 td {
	border-right: 1px solid #c44200;
	border-bottom: 1px solid #c44200;
	padding: 0px 15px 6px 15px;
	font-weight: bold;
	white-space: nowrap;
}

table.contenttable tr td.td-last {
	border-right: none;
}

table.contenttable tr.tr-last td {
	border-bottom: none;
	padding: 6px 15px 0px 15px;
}


/* Tabelle layout 1 (1. Zeile und 1.Spalte ist stark abgesetzt */
table.contenttable-1 tr td.td-0 {
	border-right: 1px solid #c44200;
	border-bottom: 1px solid #c44200;
	font-weight: bold;
}

table.contenttable-1 tr.tr-last td {
	border-bottom: none;
}


/* Tabelle layout 2 (1.Spalte ist stark abgesetzt */
table.contenttable-2 tr.tr-0 td {
	border-right: 1px solid #eac499;
	border-bottom: 1px solid #eac499;
	font-weight: normal;
}

table.contenttable tr td.td-last {
	border-right: none;
}

table.contenttable-2 tr td.td-0 {
	border-right: 1px solid #c44200;
	border-bottom: 1px solid #eac499;
	font-weight: bold;
	text-align: right;
}

table.contenttable-2 tr.tr-last td {
	border-bottom: none;
}



/* Tabelle layout 3 (weder 1.Spalte noch 1. Zeile abgesetzt */

table.contenttable-3 {
	font-size: 11px;
}

table.contenttable-3 tr td {
	padding: 6px 10px 6px 10px;
}




table.contenttable-3 tr.tr-0 td {
	border-right: 1px solid #eac499;
	border-bottom: 1px solid #eac499;
	font-weight: normal;
	padding: 6px 10px 6px 10px;
}

table.contenttable-3 tr.tr-0 td.td-last {
	border-right: none;
}



table.contenttable-3 tr.tr-last td{
	padding: 6px 10px 6px 10px;
}

table.contenttable-3 tr td.td-0 {
	white-space: nowrap;
	padding: 6px 10px 6px 4px;
}


#main ol {
	list-style: upper-latin;
}