/* TYPO3 content stylesheet */

.ctArea .ctElement {
	margin-bottom: 15px;
	clear: both;
}

#rightCol .ctArea .ctElement {
	margin-bottom: 10px;
}

#midCol p,
#midCol p *,
#midCol ul li,
#midCol ul li *,
#midCol ol li,
#midCol ol li *,
#midCol table td,
#midCol table td *,
#midCol table th,
#midCol table th *,
#midCol label,
#midCol span,
#midCol span *,
#rightCol p,
#rightCol p *,
#rightCol span,
#rightCol span * {
	font-size: 12px;
	line-height: 18px;
}

#midCol p {
	text-align: justify;
}

#midCol .align-justify {
	text-align: justify;
}

#midCol .align-center {
	text-align: center;
}  

#midCol .align-right {
	text-align: right;
}

#midCol a {
	font-weight: bold;
	text-decoration: underline;
}

#midCol ul ul {
	margin-left: 10px;
}

#midCol ul li {
	padding: 0 0 0 22px;
	/*background-image: url(../../images/li_arrow.gif);
	background-position: 1px 6px;*/
	list-style: disc inside;
}


#midCol ol {
	padding-left: 42px;
}

#midCol blockquote {
	padding-left: 20px;
}

#midCol h1 {
	padding-bottom: 14px;
}

#midCol h1,
#midCol h1 a {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}

#midCol h2 {
	margin-bottom: 8px;
}

#midCol h2,
#midCol h2 a {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	
}

#midCol .ctArea .csc-firstHeader {
	margin-top: 6px;
}

#rightCol h1 {
	font-size: 13px;
	line-height: 17px;
}

#rightCol img {
	margin-top: 5px;
}



/* Filelinks */

.csc-uploads td {
	padding: 5px 10px 5px 0;
}


/* Sitemap */

.csc-sitemap ul li {
	margin-top: 10px;
}

.csc-sitemap ul ul li{
	margin-top: 2px;
}


/* Mailform typo3 */

fieldset.mailform {
	padding-top: 10px;
	padding-bottom: 20px;
	border: none;
}

fieldset.mailform div.formRow {
	clear: both;
}

.mailform .csc-mailform-label {
	padding: 5px 0;
}

fieldset.mailform .required {
	float: left;
	margin-left: -12px;
}

#mailform label {
	float: left;
	width: 170px !important;
	width: 180px;
	display: block;
	margin-bottom: 6px;
	margin-right: 0 !important;
	margin-right: -3px;
	padding-right: 10px;
}

#mailform .formRowNoMargin label {
	float: none;
}

#mailform input,
#mailform select,
#mailform textarea,
#mailform button {
	width: 350px;
	margin-bottom: 6px;
	background-color: #F6F6F6;
	color: black;
	border: 1px solid #929698;
	padding: 1px;
}

#mailformformtype_mail {
	margin-left: 180px;
}

#mailform input.file {
	width: auto;
}

#mailform textarea {
	height: 100px;
}

#mailform select {
	width: 204px;
}

#mailform option {
	background-color: #F6F6F6;
	color: black;
}

#mailform input.checkbox {
	width: 13px;
	height: 13px;
	margin-bottom: 12px;
	margin-top: 4px;
	border: none;
}

#mailform input.submit,
#mailform button,
#mailform .submit input {
	margin-left: 180px !important;
	margin-left: 183px;
	width: auto;
	padding: 0 10px !important;
	padding: 0;
}

#mailform input.noMargin {
	margin-left: 0 !important;
}

#mailform .formRowNoMargin input.submit,
#mailform .formRowNoMargin button {
	margin-left: 0 !important;
	margin-left: 0;
}

#mailform div.radio {
	padding-bottom: 5px;
}

#mailform div.radio fieldset label {
	width: auto;
	display: inline;
	float: none;
}

#mailform div.radio fieldset .radio {
	padding: 0;
	width: auto;
	margin: 0 5px -2px 0;
	background-color: transparent;
	border: none;
}

#mailform input[type=text]:focus,input[type=password]:focus,textarea:focus {
	background:#FFF; 
	color: black;
}


/* images */

#midCol .ctElement .csc-textpic-intext-right .csc-textpic-image,
#midCol .ctElement .csc-textpic-intext-left .csc-textpic-image {
	padding-top: 4px;
}

#midCol .ctElement .csc-textpic-firstcol {
	clear: both;
}

#midCol .ctElement .csc-textpic-intext-left-nowrap .csc-textpic-image,
#midCol .ctElement .csc-textpic-intext-right-nowrap .csc-textpic-image {
	padding-top: 4px;
}

#midCol .ctElement .csc-textpic-below .csc-textpic-text {
	padding-bottom: 5px;
}

#midCol .ctElement .csc-textpic-above .csc-textpic-text {
	padding-top: 5px;
}

.csc-textpic-caption {
	font-size: 10px;
	font-style: italic;
	padding: 5px 0 10px 0;
	text-align: center;
}


/* tables */

#midCol table {
	border-collapse: collapse;
}

#midCol table th,
#midCol table td {
	padding: 4px;
	margin: 0;
	padding: 0;
}

#midCol table td {
	vertical-align: middle;
	width: auto;
	padding: 5px;
}


/* custom RTE styles */

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.yellow {
	color: yellow;
}

.green {
	color: #00ff00;
}




