/* ################ START Definition OVERALL ################# */

* {
	font-family:Arial, Verdana, Helvetica;
	font-size: 13px;
	color:#000000;
	margin:0px;
	padding:0px;
	border:0px;
}

A:link {color: #003399; text-decoration: underline;}
A:visited {color: #003399; text-decoration: underline;}
A:active {color: #666666; text-decoration: underline;}
A:hover {color: #666666; text-decoration: underline;}

input {
	border:solid 1px #B1B1B1;
	position:relative;
}

input[type="checkbox"] {
	border:solid 1px #FFFFFF;
}

p{
	padding-bottom:20px;	
}

p.bodytext{
	padding-bottom:15px;
}

hr{
	clear:both;
	border-top:1px solid #cccccc;
	height:1px;
	margin-bottom:15px;
	position:static;
	width:100%;
}

label{
	padding-right:10px;	
}

h1 {
	font-size:22px;
	color: #000000;
	font-weight:bold;
	line-height:16px;
	padding-bottom:14px;
}

h2 {
	font-size:14px;
	color: #000000;
	font-weight:bold;
	padding-bottom:10px;
}

h3 {
	font-size:16px;
	color: #000000;
	padding-bottom:10px;
}

h4 {
	font-size:14px;
	color: #000000;
	padding-bottom:10px;
}

h5 {
	font-size:13px;
	color: #000000;
	padding-bottom:10px;
	font-style:italic; 
}

h6 {
	font-size:11px;
	color: #000000;
	padding-bottom:10px;
}

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

img{
	border:none;	
}

td{
	vertical-align:top;	
}

/* ################ END Definition OVERALL ################# */

/* ################ START Definition LAYOUT ################# */

.clearfix:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0;
}
 
.clearfix {
      display: inline-block;
}
 
html[xmlns] .clearfix {
      display: block;
}
 
* html .clearfix {
      height: 1%;
}

/*----------------------------- TOP ------------------------------- */

#topbg_left{
	display:none;
}

#topbg_right{
	display:none;
}

div.clear{
	display:none;
}

#topbounding{
	display:none;
}

/*----------------------------- TOP ------------------------------- */



/*----------------------------- HEADER ------------------------------- */

#headerbounding{
	height:77px;
	position:relative;
	padding:0px 10px;
}

#headerbounding #headerleft{
	display:none;
}

#headerbounding #headerright{
	height:77px;
	float:left;
	position:relative;
}

#headerbounding #headerright div.logo{
	width:187px;
	height:41px;
	left:10px;
	top:25px;
	position:absolute;
}

#headerbounding #headerright div.search{
	display:none;
}

#headerbounding #headerright div.search div.searchform{
	display:none;
}

#headerbounding #headerright div.search input.searchfield{
	display:none;
}

#headerbounding #headerright div.search input.searchbutton{
	display:none;
}

/*----------------------------- HEADER ------------------------------- */


/*----------------------------- CONTENT BEREICH ------------------------------- */
	
#contentbounding{
	position:relative;
	padding:0px 1px 0px 10px;
}

#contentbounding div.left{
	display:none;
}

#contentbounding div#right_shadow_left{
	width:752px;
	background-image: url('../images/shadow_contentright_left.png');
	background-repeat: repeat-y;
}

#contentbounding div#right_shadow_right{
	width:752px;
	background-image: url('../images/shadow_contentright_right.png');
	background-repeat: repeat-y;
	background-position:741px 0px;
}

#contentbounding div#right_content{
	background-color:#FFFFFF;
	width:732px;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	min-height:640px;
	margin-left:7px;
	position:relative;
}

#contentbounding div#right_content div#content{
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat-x;
	min-height:300px;
	padding:33px 21px 0px 21px;
}

#contentbounding div#right_content div#content div.teasercontent{
	background-image: url('../images/teasercontent_bg.gif');
	background-repeat: repeat-x;
	background-position:0px 22px;
	width:690px;
	padding-bottom:20px;
}

#contentbounding div#right_content div#content div.teasercontent div.csc-textpic-imagewrap{
	float:left;
	padding:3px 20px 0px 0px;
}

#contentbounding div#right_content div#content div.teasercontent div.textwrap h2{
	padding-bottom:15px;
}

