﻿@charset "UTF-8";

/* Silcona */
/*************************************/
/* reset all browser default styling */
/*************************************/
@import "reset-min.css";


/***************************************************************/
/* import example.css for default styling of content elements  */
/***************************************************************/
@import "example.css" all;
html {
	overflow-y: scroll;
	}


/***************/
/* GRID LAYOUT */
/***************/

div#footer h3, div#navigationFirstLevel h2, div#navigationSecondLevel h2 {
	display:none;
	}
	
div#outerWrap {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background: #ffffff;
	}
	
div#outerWrap div {
	text-align:left;
	}
	
div#header {
	height: 75px;
	}
	
div#navigationSecondLevel {
	float: left;
	width: 260px;
	margin: 0;
	}
	
div#main {
	width: 702px;
	float:left;
	}
	
div#secondary {
	width: 253px;
	float: right;
	}
	
div#footer {
	clear:both;
	}
	
body.hideRightColumn div#secondary {
	display: none;
	}
	
body.hideRightColumn div#main {
	width: 700px;
	float: left;
	margin: 20px 0;
	}
	
body.hideLeftColumn div#main {
	width: 707px !important;
	float: left;
	position: relative;
	margin: 0;overflow:hidden;
	}
	
body.hideLeftColumn div#navigationSecondLevel {
	display: none;
	}
	
body.hideRightAndLeftColumn div#main {
	width: 960px;
	}
	
body.hideRightAndLeftColumn div#secondary, body.hideRightAndLeftColumn div#navigationSecondLevel {
	display: none;
	}
	
body.hideRightAndLeftColumn div#contentWrap, body.hideLeftColumn div#contentWrap {
	background-image: none;
	background: #fff;
	}


/*******************/
/* GENERAL PADDING */
/*******************/

div#secondayContent, div#navigationContent {
	padding: 0;
	}
	
div#mainContent {
	margin: 0;
	padding: 0 10px 0 0;
	overflow: hidden;
	}
.hideRightColumn #outerWrap div#mainContent{width:680px;}
.news-list-container{margin-top:10px;height:auto!important;height:300px;min-height:300px}

/**********************************************************/
/* STYLING AND POSITIONING OF INDIVIDUAL GENERAL ELEMENTS */
/**********************************************************/
body {
	background: #ffffff;
	}
html {
	background: #ffffff;
	}
strong {
	font-weight: bold;
	}
	
div#header {
	/*background: #ffffff url(../images/header_overlay.png);*/
	}
	
div#siteLogo {
	position: absolute;
	margin: 15px 0 0 0;
	width: 229px;
	height: 53px;
	}
		
div#contentWrap {
	background: #ffffff;
	overflow: hidden;
	clear: both;
	min-height: 500px;
	}

	
div#navigationSecondLevel {
	background: url(../images/bg_menu.jpg) top left no-repeat;
	width: 260px;
	}
	
	
div#secondary {
	margin: 0;
	}
	
div#footer {
	background: #fff;
	}
	

div#footerMenu {
	width:900px;
	margin:0 auto;
	padding: 10px 0;
	}
	
div#footerMenu ul li {
	list-style:none;
	text-align:center;
	margin: 0;
	padding: 0;
	}

div#footerContent{
	position:relative;
}
div#footerContent .footerlogo{
position:absolute;right:10px;top:20px;
width:300px!important;height:50px;
}
div#footerContent .footerlogo a{
float:left;margin-right:15px;
}
div#footerContent .footerlogo a.l2{
margin-top:3px;
}
div#footerContent .footerlogo a.l3{
margin-top:9px;
}
	
div.secondaryContentSection {
	width: 253px;
	min-height: 200px;
	min-height: 150px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-size: 100%;
	}
	
div#navigationFirstLevel {
	background: #ffffff;
	height: 40px;
	}
	
div#navigationFirstLevelMenu ul {
	margin-left:248px;
	}
	
div#navigationFirstLevelMenu ul li {
	float: left;
	margin:0 13px 0 0;
	padding:0 13px 0 0;
	list-style:none;
	background:url(../images/xxx.gif) right center no-repeat;
	}
div#navigationFirstLevelMenu ul li.end{background:none}
div#navigationFirstLevelMenu ul li a {
	padding: 0; 
	display: block;
	font-weight:bold;
	}





/* Navigation in der linken Spalte */	

div#navigationSecondLevelMenu {
	float: left;
	width:243px;
	min-height: 200px;
	margin: 36px 0 0 0;
	}
	
