/* TYPO3 content stylesheet */

.ctArea .ctElement {
	margin-bottom: 15px;
	clear: both;
}

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

.ctArea a:hover {
	color: #969696;
}

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

.ctArea li {
	list-style: disc;
	margin-bottom: 5px;
	margin: 0 0 0 20px;
	padding: 0;
	background-position: 7px 4px;
}

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

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

.ctArea blockquote {
	padding-left: 20px;
}

#midCol .ctArea .ctElement {
	color:#FFFFFF;
}

#midCol h2 {
	padding-bottom: 20px;
}

#midCol h2,
#midCol h2 a {
	color: #FFFFFF;
	font-weight:bold;
	font-size: 16px;
	line-height: 14px;    
}

.smallFontSize #midCol h2,
.smallFontSize #midCol h2 a {
	font-size:16px;
}

.bigFontSize #midCol h2,
.bigFontSize #midCol h2 a  {
	font-size:20px;
}

#midCol h3 {
	margin-bottom: 20px;
}

#midCol h3,
#midCol h3 a {
	color: #FFFFFF;
	font-weight:bold;
	font-size: 18px;
	line-height: 14px;
}

.smallFontSize #midCol h3,
.smallFontSize #midCol h3 a {
	font-size:16px;
}

.bigFontSize #midCol h3,
.bigFontSize #midCol h3 a  {
	font-size:20px;
}

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

#midCol h4,
#midCol h4 a {
	color: #FFFFFF;
	font-weight:bold;
	font-size:18px;
	line-height: 14px;
}

.smallFontSize #midCol h4,
.smallFontSize #midCol h4 a {
	font-size:16px;
}

.bigFontSize #midCol h4,
.bigFontSize #midCol h4 a  {
	font-size:20px;
}

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

#rightCol .ctElement {
	color: #575757;
	padding: 0 5px;
}

#rightCol .ctElement h2 {
	color: #FFF;
	font-size:12px;
	font-weight: normal;
	line-height:15px;
	padding: 3px;
	margin: 0 -5px;
	background-color:#828282;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin-bottom: 5px;
}

#rightCol .ctElement h2.csc-firstHeader {
	border-top: none;
}

/* Flexible Contents 2 Columns */

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

.fce2Columns .fceLeftCol .fceCtArea {
	margin-right: 5px;
	margin-bottom: 20px;
}

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

.fce2Columns .fceRightCol .fceCtArea {
	margin-left: 5px;
	margin-bottom: 20px;
}


/* 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: 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 .formRowNoMargin label {
	float: none;
}

.defaultForm input,
.defaultForm select,
.defaultForm textarea,
.defaultForm button {
	width: 200px;
	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: 204px;
}

.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: 180px !important;
	margin-left: 183px;
	width: auto;
	padding: 0 10px !important;
	padding: 0;
}

.defaultForm .formRowNoMargin input.submit,
.defaultForm .formRowNoMargin button {
	margin-left: 0 !important;
	margin-left: 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: 0 5px -2px 0;
	background-color: transparent;
	border: none;
}

.defaultForm 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-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: 12px;
	padding-top: 2px;
}
.smallFontSize .csc-textpic-caption {
	font-size:12px;
}
.bigFontSize .csc-textpic-caption {
	font-size:12px;
}


/* tt_news */ 
#midCol .newsLatestWrap {
	position: absolute;
	top: 454px;    
	left: 274px;  
	z-index: 2;
	background-color:#333333;
	width: 300px;
	height: 79px;
	padding: 14px 13px 2px 11px;
}

.newsLatestWrap ul {
	margin:3px 0 0;
	padding:0;
}

#midCol .newsLatestWrap li {
	margin:0;
	padding:0;
}

#midCol .newsLatestWrap .latestHeader {
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

.smallFontSize #midCol .newsLatestWrap .latestHeader {
	font-size:16px;
}

.bigFontSize #midCol .newsLatestWrap .latestHeader  {
	font-size:20px;
}

#frontSlideshow #midCol .newsLatestItem h3 {
	display: inline-block;
	margin-bottom: 0;
}

#frontSlideshow #midCol .newsLatestItem h3 a {
	color:#b4b4b4;
	text-decoration:none;
	font-size: 12px;
	font-weight: normal;
}

#frontSlideshow #midCol .newsLatestItem h3 a:hover {
	color:#FFFFFF;
}

#midCol .newsLatestItem .newsLink {
	display: inline-block;
}

#midCol .newsLatestItem .newsLink a {
	color:#fff;
	text-decoration:none;
}

#frontSlideshow #midCol .newsLatestItem .newsLink a {
	display: inline-block;
	left: auto;
	font-size: 11px;
	padding-top: 5px;
    right: 15px;
}