#contentbounding div#right_content div#content div.teasercontent div.textwrap{
	
}

#contentbounding #shadow_bottom{
	width:972px;
	height:60px;
	margin: 0 auto;
	position:relative;
	background-color:#FFFFFF;
}

#contentbounding #shadow_bottom #shadow_left{
	background-image: url('../images/shadow_contentright_left_bottom.gif');
	background-position:right top;
	background-repeat:no-repeat;
	width:218px;
	height:40px;
	float:left;
}

#contentbounding #shadow_bottom #shadow_right{
	background-image: url('../images/shadow_contentright_right_bottom.gif');
	background-position:right top;
	background-repeat:no-repeat;
	width:743px;
	height:40px;
	float:left;
}

#contentbounding div#right_content div.catitem{
	width:218px;
	padding:0px 12px 30px 0px;
	cursor:pointer;
	float:left;
}

#contentbounding div#right_content div.catitem span.title{
	color:#003399;
	font-size:14px;
	font-weight:bold;
	background-image: url('../images/news_titel_icon.gif');
	background-repeat: no-repeat;
	background-position:0px 5px;
	padding:0 0 3px 12px;
	float:left;
}

#contentbounding div#right_content div.catitem span.title a{
	text-decoration:none;
}

#contentbounding div#right_content div.catitem span.description{
	background-image: url('../images/news_teaser_bg.gif');
	background-repeat: repeat-x;
	background-position:0px 0px;
	padding:13px;
	font-size:13px;
	font-color:#000000;
	float:left;
}

#contentbounding div#right_content div.productitem{
	background-image:url(../images/content_element_gradient.gif);
	background-position:0 22px;
	background-repeat:repeat-x;
	padding-bottom:20px;
	width:100%;
}

#contentbounding div#right_content div.productitem div.pic{
	margin-right:19px !important;
	padding-top:3px;
	clear:both;
	float:left;
	width:218px;
}

#contentbounding div#right_content div.productitem div.text{
	margin-left:237px;
}

a.pdf-link{
	background-image: url('../images/pdf_icon.gif');
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:23px;
	float:left;
	margin-bottom:4px;
	width:100%;
}
/*----------------------------- CONTENT BEREICH ------------------------------- */


/*----------------------------- FOOTER BEREICH ------------------------------- */

#footerbounding{
	display:none;
}

/*----------------------------- FOOTER BEREICH ------------------------------- */

/* ################ END Definition LAYOUT ################# */



/* ################ START Definition CONTENT ELEMENTE ################# */
div.csc-frame-frame1 div.gradient{
	background-image: url('../images/content_element_gradient.gif');
	background-repeat:repeat-x;
	background-position:0px 22px;
}

div.csc-frame-frame1 div.gradient div.csc-textpic-imagewrap{
	padding-top:3px;
	margin-right:19px !important;
}

div.csc-frame-frame1 div.gradient h3{
	font-size:14px;
	font-weight:bold;
	font-color:#000000;
	padding-bottom:25px;
}

div.csc-frame-frame1 div.gradient div.csc-textpic h3{
	padding-bottom:15px;
}

div.csc-frame-frame1 div.gradient div.csc-textpic{
	padding-bottom:20px;
	width:100%;
}

div.csc-frame-frame1 div.gradient div.csc-textpic-text p{
	padding:0px;	
}

div.csc-textpic{
	float:left;
	clear:both;
	/*width:390px;*/
	padding-bottom:10px;	
}

a.link-rot{
	color:#e70000;
	text-decoration:none;
}

a.link-rot:hover{
	color:#666666;
}

h4.titel-with-line{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	padding-bottom:6px;
}

.titel-ch, .titel-de, .titel-at, .titel-be, .titel-cn, .titel-fi, .titel-fr, .titel-gr, .titel-it, .titel-lu, .titel-nl, .titel-pe, .titel-pt, .titel-kr, .titel-es, .titel-se, .titel-tw{
	background-image: url('../images/flag_switzerland.png');
	background-repeat:no-repeat;
	background-position:top right;
}

.titel-de{
	background-image: url('../images/flag_germany.png');	
}

.titel-at{
	background-image: url('../images/flag_austria.png');
}

