/* TYPO3 content stylesheet */

.ctArea .ctElement {
	margin-bottom: 15px;
	clear: both;
}

#rightCol .ctArea .ctElement {
	margin-bottom: 10px;
	overflow: auto;
}

.ctArea p,
.ctArea ul li,
.ctArea ol li,
.ctArea table td,
.ctArea label {
	line-height: 17px;
}

.ctArea p.align-justify {
	text-align: justify;
}

.ctArea p.align-center {
	text-align: center;
}  

.ctArea p.align-right {
	text-align: right;
}

.ctArea a {
	color: #6699CC;
	text-decoration: underline;
}

.ctArea a:hover {
	color: #FF6633;
}
a.anchorlink,
.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;
}

#rightCol .ctArea a.anchorlink {
	display: none !important;
}

.ctArea ul ul {
	margin-left: 10px;
}

.ctArea ul li {
	padding: 0 0 0 12px;
	background-image: url(../../images/li_bg.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat; 
}

.ctArea ol {
	padding-left: 42px;
}

.ctArea blockquote {
	padding-left: 20px;
}

#midCol h2 {
	padding-bottom: 10px;
}

#midCol h2,
#midCol h2 a,
#midCol h2 strong {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

#midCol h3 {
	padding-top: 2px;
}

#midCol h3,
#midCol h3 a {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
}

#midCol h4 {
	padding-top: 2px;
}

#midCol h4,
#midCol h4 a {
	color: #333333;
	font-weight:bold;
	font-size: 13px;
	line-height: 17px;
}

#midCol .ctArea .csc-firstHeader {
	margin: 3px 0 0 0;
	padding-bottom: 17px;
}

#midCol .sectionFrame2 {
	background-color: #FFFFDF;
}

#midCol .sectionFrame3 h3 {
	background-color: #FFFFDF;
}

#rightCol .ctElement {
	padding: 0 10px 0 16px !important;
	padding: 0 0px 0 0px;
	color: #6B6E76;
}

#rightCol .ctElement .bodytext {
	font-size: 12px;
	line-height: 15px;
}

#rightCol .ctElement img {
	margin: 0 -10px 0px -16px !important;
	margin: 0;
}

#rightCol .ctElement dt img {
	margin: 0 -10px 0 -16px !important;
	margin: 0;
}

#rightCol p {
	padding: 0 !important;
	padding: 0 10px 0 16px; 
}

#rightCol ul {
	padding: 5px 0 0 0 !important;
	padding: 5px 0 0 16px; 
}

#rightCol h2,
#rightCol h3 {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 -10px 9px -16px;
	padding: 2px 10px 3px 16px !important;
	padding: 2px 20px 3px 32px;
	color: #6B6E76;
	font-size: 14px;
	font-weight: bold;
}

#rightCol h2.csc-firstHeader,
#rightCol h3.csc-firstHeader {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #2B607A;
	background-color: #BEDB89;
	border: none;
	border-bottom: 2px solid #FFFFFF;
	padding-top: 7px !important;
	padding-top: 7px;
	padding-bottom: 6px !important;
	padding-bottom: 6px;
	margin-bottom: 0px;
}

#rightCol a {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #6B6E76;
	text-decoration: none;
}

#rightCol a.act,
#rightCol a.cur,
#rightCol a:hover {
	color: #FF6633;
}



/* Flexible Contents 2 Columns */

.fce2Columns .fceLeftCol {
	float: left;
	width: 200px;
}

.fce2Columns .fceRightCol {
	float: right;
	width: 200px;
}


/* 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: 10px 0 10px 0;
}

fieldset.defaultForm .required {
	float: left;
	margin-left: -12px;
}

.defaultForm label {
	float: left;
	width: 170px !important;
	width: 180px;
	display: block;
	margin-bottom: 6px;
	margin-right: 0 !important;
	margin-right: -3px;
	padding-right: 10px;
}

.defaultForm .formRowNoMargin label {
	float: none;
}

.defaultForm input,
.defaultForm select,
.defaultForm textarea,
.defaultForm button {
	width: 200px;
	margin-bottom: 6px;
	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,
.defaultForm .submit input {
	margin-left: 320px !important;
	margin-left: 323px;
	width: auto;
	padding: 0 10px !important;
	padding: 0;
}

.defaultForm input.noMargin {
	margin-left: 0 !important;
}

.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;
}

#rightCol div.csc-textpic-center {
    text-align: left;
}

/* images */

