/* this stylesheet is for all the content which is generated by TYPO3 */


.ctArea .ctElement {
	margin-bottom: 20px;
	clear: both;
/*	text-align: justify;*/
}

#doNotJustify .ctArea .ctElement {
	text-align: left;
}

.ctArea a {
	color: #666666;
	text-decoration: underline;
}

#bodyStart .ctArea a.mail {
	padding-left: 22px;
	font-size: 13px;
	text-decoration: none;
	background: url(../images/mail.gif) no-repeat 0 3px;
}

#bodyStart .ctArea a:hover.mail {
	background: url(../images/mail_hover.gif) no-repeat 0 3px;
}

.ctArea ul {
	margin: 10px 0 10px 0;	
}

.ctArea ul ul {
	margin-left: 10px;
	padding-top: 8px;
}

.ctArea ul li {
	padding: 0 0 0 12px;
	background-image: url(../images/dots.gif);
	background-position: 0px 11px;
}

.ctArea ol {
	padding-left: 22px;
}

.ctArea ol li {
	margin-bottom: 5px;
}

#midCol h2 {

}

#midCol h2,
#midCol h2 a {
	color: #66cc00;
	font-weight:bold;
	font-size:11px;
}

#midCol h3 {

}

#midCol h3,
#midCol h3 a {
	color: #66cc00;
	font-weight: bold;
	font-size: 11px;
}

#midCol h4 {

}

#midCol h4,
#midCol h4 a {
	color: #000;
	font-weight:bold;
	font-size: 11px;
}

#midCol .ctArea .csc-firstHeader {
	margin-top:0;
}

#rightCol h2 {
	color: #66cc00;
	font-weight:bold;
	font-size:11px;
}

#midCol p,
#rightCol p {
	line-height: 13px;
}

* #bodyStart #main #midColStart .ctArea .ctElement p,
* #bodyStart #main #midColStart .ctArea .ctElement p strong {
	font-size: 13px;
	line-height: 18px;
}

/* Filelinks */

.csc-uploads td {
	padding: 5px 10px 5px 0;
}

.csc-uploads-fileSize p {
	padding-left: 30px;
}

/* Sitemap */

.csc-sitemap ul li {
	margin-top:10px;
}

.csc-sitemap ul ul li{
	margin-top:2px;
}

/* Mailform typo3 */

fieldset.defaultForm {
	padding-top: 10px;
	padding-bottom: 20px;
	border: none;
}

fieldset.defaultForm div.formRow {
	clear:both;
}

.defaultForm .csc-mailform-label {
	padding:5px 0;
}

fieldset.defaultForm .required {
	float:left;
	margin-left:-12px;
}

.defaultForm label {
	float: left;
	width: 180px;
	display: block;
	margin-bottom: 6px;
}


.defaultForm input,
.defaultForm select,
.defaultForm textarea,
.defaultForm button {
	width: 200px;
	margin-bottom: 6px;
	font-size: 110%;
	border: 1px solid #666666;
	color: #666666;
	padding: 1px !important;
	padding: 0px;
	background-color: #FFF;
}

.defaultForm input.file {
	width: 330px;
}

.defaultForm textarea {
	height: 100px;
}

.defaultForm select {
	width: 204px;
}

.defaultForm option {
	background-color: #FFF; color: #666666;
}

.defaultForm input.checkbox {
	width: 13px;
	height: 13px;
	margin-bottom: 12px;
	margin-top: 4px;
	border:none;
}

.defaultForm input.submit,
.defaultForm button {
	margin-left: 180px !important;
	margin-left: 183px;
	width: auto;
	padding:0 10px !important;
	padding: 0;
}

.defaultForm div.radio {
	padding-bottom: 5px;
}

.defaultForm div.radio fieldset label{
	width: auto;
	display: inline;
	float: none;
}

.defaultForm div.radio fieldset .radio {
	padding: 0;
	width: auto;
	margin-bottom: -2px;
	margin-right: 5px;
	background-color: transparent;
	border: none;
}

/*.defaultForm input[type=text]:focus,input[type=password]:focus,textarea:focus {
	background:#FFF; color: black;
}*/

/* images */

.ctElement .csc-textpic-image {
	padding-top:5px;
}

.ctElement .csc-textpic-intext-left-nowrap .csc-textpic-image,
.ctElement .csc-textpic-intext-right-nowrap .csc-textpic-image {
	padding-top:5px !important;
	padding-top:17px;
}

.csc-textpic-caption {
	font-size: 10px;
	padding-top: 2px;	
}


/* Login */

.tx-newloginbox-pi1 p {
	margin-bottom: 10px;	
}

.tx-newloginbox-pi1 table {
	margin-left: 10px;
	margin-bottom: 10px;	
}

.tx-newloginbox-pi1 table td p {
	margin-right: 10px;
}

#rightCol .tx-newloginbox-pi1 h3 {
	color: #666666;
	padding-bottom: 5px;
}

.tx-newloginbox-pi1 input {
	border: 1px solid #666666;
	color: #666666;
	padding: 1px !important;
	padding: 0px;
}

.tx-newloginbox-pi1 .tx-newloginbox-pi1-submit {
	width: 80px;
	padding: 0px;
}