div#navigationSecondLevelMenu ul {
	line-height:1.5em;
	margin-left:0;
	}
div#navigationSecondLevelMenu ul ul {
	text-indent:35px;
	border-bottom:none;
	margin-bottom:0;
	}
div#navigationSecondLevelMenu ul ul ul {
	text-indent:50px;
	}
div#navigationSecondLevelMenu {
	width:243px;
	margin-top:30px;
	}
	
div#navigationSecondLevelMenu li.active {
	background: url(../images/bg_liCurrent.gif) top left no-repeat;
	}
	
div#navigationSecondLevelMenu li:hover {
	background: url(../images/bg_liCurrent.gif) top left no-repeat;
	}
	
div#navigationSecondLevelMenu li.active ul li {
	font-weight:normal;
	}
	
	
div#navigationSecondLevelMenu li.selected {
	background: url(../images/bg_liCurrent.gif) top left no-repeat;
	}
div#navigationSecondLevelMenu li.selected li {
	font-weight:normal;
	}
	
	
div#navigationSecondLevelMenu li {
	background: url(../images/bg_liNormal.gif) top left no-repeat;
	list-style-type:none;
	margin-left:0;
	padding: 5px 0 5px 30px;
	}
div#navigationSecondLevelMenu li.active li,
div#navigationSecondLevelMenu li.selected li {
	border-top:1px solid #eee;
	}
	
div#worldmap_de {
	background: url(../images/vertriebspartner.jpg) top left no-repeat;
	padding: 21px 0 0 0;
	}
	
div#worldmap_en {
	background: url(../images/representatives.jpg) top left no-repeat;
	padding: 35px 0 0 0px;
}
	




/*****************************/	
/* LINK COLORS AND TREATMENT */
/*****************************/

a:link {
	color: #686868;
	text-decoration: none;
	outline: none;
	}
	
a:visited {
	color: #686868;
	text-decoration: none;
	outline: none;
	}
	
a:hover {
	color: #EB8E07;
	text-decoration: none;
	outline: none;
	}
	
	
	
div#languageMenu {
	float: right;
	padding: 0;width:130px;
	margin: 15px 200px 0 0;display:inline;
	}
	div#languageMenu ul li{float:left;margin:0 10px 0 0;padding:0 10px 0 0;list-style:none}
div#languageMenu ul li a {
	padding: 0;
	outline: none; 
	}
div#languageMenu ul li.en{background:url(../images/xxx.gif) right center no-repeat;}
div#languageMenu ul li a:hover,
div#languageMenu ul li a.selected,
div#languageMenu ul li a.active {
	outline: none;
	}
	



/*
div#navigationFirstLevelMenu ul li a {
	font-family: arial;
	color: #686868;
	height: 30px;
	}
*/
div#navigationFirstLevelMenu ul li a:hover,
div#navigationFirstLevelMenu ul li a.selected,
div#navigationFirstLevelMenu ul li a.active {
	background: url(../images/bg_menu_active.gif) top center no-repeat;
	font-weight: bold;
	color: #EB8E07;
	text-decoration: none;
	}



div#navigationSecondLevelMenu ul li a{
	color: #686868;
	display: block;
	text-decoration: none;
}


div#navigationSecondLevelMenu ul li a:hover,
div#navigationSecondLevelMenu ul li a.selected,
div#navigationSecondLevelMenu ul li a.active {
	color: #EB8E07;
	outline: none;
}





/******************/
/* FONT TREATMENT */
/******************/
body {
	font: 12px/1.6em Arial;
	color: #686868;
	position:relative;_position:static;
	}
	
div#mainContent {
	font-size: 100%;
	margin: 0 0 20px 0;
	}
	
h1 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	margin: 0 0 5px 0;
	}

div.secondaryContentSection .csc-header h1, div.secondaryContentSection .csc-header h2, div.secondaryContentSection .csc-header h3 {
	color:#686868;
	padding: 1px 10px 0px 10px;
	margin: 0 0 1em 0px;
	width: 175px;
	font-size: 100%;
	}
	
h2 {
	font-size:130%;
	}
	
h3 {
	font-size:115%;
	}
	
h4, h5 {
	font-size:105%;
	}
	
.csc-frame-frame1 { 
	color:#353535;
	}
	
p {
	margin: 0;
	}
	
blockquote {
	margin:1em 0 1em 2em;
	padding-left:2em;
	border-left:1px solid #ccc;
	}
	