#midCol .ctElement .csc-textpic-intext-right .csc-textpic-imagewrap,
#midCol .ctElement .csc-textpic-intext-left .csc-textpic-imagewrap {
	padding-top: 4px;
}

#midCol .ctElement .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
#midCol .ctElement .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	padding-top: 3px;
}

#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;
	padding-top: 2px;
}

div.csc-textpic div.csc-textpic-single-image img {
    margin-bottom: 5px;
}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 5px;
}

/* agenda */

#midCol .csc-menu-4 dt {
	clear: both;
}

#midCol .csc-menu-4 dt a {
	display: block;
	padding-top: 15px;
	margin-top: 10px;
	border-top: 1px solid #CCCCCC;
	color: #333333;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

#midCol .csc-menu-4 dt a.first {
	margin-top: 3px;
	padding-top: 0;
	border-top: none;
}

#midCol .csc-menu-4 dd .agendaDate {
	margin-top: 6px;
	margin-bottom: 10px;
}

#midCol .csc-menu-4 dd img {
	float: left;
	margin: 0 10px 16px 0;
}

#midCol .csc-menu-4 dd {
	margin-bottom: 16px;
	height: 100%;
}

#midCol .csc-menu-4 dd a {
	margin-left: 4px;
}


/* tt_news */

.newsLatestItem h3 {
	padding-bottom: 10px;
}

.newsLatestItem p.bodytext {
	display: inline;
}

.newsLatestItem img {
	float: left;
	margin: 4px 7px 2px 0;
}

.newsSingleItem {
	position: relative;
	padding-bottom: 17px;
}

.newsSingleItem .newsSingleDate {
	position: absolute;
	top: 0;
	right: 10px;
}

.newsSingleItem .newsSingleSubheader {
	font-weight: bold;
	padding-bottom: 10px;
}

.newsSingleItem .news-single-related,
.newsSingleItem .news-single-files,
.newsSingleItem .newsSingleImage {
	margin-top: 15px;
}

.newsSingleItem .news-single-related dd {
	padding-bottom: 2px;
}

.newsSingleItem .news-single-files img {
	margin-right: 4px;
}

.newsSingleItem .newsSingleImage img {
	margin-right: 10px;
}

.newsSingleItem .newsSingleImage .newsSingleCaption {
	font-size: 11px;
	padding-bottom: 5px;
}

.newsListWrap {
	position: relative;
	top: -15px;
}

.whiteLayer {
	position: absolute;
	height: 1px;
	font-size: 0;
	width: 451px;
	background-color: #FFF;
	left: 0;
	top: 16px;	
	z-index: 100;
}

.newsListItemBorder {
	height: 1px !important;
	height: 17px;
	font-size: 0;
	border-bottom: 1px solid #ccc;
	/*background-color: #ccc;*/
	clear: both;
	margin-bottom: 6px;
	padding-top: 15px;
}

.newsListItem {
	clear: both;
}

#midCol .newsListItem h2 {
	padding-top: 10px;
	padding-bottom: 6px;
}

#midCol .newsListItem h2 a {
	text-decoration: none;
	font-size: 16px;
	line-height: 17px;
	color: #333333;
	font-weight: bold;
}

#midCol .newsListItem .comment a {
	margin-left: 5px;
}

#midCol .newsListItem .date, 
#midCol .newsListItem .text {
	font-size: 13px;
	line-height: 17px;
	color: #333333;
}

#midCol .newsListItem .text {
	margin-top: 11px;
}

#midCol .newsListBrowse a {
	border: 1px solid #DDDDDD;
	font-size:  13px;
	padding: 2px 6px;
	height: 9px !important;
	height: 21px;
	text-decoration: none;
}

#midCol .newsListBrowse .active,
#midCol .newsListBrowse a:hover {
	color: #FF6633;
	padding: 2px 6px;
}

#midCol .newsListBrowse .active {
	height: 21px;	
}

#midCol .newsListItem h3 {
	position: relative;
	padding-left: 0;
	padding-right: 60px;
}

.newsListItem img {
	float: left;
	margin: 0px 7px 0px 0 !important;
	margin: -15px 7px 15px 0;
}

.newsListItem p.bodytext {
	display: inline;
}

