/* TYPO3 content stylesheet */


/* Productgroup design*/
.fceLeftCol {
	float: left;
	width: 200px;
}

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

.fceRightCol {
	float: left;
	width: 340px;
}
/*
.secureDownload {
	float: left;
	position: relative; 
	top: 1px; 
	left: auto; 
    width: 340px; 
	height: auto;	
}
*/
.rightDownload1 {
	float: left;
	top: 1px; 
	left: auto; 
    width: 450px; 
	padding-left:160px;
	color: #000000;
}

.rightDownload2 {
	float: left;
	top: 1px; 
	left: auto; 
    width: 450px; 
	padding-left:160px;
	color: color: #000000;
}


.rightDownload3{
	float: left;
	top: 1px; 
	left: auto; 
    width: 450px; 
	padding-left:160px;
	color: color: #000000;
}

.rightDownload4 {
	float: left;
	top: 1px; 
	left: auto; 
    width: 450px; 
	padding-left:160px;
	color: color: #000000;
}


.leftDownload1 {
	float: left;
	top: 1px; 
	left: auto; 
    width: 555px; 
	color: #000000;
}

.leftDownload2 {
	float: left;
	top: 1px; 
	left: auto; 
    width: 555px; 
	color: #000000;
}

.leftDownload3 {
	float: left;
	top: 1px; 
	left: auto; 
    width: 555px; 
	color: #000000;
}

.leftDownload4 {
	float: left;
	top: 1px; 
	left: auto; 
    width: 555px; 
	color: #000000;
}

.myBottomLine {
	border-bottom: 1px solid #99c7ed;
}

/* Productgroup design END*/



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

#rightCol .ctArea .ctElement {
	margin-bottom: 0px;
}

.ctArea p,
.ctArea ul li,
.ctArea ol li {
	line-height: 16px;
}

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

.ctArea ul ul {
	margin-left: 10px;
	padding: 2px 0;
}

.ctArea ul li {
	padding: 0 0 0 8px;
	background-image: url(../images/bullet.gif);
	background-position: 0 6px;
}

/* eventuell gebraucht */
.ctArea ul li.altBulletList {
	margin-bottom: 6px;
}
/**/
	
.ctArea ol {
	padding-left: 42px;
}

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

#midCol h2 {
	padding: 4px 0 16px 0;
}

#midCol h2.csc-firstHeader {
	padding-top: 0;
}

#midCol h3 {
	padding: 0;
	margin-top: -2px;
}

#midCol h2,
#midCol h2 a,
#midCol h3,
#midCol h3 a {
	color: #0082c8;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
}

#midCol h4 {
	padding-bottom: 0;	
}

#midCol h4,
#midCol h4 a {
	color: #000;
	line-height: 16px;
	font-weight: bold;
}

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

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

#rightCol .ctElement {
	width: 168px !important;
	width: 173px;
	background: url(../images/rightcol_bg.gif) repeat-y 0 0;
	padding: 2px 4px 7px 1px;
}

.ctElementTop,
.ctElementBottom {
	width: 173px;
	height: 4px;
	font-size: 1px; /* IE6 fix */
}

#midCol .ctElementTop,
#midCol .ctElementBottom {
	display: none;
}

#rightCol .ctElementTop {
	background: url(../images/rightcol_bg_top.gif) no-repeat 0 0;
}

#rightCol .ctElementBottom {
	background: url(../images/rightcol_bg_bottom.gif) no-repeat 0 0;
	margin-bottom: 14px;
}

#rightCol * {
	color: #0082c8;
}

#rightCol h2,
#rightCol p.bodytext {
	padding: 0 10px;
	line-height: 14px;
}

#rightCol h2 {
	line-height: 16px;
	font-size: 13px;
	font-weight: bold;
}

#midCol .sectionFrame3 {
	margin-bottom: 21px;
	padding: 0 60px 11px 0;
	border-bottom: 2px solid #99c7ed;
}


/* Individual formats for text and paragraph */

#midCol .ctArea .sauterBlue,
#midCol .ctArea .sauterBlue * {
	color: #0082c8;
	line-height: 16px;
}

#midCol .ctArea .bottomLine {
	border-bottom: 1px solid #99c7ed;
	width: 142px;
	/*width: 142px; removed by rw@cabag.ch  */
	/*width: 142px; reactivated by patrick  */	
	
}


/* Filelinks */

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