div#footer {
	background: #ffffff url(../images/bg_footer.jpg) top center repeat-x;
	width: 960px;
	height: 80px;
	border-top: 2px solid #fff;
	}
	
div#navigationSecondLevel h2 {
	margin-left: 12px;
	padding-top:12px;
	}



/*************/
/* SEARCHBOX */
/*************/
div#searchBox input.inputText {
	width:100px;
	}
	
div#searchBox {
	position:absolute;
	height: 21px;top:15px;right:0px;width:185px;
	background: url(../images/bg_searchInput.gif) no-repeat;
	margin-left: 8px;
	}
	
div#searchBox input#inputText {
	float: left;
	padding: 1px 0 2px 4px;
	margin: 2px 10px 0 10px;
	border: 0;
	width: 135px;
	background: none;
	color:#686868;
	display:inline;
	}
	
div#searchBox input.inputButton {
	background: url(../images/bg_searchInput.gif) no-repeat;
	float: right;
	margin: 3px 4px 0 2px;
	display:inline;
	cursor: pointer;
	outline: none;
	}
	
div#searchBox legend {
	display:none;
	}

/********************************/
/* INDEXED_SEARCH - BASIC STYLING */
/********************************/
.tx-indexedsearch .tx-indexedsearch-browsebox li { 
	display:inline; 
	margin-right:5px;
	}
.tx-indexedsearch-redMarkup {
	font-weight: bold;
	}
.tx-indexedsearch .tx-indexedsearch-title {
	background: #e5e5e5; 
	padding: 1px 5px;
	}
div.tx-indexedsearch-res dt, div.tx-indexedsearch-res dt {
	float:left;
	}
dl.tx-indexedsearch-info {
	font-size:80%;
	color: #999;
	text-transform:uppercase;
	line-height:1.4em;
	}
dt.item-crdate, dt.item-mtime, dt.item-path {
	font-weight:bold;
	}
div.tx-indexedsearch-res {
	margin-bottom:2em;
	}
.tx-indexedsearch td {
	padding:2px;
	}
.tx-indexedsearch .tx-indexedsearch-searchbox {
	}
input#tx-indexedsearch-searchbox-sword {
	width:250px;
	}
.tx-indexedsearch select {
	width:156px;
	}
.tx-indexedsearch label {
	display:block;
	margin-top:1em;
	text-transform:uppercase;
	font-size:90%;
	}
.tx-indexedsearch legend {
	display:none;
	}
.tx-indexedsearch-search-submit {
	padding:1em 0;
	outline: none;
	}


/***************************/
/* TT_NEWS - BASIC STYLING */
/***************************/

.news-latest-container {
	background: url(../images/bg_aktuelles.jpg) top right no-repeat;
	width: 253px;
	min-height: 227px;
	padding: 0 0 20px 0;
	}
	
.news-latest-item {
margin:0;padding:0;
	}

.news-latest-item li span.addtime{display:block}
.news-latest-item li {

margin:20px 0 0 30px;padding:0;
	list-style: none;
	list-style-image: url(../images/pfeil.gif);
	}
	
.news-latest-item li:hover {
	list-style: none;
	list-style-image: url(../images/pfeil_act.gif);
	}
	
.news-latest-item a:link {
	font-size: 100%;
	font-weight: normal;
	color: #686868;
	display: block;
	}
	
.news-latest-item a:hover {
	color: #EB8E07;
	}
	

.clear{clear:both}
	
.news-list-subheader p {
	display:inline;
	}
.news-list-item {
	padding: .4em 0 1em;
	clear:both;
	border-bottom:1px dashed #DDD;
	}

.news-list-subheader span{float:right}
.news-list-container img {
	float:left;
	margin: 0 10px 10px 0;
	}
.news-single-img {
	float:left;
	margin: 0 10px 10px 0;
	}
.news-list-category {
	font-size: 100%;
	}
	


/************************/
/* THEME COLOR OVERIDES */
/************************/

.themeColorForeground {
	color:#ffffff;
	}
	
.themeColorBackground {
	background-color:#ffffff !important;
	}

div#header {
	position:relative;
	}
	

	
	
	
	
/**************+***************/
/* Wortewolke - BASIC STYLING */
/***************+**************/

.tx-wortewolke-pi1 {
	margin-left: 23px;
	}
	
.tx-wortewolke-pi1 a {
	font-family: verdana;
	padding: 7px 24px 7px 0;
	color: #686868;
	line-height: 26px;
	}
	
.tx-wortewolke-pi1 a:hover {
	color: #EB8E07;
	}