.titel-be{
	background-image: url('../images/flag_belgium.png');
}

.titel-cn{
	background-image: url('../images/flag_china.png');
}

.titel-fi{
	background-image: url('../images/flag_finland.png');
}

.titel-fr{
	background-image: url('../images/flag_france.png');
}

.titel-gr{
	background-image: url('../images/flag_greece.png');
}

.titel-it{
	background-image: url('../images/flag_italy.png');
}

.titel-lu{
	background-image: url('../images/flag_luxembourg.png');
}

.titel-nl{
	background-image: url('../images/flag_netherlands.png');
}

.titel-pe{
	background-image: url('../images/flag_peru.png');
}

.titel-pt{
	background-image: url('../images/flag_portugal.png');
}

.titel-kr{
	background-image: url('../images/flag_south_korea.png');
}

.titel-es{
	background-image: url('../images/flag_spain.png');
}

.titel-se{
	background-image: url('../images/flag_sweden.png');
}

.titel-tw{
	background-image: url('../images/flag_taiwan.png');
}

table.with-border {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}

table.with-border td {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
	padding:1px;
}

table.with-border td p, table.with-border th p{
	padding-bottom:0px;	
}

/* ################ START Definition  Searchengine ################# */
div.tx-indexedsearch-rules{
	clear:both;
	float:left;
	position:relative;
}

#search_engine_rules{
	display:none;
	border:1px solid #CCCCCC;
	float:left;
	padding:10px;
	position:relative;
	background-image: url(../images/close_icon.gif);
	background-repeat: no-repeat;
	background-position:right top;
	margin-bottom:15px;
	cursor:pointer;
}

div.tx-indexedsearch div.tx-indexedsearch-whatis {
	clear:both;
	margin-top:25px;
}

div.tx-indexedsearch-browsebox{
	padding-bottom:20px;	
}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	margin-top:5px;
	margin-bottom:5px;
}
/* ################ END Definition  Searchengine ################# */

/* ################ START Definition  sitemap ################ */
div.csc-sitemap{
	margin:0px;
	padding:0px;
	border:0px;
	text-align:left;
	width:350px;
	float:left;
}

div.csc-sitemap > ul{
	margin:0px;
	padding:0px;
	border:0px;
	padding-left:0px;
	margin-left:0px;
	list-style:none;
}

div.csc-sitemap > ul > li{
	margin:0px;
	padding:0px;
	border:0px;
	padding-left:0px;
	margin-left:0px;
	font-weight:bold;
	font-size:10px;
	background-image:none;
	width:170px;
	/*height:150px;
	float:left;*/
}

div.csc-sitemap > ul > li > a, div.csc-sitemap > ul > li > ul a{
	text-decoration:none;
	color:#5A5A5A;
}

div.csc-sitemap > ul > li > ul{
	margin:0px;
	padding:0px;
	border:0px;
	float:inherit;
	list-style:none;
	padding-top:5px;
	padding-bottom:15px;
	float:none;
}

div.csc-sitemap > ul > li > ul > li{
	margin:0px;
	padding:0px;
	border:0px;
	float:inherit;
	font-weight:normal;
	padding-left:10px;
	float:none;
}

div.csc-sitemap > ul > li > ul > li > ul{
	margin:0px;
	padding:0px;
	border:0px;
	float:inherit;
	list-style:none;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:5px;
}
/* ################ END Definition  sitemap ################ */

/* START Definition für formulare */
fieldset.csc-mailform {
border: none;
}
fieldset.csc-mailform div.csc-mailform-field {
clear: both;
}
fieldset.csc-mailform label {
display: block;
width: 100px;
float: left;
padding-top: 3px;
}
fieldset.csc-mailform input,fieldset.csc-mailform textarea {
width: 250px;
border: 1px solid #CCCCCC;
margin: 1px 0px;
padding: 1px 2px;
}
fieldset.csc-mailform input.csc-mailform-submit,fieldset.csc-mailform input.csc-mailform-check {
width: auto;
border: none;
}

fieldset.csc-mailform input.csc-mailform-submit{
	background-color:#C3C3C3;
	border: 1px solid #5A5A5A;
	margin-left:110px;
	margin-top:10px;
}
/* END Definition für formulare */