/* Contenttable */

.ctArea .contenttable td {
	padding: 2px 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;
	background-color: #FFF; 
	color: black;
	border: 1px solid #0082c8;
	padding: 1px;
}

.defaultForm input.file {
	width: auto;
}

.defaultForm textarea {
	height: 100px;
}

.defaultForm select {
	width: 204px;
}

.defaultForm option {
	background-color: #FFF;
	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; 
       padding-bottom: 5px;
}

#midCol .ctElement .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
#midCol .ctElement .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
      padding-bottom: 5px;
	margin: 0;
}

#products #midCol .ctElement .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
#products #midCol .ctElement .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	margin-top: -17px;
       padding-bottom: 5px;
}

#midCol .ctElement .csc-textpic-below .csc-textpic-text {
	padding-bottom: 5px;
}

#midCol .ctElement .csc-textpic-above .csc-textpic-text {
	padding-top: 5px;
       padding-bottom: 5px;
}


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

DIV.csc-textpic-left {
	background-color: transparent; 
       padding-bottom: 5px;
}

#rightCol .ctArea .csc-textpic-above {
	padding-top: 5px;
       padding-bottom: 5px;
}


/* tt_news */ 

#rightCol .ctArea .news-latest-container {
	margin: 0 10px;
}

#rightCol .ctArea .news-latest-container h2,
#rightCol .ctArea .news-latest-container p.bodytext {
	margin: 0 -10px;
}

.newsSingleCaption {
	font-size: 10px;
}

.newsListBrowse {
	margin-top: 20px;
}

.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: 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: 20px;
}

.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-list {
	padding-top: 20px;
}

#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 {
	
}


/* Simple Gallery Extension */

.tx-sksimplegallery-pi1 .defaultForm img, 
.tx-sksimplegallery-pi1 p.ecard-picture img {
	border: 1px solid #ddd;
	margin: 20px 0 20px 180px;
}

.tx-sksimplegallery-pi1 .defaultForm input.submit {
	margin-left: -280px;
}

.tx-sksimplegallery-pi1 dl.list,
.tx-sksimplegallery-pi1 dl.single dd {
	background-color: #C8DFEC;
	border-bottom: 3px solid #C8DFEC;
	padding-bottom: 5px;
}

.tx-sksimplegallery-pi1 dl.list,
.tx-sksimplegallery-pi1 dl.single {
	border: 1px solid #0082c8;
}

.tx-sksimplegallery-pi1 dl.list dt,
.tx-sksimplegallery-pi1 dl.single dt,
.tx-sksimplegallery-pi1 .description {
	border-bottom: 1px solid #0082c8;
}

.tx-sksimplegallery-pi1 dl.single dd span {
	display: block;
	float: none;
}

.tx-sksimplegallery-pi1 h2.singleImageTitle {
	margin-top: 16px;
}


/* CHC Forum  */

#tx_chcforum-pi1 .tx-chcforum-pi1-Table thead th {
	border: 1px solid #FFF;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

#tx_chcforum-pi1 .tx-chcforum-pi1-Table thead th.first,
#tx_chcforum-pi1 .tx-chcforum-pi1-Table tbody td.first {
	border-left: 2px solid #666;
}

#tx_chcforum-pi1 .tx-chcforum-pi1-Table thead th.last,
#tx_chcforum-pi1 .tx-chcforum-pi1-Table tbody td.last  {
	border-right: 1px solid #666;
}

#tx_chcforum-pi1 .tx-chcforum-pi1-Table tbody th {
	border-left: 2px solid #666;
}

#tx_chcforum-pi1 .tx-chcforum-pi1-Table tbody td {
	border: 1px solid #FFF;
	border-bottom: none;
}

#tx_chcforum-pi1 .tx-chcforum-pi1-Table thead th {
	color: #FFF;
}

#tx_chcforum-pi1 .tx-chcforum-pi1-postForm #formWhere {
	color: #FFF;
}


/* Combined search page */

#combinedSearch .tx-indexedsearch-searchbox,
#combinedSearch .tx_chcforum-pi1-toolBar,
#combinedSearch .tx-chcforum-pi1-preTableWrap,
#combinedSearch .tx-chcforum-pi1-postTableWrap,
#combinedSearch .tx-chcforum-pi1-FooterBox,
#combinedSearch .tx-chcforum-pi1-messageBox,
#combinedSearch .catTable {
	display: none;
}