.tag-link-1,
.tag-link-2,
.tag-link-3,
.tag-link-4,
.tag-link-5,
.tag-link-6,
.tag-link-7,
.tag-link-8,
.tag-link-9,
.tag-link-10,
.tag-link-11,	
.tag-link-12  {
	display: inline;
	}




/*****************************/
/* Powermail - BASIC STYLING */
/*****************************/

/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
	padding-left: 5px;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	}
	
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	display: none;
}

fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
	border: 1px solid #C3C3C3;
	padding: 1px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 200px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
	width: 200px;
	height: 25px;
	position:relative;
	float: left;
}

div.products_content{margin-bottom:20px}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a,
div.tx_powermail_pi1_fieldwrap_html p a {
	/* Description */
	cursor: help;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn,
div.tx_powermail_pi1_fieldwrap_html p a dfn {
	/* Description */
	display: none;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn,
div.tx_powermail_pi1_fieldwrap_html p a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
	text-decoration: none;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: #fff;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}


/* Eigenschaften */
#powermaildiv_uid19,
#powermaildiv_uid21,
#powermaildiv_uid22,
#powermaildiv_uid23,
#powermaildiv_uid24,
#powermaildiv_uid25,
#powermaildiv_uid26,
#powermaildiv_uid64,
#powermaildiv_uid65,
#powermaildiv_uid66,
#powermaildiv_uid67,
#powermaildiv_uid68,
#powermaildiv_uid69,
#powermaildiv_uid70 {
	width: 460px;
	text-align: center;
	}

#powermaildiv_uid19 label,
#powermaildiv_uid21 label,
#powermaildiv_uid22 label,
#powermaildiv_uid23 label,
#powermaildiv_uid24 label,
#powermaildiv_uid25 label,
#powermaildiv_uid26 label,
#powermaildiv_uid64 label,
#powermaildiv_uid65 label,
#powermaildiv_uid66 label,
#powermaildiv_uid67 label,
#powermaildiv_uid68 label,
#powermaildiv_uid69 label,
#powermaildiv_uid70 label {
	display: none;
	}
	
	
#powermaildiv_uid19 title,
#powermaildiv_uid21 title,
#powermaildiv_uid22 title,
#powermaildiv_uid23 title,
#powermaildiv_uid24 title,
#powermaildiv_uid25 title,
#powermaildiv_uid26 title,
#powermaildiv_uid64 title,
#powermaildiv_uid65 title,
#powermaildiv_uid66 title,
#powermaildiv_uid67 title,
#powermaildiv_uid68 title,
#powermaildiv_uid69 title,
#powermaildiv_uid70 title {
	width: 200px;
	height: 25px;
	position:relative;
	float: left;
	}
	
.powermail_check_inner_uid19_0,
.powermail_check_inner_uid21_0,
.powermail_check_inner_uid22_0,
.powermail_check_inner_uid23_0,
.powermail_check_inner_uid24_0,
.powermail_check_inner_uid25_0,
.powermail_check_inner_uid26_0,
.powermail_check_inner_uid64_0,
.powermail_check_inner_uid65_0,
.powermail_check_inner_uid66_0,
.powermail_check_inner_uid67_0,
.powermail_check_inner_uid68_0,
.powermail_check_inner_uid69_0,
.powermail_check_inner_uid70_0 {
	width: 130px;
	height: 25px;
	position:relative;
	float: left;
	}
	
.powermail_check_inner_uid19_1,
.powermail_check_inner_uid21_1,
.powermail_check_inner_uid22_1,
.powermail_check_inner_uid23_1,
.powermail_check_inner_uid24_1,
.powermail_check_inner_uid25_1,
.powermail_check_inner_uid26_1,
.powermail_check_inner_uid64_1,
.powermail_check_inner_uid65_1,
.powermail_check_inner_uid66_1,
.powermail_check_inner_uid67_1,
.powermail_check_inner_uid68_1,
.powermail_check_inner_uid69_1,
.powermail_check_inner_uid70_1 {
	width: 130px;
	height: 25px;
	position:relative;
	float: left;
	}

fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_check input.powermail_check {
	/* Checkboxen */
	margin: 4px 50%;
	}
	

	

	


#links,
#links ul,
#links ul li{
width:960px;height:20px;overflow:hidden;
margin:0 auto;
}

#links .link_prev,
#links .link_next{
display:none;
}
#links ul li a{
display:inline-block;
width:160px;height:20px;line-height:20px;
text-align:center;
}

	