.newsListBrowse {
	margin-top: 20px;
}

.tx-ttnews-browsebox .active {
	font-weight:bold;
}

.tx-ttnews-browsebox .next {

}

.tx-ttnews-browsebox .prev {
	
}

.newsEntry {
	padding-bottom: 17px;
}

.news-catmenu {
	margin-top: 25px;
}

.news-catmenu .news-catmenu-NO img,
.news-catmenu .news-catmenu-ACT img {
	display: none;
}

.news-catmenu .news-catmenu-NO,
.news-catmenu .news-catmenu-ACT {
	padding: 0 0 0 12px;
	background-image: url(../../images/li_bg.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-left: 0 !important;
	margin-left: 16px;
}



/* guestboox - blog single view */

#midCol .tx-veguestbook-pi1 .tx-guestbook-result {
	margin-top: -10px;
}

#midCol .tx-veguestbook-pi1 .tx-guestbook-header,
#midCol .tx-veguestbook-pi1 .tx-guestbook-right {
	background-color: transparent;
	padding-left: 0;
}

#midCol .tx-veguestbook-pi1 fieldset.defaultForm input.text {
	width: 218px;
}

#midCol .tx-veguestbook-pi1 fieldset.defaultForm textarea {
	clear: left;
	width: 400px;
}

.tx-veguestbook-pi1 .tx-guestbook-left {
	background: none;
	padding: 0;
}

.tx-veguestbook-pi1 .tx-guestbook-header {
	margin-top: 10px;
}

.tx-veguestbook-pi1 .tx-guestbook-date {
	margin-bottom: 10px;
}

/* timtab - blogroll */

.ctArea .tx-timtab-pi1 ul {
	margin-top: 17px;
}


/* indexed search */

.tx-indexedsearch .defaultForm label {
	width: 110px !important;
	width: 120px;
}

.tx-indexedsearch .defaultForm select {
	width: 294px;
}

.tx-indexedsearch .defaultForm .submit {
	clear: left;
	margin-left: 120px !important;
	margin-left: 120px;
}

.tx-indexedsearch .defaultForm input.tx-indexedsearch-searchbox-sword {
	width: 290px !important;
	width: 292px;
}

.tx-indexedsearch .defaultForm select.tx-indexedsearch-selectbox-defop,
.tx-indexedsearch .defaultForm select.tx-indexedsearch-selectbox-lang,
.tx-indexedsearch .defaultForm select.tx-indexedsearch-selectbox-desc {
	margin-left: 120px !important;
	margin-left: 120px;
}

.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: 0px;
}

.tx-indexedsearch .tx-indexedsearch-res h3 .tx-indexedsearch-title {
	padding-left: 15px;
}

.tx-indexedsearch .tx-indexedsearch-percent {
	display: none;
}

.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 .tx-indexedsearch-list {
	margin-top: 60px;
	margin-bottom: -30px;
	clear: both;
}

.tx-indexedsearch .browsebox li {
	background-image: none;
	float: left;
	padding: 0;
	margin: 15px 5px 50px 0;
}

.tx-indexedsearch .browsebox li a {
	
}


/* Quicksearch */

#rightCol #quickSearch {
	margin: 10px 10px 10px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #000;
	background-color: #E7E2DD;
}

#rightCol .tx-indexedsearch fieldset.defaultForm {
	padding: 0;
}

#rightCol .tx-indexedsearch .defaultForm input.tx-indexedsearch-searchbox-sword {
	width: 170px !important;
	width: 172px;
}

#rightCol .tx-indexedsearch .defaultForm .submit {
	margin-left: 0px !important;
}

#rightCol .tx-indexedsearch p {
	text-align: right;
}

#rightCol .tx-indexedsearch p a {
	color: #FF8F3D;
	text-decoration: underline;
}


/* Flash player */

#rightCol .ctArea .tx-flvplayer2-pi1 {
	margin: 0 -10px 0 -16px !important;
	margin: 0;
}



li.addThis {
	list-style:none;
}

.csc-textpic-intext-left-nowrap-155 .csc-textpic-text,
.csc-textpic-intext-left-nowrap .csc-textpic-text {
	margin-left: auto;
}


#rightCol div.csc-textpic,
#rightCol div.csc-textpic div.csc-textpic-imagerow,
#rightCol ul.csc-uploads li {
	overflow: visible!important;
}