#frontSlideshow #midCol .newsLatestItem .newsLink a:hover {
	color: #969696;
}

#midCol .newsLatestWrap  ul li{
	background-image: none;
	margin: 0 0 2px;
	padding: 0;
	list-style: none;
}




.newsSingleItem {
	position: relative;
}

.newsSingleItem .newsSingleDate {
	position: absolute;
	top: 0;
	right: 10px;
}

.newsSingleItem .newsSingleSubheader {
	font-weight: bold;
	padding-bottom: 10px;
}

.newsSingleItem .newsSingleImage {
	float: left;
	margin: 3px 10px 2px 0 !important;
	margin: 4px 8px 0 0;
}

.newsSingleItem .newsSingleImage img {
	margin: 0 8px 8px 0;
}

.newsSingleItem .newsLink a {
	clear: both;
	display: block;
	text-align: right;
	padding: 10px 10px 0 0;
}

.newsSingleItem .newsSingleImage .newsSingleCaption {
	font-size: 11px;
}
.smallFontSize .newsSingleItem .newsSingleImage .newsSingleCaption {
	font-size:11px;
}
.bigFontSize .newsSingleItem .newsSingleImage .newsSingleCaption {
	font-size:13px;
}

.newsListClearer {
	height: 1px;
	clear: both;
}

.newsListWrap {
	margin-top: 10px;
	background-color: #595959;
	color: #B4B4B4;
}

.newsListItem {
	position: relative;
	height: 100%;
	padding: 5px;
	clear: both;
}

.newsListItem.newsListItemAlt{
	background-color: #333333;
}

.newsListBrowse {
	background-color: #333333;
}

#midCol .newsListItem h3 {
	position: relative;
	font-size: 14px;
	padding-left: 0;
}

#midCol .newsListItem h3 a {
	font-size: 14px;
	text-decoration: none;
}

#midCol .newsListItem h3 a:hover {
	color: #969696;
}

.newsListDate {
	position: absolute;
	top: 0;
	right: 0 !important;
	right: 66px;
}

.newsListItem img {
	float: left;
	margin: 0 7px 0 0;
}

.newsLink {
	height: 16px;
}

.newsLink a {
	position: absolute;
	left: 6px;
	/*padding-left: 62px;*/
	display: inline;
	text-decoration: none;
}
.newsSingleItem .newsLink a {
    display: inline;
    left: auto;
    position: relative;
    text-decoration: none;
}
}


.newsListBrowse {
	text-align: right;
	margin: 0;
	padding: 5px;
}

.tx-ttnews-browsebox {
	clear: both;
	padding: 6px;	
}

.tx-ttnews-browsebox .active {
	font-weight:bold;
}

.tx-ttnews-browsebox .next {
	display:none;
}

.tx-ttnews-browsebox .prev {
	display:none;
}


/* indexed search */

.tx-indexedsearch .defaultForm label {
	width: 120px;
}

.tx-indexedsearch .defaultForm select {
	width: 180px;
}

.tx-indexedsearch .defaultForm .submit {
	margin-left: 120px !important;
	margin-left: 123px;
}

.tx-indexedsearch .defaultForm input.tx-indexedsearch-searchbox-sword {
	width: 362px !important;
	width: 364px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top: 15px;
	/* margin-bottom: -30px; NUR WENN SECTION HEADERS VORHANDEN SIND ! */
	margin-bottom: 15px;
}

.tx-indexedsearch .tx-indexedsearch-secHead {
	margin-top: 80px;
}

#midCol .tx-indexedsearch .tx-indexedsearch-secHead h2 a {
	font-size: 14px;
}

.tx-indexedsearch .tx-indexedsearch-res {
	clear: both;
	margin-bottom: 50px;
}

#midCol .tx-indexedsearch .tx-indexedsearch-res h3 {
	margin: 0;
	padding: 0;
	position: relative;
}

.tx-indexedsearch .tx-indexedsearch-res h3 .tx-indexedsearch-icon {
	padding-left: 20px;
	position: absolute;
	left: -19px;
	top: 5px;
}

.tx-indexedsearch .tx-indexedsearch-res h3 .tx-indexedsearch-title {
	padding-left: 15px;
}

.tx-indexedsearch .tx-indexedsearch-res dl dt,
.tx-indexedsearch .tx-indexedsearch-res dl dd.item-size,
.tx-indexedsearch .tx-indexedsearch-res dl dd.item-crdate,
.tx-indexedsearch .tx-indexedsearch-res dl dd.item-mtime {
	float: left;
}