/****************************************************************************************
# Individuelle css file for content edited with htmlArea RTE
# ***************************************************************************************/

table.silco-produkte {
	width: 100%;
	border: 0;
	}
	
table.silco-produkte thead tr th {
	background-color: #EB8E07;
	border-bottom: 2px solid #929395;
	color: #ffffff;
	vertical-align: top;
	text-align: center;
	}

table.silco-produkte tbody tr td {
	line-height: 4em;
	}
	
table.silco-produkte tfood tr td {
	background-color: #EB8E07;
	}
	
.tr-1,
.tr-2,
.tr-3,
.tr-4,
.tr-5,
.tr-6,
.tr-7,
.tr-8,
.tr-9,
.tr-10 {
	text-align: center;
	}
	
.tr-1 .td-0 {
    text-align: left;
	background-color: #F3F3F3;
	}
	
.tr-1 .td-1,
.tr-1 .td-3,
.tr-1 .td-5,
.tr-1 .td-7,
.tr-1 .td-9,
.tr-1 .td-11 {
    background-color: #F8F8F8;
	}
	
.tr-1 .td-2,
.tr-1 .td-4,
.tr-1 .td-6,
.tr-1 .td-8,
.tr-1 .td-10,
.tr-1 .td-12 {
    background-color: #F3F3F3;
	}
	

div.showpagebox{
float:right;margin-top:20px;
}
div.showpagebox a{
float:left;margin:0 5px;display:inline;
padding:0 5px;
}
div.showpagebox a.current,
div.showpagebox a:hover{
background:#999;color:#FFF;
}

.news_prev{
margin-top:20px;
}


	
.tr-2 .td-0 {
    text-align: left;
	background-color: #DDDDDD;
	}
	
.tr-2 .td-1,
.tr-2 .td-3,
.tr-2 .td-5,
.tr-2 .td-7,
.tr-2 .td-9,
.tr-2 .td-11 {
    background-color: #E8E9EA;
	}
	
.tr-2 .td-2,
.tr-2 .td-4,
.tr-2 .td-6,
.tr-2 .td-8,
.tr-2 .td-10,
.tr-2 .td-12 {
    background-color: #DDDDDD;
	}
	
	
	
	
	
.tr-3 .td-0 {
    text-align: left;
	background-color: #F3F3F3;
	}
	
.tr-3 .td-1,
.tr-3 .td-3,
.tr-3 .td-5,
.tr-3 .td-7,
.tr-3 .td-9,
.tr-3 .td-11 {
    background-color: #F8F8F8;
	}
	
.tr-3 .td-2,
.tr-3 .td-4,
.tr-3 .td-6,
.tr-3 .td-8,
.tr-3 .td-10,
.tr-3 .td-12 {
    background-color: #F3F3F3;
	}
	
	
	
	
	
.tr-4 .td-0 {
    text-align: left;
	background-color: #DDDDDD;
	}
	
.tr-4 .td-1,
.tr-4 .td-3,
.tr-4 .td-5,
.tr-4 .td-7,
.tr-4 .td-9,
.tr-4 .td-11 {
    background-color: #E8E9EA;
	}
	
.tr-4 .td-2,
.tr-4 .td-4,
.tr-4 .td-6,
.tr-4 .td-8,
.tr-4 .td-10,
.tr-4 .td-12 {
    background-color: #DDDDDD;
	}
	

	
	
	
	
.tr-5 .td-0 {
    text-align: left;
	background-color: #F3F3F3;
	}
	
.tr-5 .td-1,
.tr-5 .td-3,
.tr-5 .td-5,
.tr-5 .td-7,
.tr-5 .td-9,
.tr-5 .td-11 {
    background-color: #F8F8F8;
	}
	
.tr-5 .td-2,
.tr-5 .td-4,
.tr-5 .td-6,
.tr-5 .td-8,
.tr-5 .td-10,
.tr-5 .td-12 {
    background-color: #F3F3F3;
	}
	

	
	
	
	
.tr-6 .td-0 {
    text-align: left;
	background-color: #DDDDDD;
	}
	
.tr-6 .td-1,
.tr-6 .td-3,
.tr-6 .td-5,
.tr-6 .td-7,
.tr-6 .td-9,
.tr-6 .td-11 {
    background-color: #E8E9EA;
	}
	
.tr-6 .td-2,
.tr-6 .td-4,
.tr-6 .td-6,
.tr-6 .td-8,
.tr-6 .td-10,
.tr-6 .td-12 {
    background-color: #DDDDDD;
	}
	
	
	
	
	
