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


.ctArea .ctElement {
	clear: both;
}

#midCol .ctArea .ctElement {
	margin-top: 15px;
}

#leftCol .ctArea,
#midCol .ctArea {
	margin-bottom: 20px;	
}

#leftCol .ctArea .ctElement {
	margin-top: 30px;	
}

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

.ctArea a.anchorlink {
	text-indent: -99999px !important;
	text-decoration: none !important;
	line-height: 1px !important;
	font-size: 1px !important;
	color: #FFFFFF !important;
	display:block !important;
	height:0px !important;
	display: none;
}

.ctArea .align-justify {
	text-align: justify;
}

.ctArea .align-center {
	text-align: center;
}  

.ctArea .align-right {
	text-align: right;
}

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

.ctArea ul li {
	margin-bottom: 5px;
	padding: 0 0 0 10px;
	background-image: url(../images/bullet.gif);
	background-position: 1px 6px;
}

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

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

#leftCol h2,
#midCol h2 {
	padding-bottom: 8px;
	border-bottom: 3px solid #2b8fbf;
	margin-bottom: 20px;
	margin-top: 4px;
}

#leftCol h2,
#midCol h2,
#leftCol h2 a,
#midCol h2 a {
	color: #2b8fbf;
	font-size: 16px;
	text-transform: uppercase;
}

#leftCol h3,
#midCol h3 {
	padding-bottom: 10px;	
}

#leftCol h3,
#midCol h3,
#leftCol h3 a,
#midCol h3 a {
	color: #2b8fbf;
	font-weight: bold;
	font-size:14px;
	text-transform: uppercase;
}

#midCol h4 {
	padding-bottom: 5px;	
}

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

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

#leftCol .ctArea .csc-firstHeader {
	margin-top:-10px;
}

#rightCol h2.csc-firstHeader {
	margin: -25px 0 0 -1px;
	border-bottom: 1px solid #FFF;
	width: 193px;
	height: 35px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	color: #FFF;
	line-height: 30px;
	text-transform: uppercase;
	background: url(../images/headerRight.gif) no-repeat 0 0;
}

/* Section Frame */

#midCol .sectionFrame1 h2,
#rightCol .sectionFrame1 h2 {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/fceHeader_bg.gif) repeat-x 0 0;
	border-bottom: none;
	padding: 4px 0 12px 11px;
	margin: 0 -7px 10px -13px;
}

#midCol .sectionFrame1,
#rightCol .sectionFrame1 {
	background-color: #f4f4f4;
	border: 1px solid #cbcbcb;
	border-top: none;
	padding: 0 6px 16px 12px;
}

/*#midCol .sectionFrame1 a,
#rightCol .sectionFrame1 a {
	display: block;
	text-align: right;
}
*/
#rightCol .sectionFrame2 {
	background: url(../images/rightCol_border.gif) no-repeat left bottom;
}	
	

/* Flexible Contents 2 Columns */

.fce2Columns {
	height: 100%;
}

.fce2Columns .fceLeftCol {
	float: left;
	width: 49%;
}

.fce2Columns .fceLeftCol .fceCtArea,
.fce2Columns .fceRightCol .fceCtArea {
	margin-bottom: 20px;
}

.fce2Columns .fceRightCol {
	float: right;
	width: 49%;
}


/* Adressblock */

.ctElementAddress {
	position: relative;
	border-top: 1px solid #FFF;
}

#rightCol .ctElementAddress {
	background: url(../images/rightCol_border.gif) no-repeat left bottom #FFF;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	padding: 10px 7px 35px 7px;
}

.ctElementAddress p {
	padding-top: 8px;
	padding-bottom: 6px;	
}

.addressPosition {
	position: absolute;
	left: 185px;	
}

.blue {
	color: #559cbe;	
}

.blueLight {
	color: #a0c5db;
}

.upper {
	text-transform: uppercase;
}

.liner {
	border-top: 1px solid #e9e9e9;
}

#rightCol .liner {
	border-top: none;
	border-bottom: 1px solid #e9e9e9;	
}

.linerDouble {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

.ctElementAddress a {
	text-decoration: none;
	color: #559cbe;
}

.ctElementSVIT {
	margin: 10px 0 0 0;
	color: #999999;
	text-align: right;
	background: url(../images/svit.gif) no-repeat right top;
	height: 20px;
	padding-top: 50px;
	border-bottom: 1px solid #e9e9e9;
}

.ctElementSVITRight {
	color: #999999;
	text-align: right;
	background: url(../images/svit_right.gif) no-repeat 110px 15px;
	padding: 60px 10px 15px 0;
}

/* 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.defaultForm {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
	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: 160px;
	display: block;
	margin-bottom: 6px;
}


.defaultForm input,
.defaultForm select,
.defaultForm textarea {
	width: 160px;
	margin-bottom: 6px;
	font-size: 110%;
	background-color: #F6F6F6; color: black;
	border: 1px solid #929698;
	padding: 1px;
}

.defaultForm input.file {
	width: auto;
}

.defaultForm textarea {
	height: 100px;
}

.defaultForm select {
	width: 160px;
}

.defaultForm option {
	background-color: #F6F6F6; color: black;
}

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

.defaultForm input.submit,
.defaultForm button {
	margin-left: 160px !important;
	margin-left: 163px;
	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 .csc-textpic-text,
.ctElement .csc-textpic-intext-right .csc-textpic-text {
	padding-top:3px;
}

.ctElement .csc-textpic-above .csc-textpic-text {
	margin-top: -25px; 
}

.ctElement .csc-textpic-intext-left-nowrap .csc-textpic-image,
.ctElement .csc-textpic-intext-right-nowrap .csc-textpic-image {
	padding-top:4px;
}

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

/* cabimmoscoutgrabber */

.tx-cabimmoscoutgrabber-pi1 .record{
	clear:both;
	height:95px;
	margin-top: 5px;
	position: relative;
	padding-left:6px;
	padding-bottom: 10px;
	background: url(../images/rightCol_border.gif) no-repeat left bottom;
}

.tx-cabimmoscoutgrabber-pi1 .adt_text {
	display:block;
	padding-top:5px;
}

.tx-cabimmoscoutgrabber-pi1 .record a img {
	clear:both;
	float:left;
	width:90px;
	border: 3px solid #FFF;
	margin-right: 5px;
}

.tx-cabimmoscoutgrabber-pi1 .record a {
	text-decoration: none;
}

