/**
 * Einleitung
 */
div.introduction p.bodytext {
	padding: 8px 0px 20px 0px;
}

/**
 * Punktliste
 */
div#content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	padding: 12px 0px;
	line-height: 150%;
}

/** 
 * Tabellen
 */
table.contenttable td {
	padding: 4px 8px 4px 0px;
	text-align: left;
	vertical-align: top;
}
table.contenttable td.left {
	width: 90px;
}

/**
 * Registrierung
 */
div.tx-enigmaregistration-pi1 {
	line-height: 140%;
}
div.tx-enigmaregistration-pi1 form {
	margin-top: 15px;
}
div.tx-enigmaregistration-pi1 label {
	clear: both;
	float: left;
	padding: 6px 20px 6px 0px;
	width: 150px;
	height: 1.4em;
	font-size: 110%;
}
div.tx-enigmaregistration-pi1 input {
	width: 210px;
	height: 1.4em;
	margin-bottom: 10px;
	margin: 6px 0px;
	border: 1px dotted #003460;
}
div.tx-enigmaregistration-pi1 textarea {
	font-family: Arial, sans-serif;
	width: 210px !important;
	font-size: 100%;
	height: 67px !important;
	margin-bottom: 10px;
	border: 1px dotted #003460;
}
div.tx-enigmaregistration-pi1 input.radio {
	width: 20px;
	margin-top: 10px;
}
div.tx-enigmaregistration-pi1 input.checkbox {
	width: 20px;
}
div.tx-enigmaregistration-pi1 input.button {
	width: auto;
	height: auto;
	border: 1px dotted #003460;
	background-color: #ddd;
}
div.tx-enigmaregistration-pi1 input.checker {
	display: none !important;
}
div.tx-enigmaregistration-pi1 p.error {
	color: red;
}

/**
 * Kontaktformulare
 */
div.tx-heurekacontact-pi1 {
	line-height: 140%;
}
div.tx-heurekacontact-pi1 form {
	margin-top: 15px;
}
div.tx-heurekacontact-pi1 label {
	clear: both;
	float: left;
	padding: 6px 20px 6px 0px;
	width: 100px;
	height: 1.4em;
	font-size: 110%;
}
div.tx-heurekacontact-pi1 input {
	width: 210px;
	height: 1.4em;
	margin-bottom: 10px;
	margin: 6px 0px;
	border: 1px dotted #003460;
}
div.tx-heurekacontact-pi1 textarea {
	font-family: Arial, sans-serif;
	width: 210px !important;
	font-size: 100%;
	height: 137px !important;
	margin-bottom: 10px;
	border: 1px dotted #003460;
}
div.tx-heurekacontact-pi1 input.radio {
	width: 20px;
	margin-top: 10px;
}
div.tx-heurekacontact-pi1 input.button {
	width: auto;
	height: auto;
	border: 1px dotted #003460;
	background-color: #ddd;
}
div.tx-heurekacontact-pi1 input.checker {
	display: none !important;
}
div.tx-heurekacontact-pi1 p.error {
	color: red;
}

/**
 * Seite weiterleiten
 */
div.tipafriend {
	width: 560px;
}
div.tipafriend-form p.error {
	color: red;
	padding: 10px 0px 10px 0px;
}
div.tipafriend-form input {
	width: 240px;
	height: 14px;
	margin-bottom: 10px;
	margin: 6px 0px;
	border: 1px dotted #003460;
	padding: 2px;
}
div.tipafriend-form input.button {
	width: auto;
	height: auto;
	background-color: #fff;
	color: #003460;
}
div.tipafriend-form textarea#TIPFORM_message_id {
	width: 240px !important;
	height: 137px !important;
	margin-bottom: 10px;
	font-family: tahoma, arial, sans-serif;
	font-size: 1em;
	border: 1px dotted #003460;
	padding: 2px;
}
div.tipafriend-form input#TIPFORM_html_message_id {
	width: auto;
	height: auto;
}
div.tipafriend-form label {
	clear: both;
	float: left;
	padding: 6px 20px 6px 0px;
	width: 210px;
	height: 14px;
}
div.tipafriend-form p.right {
	margin: 0px 0px 10px 230px;
}
div.tipafriend-form p.left {
	margin: 10px 0px 10px 0px;
	clear: both;
}

/**
 * Link-Liste
 */
table.csc-uploads {
	display: block;
	table-layout: fixed;
}
table.csc-uploads tr {
	float: left;
	padding-right: 20px;
	width: 150px;
	height: 260px;
	display: block;
}
table.csc-uploads tr td {
	padding: 2px 0px;
	display: block;
}
table.csc-uploads tr td.csc-uploads-icon {
	padding-top: 8px;
}
table.csc-uploads tr td.csc-uploads-fileSize {
	padding-bottom: 8px;
}
table.csc-uploads tr td a {
	text-decoration: underline;
	color: #003460;
}