.tr-7 .td-0 {
    text-align: left;
	background-color: #F3F3F3;
	}
	
.tr-7 .td-1,
.tr-7 .td-3,
.tr-7 .td-5,
.tr-7 .td-7,
.tr-7 .td-9,
.tr-7 .td-11 {
    background-color: #F8F8F8;
	}
	
.tr-7 .td-2,
.tr-7 .td-4,
.tr-7 .td-6,
.tr-7 .td-8,
.tr-7 .td-10,
.tr-7 .td-12 {
    background-color: #F3F3F3;
	}
	
	
	
	
	
.tr-8 .td-0 {
    text-align: left;
	background-color: #DDDDDD;
	}
	
.tr-8 .td-1,
.tr-8 .td-3,
.tr-8 .td-5,
.tr-8 .td-7,
.tr-8 .td-9,
.tr-8 .td-11 {
    background-color: #E8E9EA;
	}
	
.tr-8 .td-2,
.tr-8 .td-4,
.tr-8 .td-6,
.tr-8 .td-8,
.tr-8 .td-10,
.tr-8 .td-12 {
    background-color: #DDDDDD;
	}
	
	
	
	
	
.tr-9 .td-0 {
    text-align: left;
	background-color: #F3F3F3;
	}
	
.tr-9 .td-1,
.tr-9 .td-3,
.tr-9 .td-5,
.tr-9 .td-7,
.tr-9 .td-9,
.tr-9 .td-11 {
    background-color: #F8F8F8;
	}
	
.tr-9 .td-2,
.tr-9 .td-4,
.tr-9 .td-6,
.tr-9 .td-8,
.tr-9 .td-10,
.tr-9 .td-12 {
    background-color: #F3F3F3;
	}
	
	
	
	
	
.tr-10 .td-0 {
    text-align: left;
	background-color: #DDDDDD;
	}
	
.tr-10 .td-1,
.tr-10 .td-3,
.tr-10 .td-5,
.tr-10 .td-7,
.tr-10 .td-9,
.tr-10 .td-11 {
    background-color: #E8E9EA;
	}
	
.tr-10 .td-2,
.tr-10 .td-4,
.tr-10 .td-6,
.tr-10 .td-8,
.tr-10 .td-10,
.tr-10 .td-12 {
    background-color: #DDDDDD;
	}

.tr-last .td-0,	
.tr-last .td-1,
.tr-last .td-2,
.tr-last .td-3,
.tr-last .td-4,
.tr-last .td-5,
.tr-last .td-6,
.tr-last .td-7,
.tr-last .td-8,
.tr-last .td-9,
.tr-last .td-10,
.tr-last .td-11,
.tr-last .td-12 {
	background-color: #EB8E07;
	}
	

	
	

/****************************************************************************************
# Tooltip Extension
# ***************************************************************************************/	
	
a.wt_csstooltip {
    position: relative;
    z-index: 240;
	color: #686868;
    /*cursor: help;*/
}
a.wt_csstooltip:hover { 
	z-index: 250; 
	text-decoration: none; 
    background-color: #eee;
}
a.wt_csstooltip dfn {
	display: none;
	font-style: normal;
	z-index: 250; 
}
a.wt_csstooltip:hover dfn {
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
	width: 250px;
	height: 50px;
	overflow: hidden;
    color: white;
	font-weight: normal;
	background-image: url(/fileadmin/conject/administration/img/header_bg.jpg);
	background-color: #3668B1;
	z-index: 999999; 
	padding: 5px;
}	

	


p.abouttxt{text-indent:2em}
	
	
	
.csc-header .news_title{height:30px;line-height:30px;font-size:18px;text-align:center;}
	
.csc-header .news_info{float:right;height:20px;line-height:20px}

.csc-textpic-text h3{height:20px;line-height:20px;font-size:14px;margin:10px 0 5px 0;font-weight:bold;color:#EB8E07}
table.silco-vertrieb {
	width: 100%;
	}
	
td.silco-vertrieb {
	background-color: #ffffff;
	vertical-align: top;
	}

*html { background-image:url(about:blank);background-attachment:fixed;}
.wpa { position:fixed;top:50%; right:1px; height:330px; width:170px; margin-top:-100px; background:url(../images/chinaplas.gif) no-repeat 0 0; cursor:pointer;}

* html, * html body { background-attachment:fixed;}
* html .wpa{ position:absolute; top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight/2)); background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/chinaplas.gif");}