.tx-indexedsearch .tx-indexedsearch-res dl dt.tx-indexedsearch-text-item-path {
	width: 400px;
	clear: left;
}

.tx-indexedsearch .tx-indexedsearch-res dl dd.tx-indexedsearch-text-item-path {
	display: none;
}

.tx-indexedsearch .browsebox li {
	background-image: none;
	float: left;
	padding: 0;
	margin: 15px 5px 50px 0;
}

.tx-indexedsearch .browsebox li a {
	
}


/*---- cabag_architonic ----*/
/* .tx_cabagarchitonic_pi1 iframe {
	height:420px;
	width:600px;
	border:0;
} */
.tx_cabagarchitonic_pi1 iframe {
	height:580px;
	width:600px;
	border:0;
}

.tx_cabagarchitonic_pi2 .partner {
	float:left;
}

.tx_cabagarchitonic_pi2 .partner img {
	margin-right: 5px;
}

#rightCol .tx_cabagarchitonic_pi3 {
	background-color: #FFF;
	margin: -24px 0 0 -5px !important;
	margin: -24px -5px 0 0;
	width: 111px;
	padding-bottom: 0 !important;
	padding-bottom: 1px;
	overflow: visible !important;
	overflow: hidden;
}

#rightCol .tx_cabagarchitonic_pi3 .cat {
	position:relative;
	height:90px;
	margin-bottom: 0 !important;
	margin-bottom: -2px;
	padding:0;
	border-left:1px solid #fff;
}

#rightCol .tx_cabagarchitonic_pi3 a,
#rightCol .tx_cabagarchitonic_pi3 img {
	border:0;
}


#rightCol .tx_cabagarchitonic_pi3 img {
	height:89px;
	width:110px;
}

#rightCol .tx_cabagarchitonic_pi3 span {
	display:block;
	width:75px !important;
	width: 110px;
	height:15px;
	position:absolute;
	bottom:1px !important;
	bottom: 3px;
	right: 0;
	color:#fff;
	background-color:#6a6a6a;
	font-size:11px;
	padding-left:35px;
	padding-top:1px;
	/*-moz-opacity:0.8;*/
}

#rightCol .tx_cabagarchitonic_pi3 .catLicht {
	margin-bottom:-2px !important;
}

/* Extension Roesch Team */
#main #midCol #ce306 {
	position:absolute;
	left:-9999px;
}

#midCol .tx_cabagroeschteam_pi1 #currentItem {

}

#midCol .tx_cabagroeschteam_pi1 .clearer {
	clear:both;
	height: 45px;
}

#midCol .tx_cabagroeschteam_pi1 #currentItem .info {
	display: block;
}

#midCol .tx_cabagroeschteam_pi1 #currentItem .image {
	margin-right: 31px;
	float: left;
    overflow: hidden;
    width: 340px;
}

#midCol .tx_cabagroeschteam_pi1 #currentItem .text {
	float: left;
	width: 250px;
}

#midCol .tx_cabagroeschteam_pi1 #currentItem .comments {
	margin-bottom: 2px;
}

#midCol .tx_cabagroeschteam_pi1 .itemsCol1,
#midCol .tx_cabagroeschteam_pi1 .itemsCol2,
#midCol .tx_cabagroeschteam_pi1 .itemsCol3,
#midCol .tx_cabagroeschteam_pi1 .itemsCol4,
#midCol .tx_cabagroeschteam_pi1 .itemsCol5{
	float: left;
	width: 125px;
}

#midCol .tx_cabagroeschteam_pi1 .item .name {
	color: #ffffff;
	text-decoration: underline;
}

#midCol .tx_cabagroeschteam_pi1 .item .name:hover {
	color: #969696;
}

#midCol .tx_cabagroeschteam_pi1 .item .name span {
	line-height: 22px;
}

#midCol .tx_cabagroeschteam_pi1 .item .info {
	display: none;
}

/* MP3 Player */
.tx-pmkmp3player-pi1 {
	position: absolute;
}

.tx-pmkmp3player-pi1 object{
	width: 157px;
}



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

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

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


a.anchorlink {
	display: none;	
}

/* FCE Ken Burns Gallery */
#kenburns,
#kenburns * {
	height: 100%;
	width: 100%;
}

#kenburns canvas {
	height: 370px;
	width: 753px;
}

#kenburns.simpleBurns {
	position: relative;
	height: 370px;
	width: 753px;
}

#kenburns.simpleBurns div.simpleBurnsImageContainer,
#kenburns.simpleBurns div.simpleBurnsImageContainer img {
	position: absolute;
	top: 0;
	left: 0;
	width: 753px;
	height: 370px;
}





