body {
  background-color: white;
  margin: 0;
  padding: 0;
  height: 99%; /* nicht 100%, denn sonst ist im Firefox ein Scrollbalken sichtbar */
  width: 100%;
  color: white;
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
}

a {
  color: white;
}

a img {
	border: none;
}

ul {
	padding:0px;
	margin:0px 0px 0px 20px;
	list-style-type:square;
}

#contents_normal ul {
	margin-bottom: 0.5em;
}

li {
	margin:0px 0px 0px 20px;
}

p {
	padding: 5px 0px;
}

h1, h2, h3, h4, h5, h6 {
	padding:0px 0px 10px 0px;
	margin:0px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

td {
  font-size: 12px;
}

fieldset {
	margin:0px 0px 10px 0px;
}

legend {
	font-weight:bold;
	color:white;
	padding:0px 5px 0px 5px;
}

fieldset div {
	padding:0px 0px 0px 10px;
}

.error {
	color:red;
	font-weight:bold;
	padding:5px 0px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
  .clearfix {display: block;}
/* End hide from IE-mac */

#abstand {
	height: 50%; 
	width: 100px;
  margin-bottom: -340px; 
	float: left; 
}

#root {
  text-align: left;
  /*border: 2px solid #39383e;*/
  border: 2px solid #334044;
  padding: 0;
  width: 980px;
  /*min-height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;*/
  background-color: white;
  /*margin: -340px 0 0 -490px; /* jeweils die Hälfte der Gesamthöhe und -breite */
  margin: 5px auto;
  clear: left;
  height: 600px;
}

#language {
  float: left;
  font-size: 12px;
  height: 23px;
  width: 195px;
  border: 0px solid black;
  background-color: #162752;
  border-bottom: 1px solid white;
  padding: 25px 20px 0px 0px;
  text-align: right;
}

* html #language {
  width: 215px;
  height: 48px;
}

.language_bottom {
  height: 100%;
  width: 0px;
  vertical-align: bottom;
}

#language a {
  text-decoration: none;
}

#language div {
  padding-top: 55px;
}

#logo {
  background-color: white;
  float: left;
  border-bottom: 1px solid white;
  padding: 0px;
  margin: 0px;

}

#logo .logo_href {
  display: block;
/*  height: 58px; damit hat ie probleme */
  padding: 0px;
  margin: 0px 0px 0px 0px;
  border: 0px solid red;
}

#logo .logo_href img {
	margin: 10px 15px 0px 20px;
	border: 0px solid red;
}

/* Menue 1 */
#menu-1 {
  float: left;
  border-bottom: 1px solid white;
  height: 48px;
  width: 555px;
  background-color: #162752;
  padding: 0px;
  margin: 0px;
}

ul.menu {
  margin: 0px;
  padding: 25px 0px 0px 10px;
  width: 555px; /* wichtig fuer Opera7 */
}

ul.menu a {
  display: block;
  text-decoration: none;
  padding: 0px 10px 0px 10px;
  margin: 0px;
  font-weight: normal;
  /* ie probleme ... height: 19px; /* wichtig, damit keine Luecke zwischen Menue1 und Menue2 ist */
/*  border-bottom: 1px solid white;*/
}

ul.menu a:hover {
  text-decoration: none;
  background-color: #445374;
}

ul.menu li {
  display: inline;
  list-style: none;
  /*height: auto;*/
  float: left;
  padding: 0px;
  margin: 0px;
}

/* Menue 2 */
ul.menu li ul {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  padding: 0px; /* important for ie */
  margin: 0px; /* important for ie */
}

ul.menu li ul li {
  float: none;
  padding: 0px; /* important for ie */
  margin: 0px; /* important for ie */
}

ul.menu li ul li a {
  background: url(/fileadmin/images/transparent.gif);
  filter: Alpha(opacity=90);
  color: white;
  display: block;
  width: 200px;
  font-size: 10px;
  font-weight: normal;
  border: 0px solid;
}

ul.menu li ul li a:hover {
  background: url(); /* overwrites gif in ie */
  /*filter: Alpha(opacity=100); don't uncomment this because of display bugs in ie */
  background-color: white;
  color: #162752;
  width: 200px;
}

ul.menu li ul li.submenu a {
}

ul.menu .submenu a:hover {
}

/* Menue 3 */
ul.menu li ul li.menu-3 a {
  font-size: 14px;
  padding-left: 20px;
}

ul.menu li ul li.menu-3 a:hover {
  font-size: 14px;
  padding-left: 20px;
}

/* correct a little IE bug */
* html .menu li li {
  display: inline;
}

/* for a mozilla better display with key nav */
div[id="menu-1"]>.menu li ul {
}

div[id="menu-1"]>.menu li ul li a {
  background: url(/fileadmin/images/transparent.png);
  color: white;
  display: block;
  text-decoration: none;
}

div[id="menu-1"]>.menu li ul li a:hover {
  background: url(); /* overwrites transparent png in firefox */
  background-color: white;
  color: #162752;
}

div[id="menu-1"]>.menu li ul li.submenu a {
  padding: 2px 0px 1px 10px;
  width: 200px;
  font-size: 13px;
}

div[id="menu-1"]>.menu li ul li.submenu a:hover {
  padding: 2px 0px 1px 10px;
}

div[id="menu-1"]>.menu li ul li.menu-3 a {
  padding: 2px 0px 1px 25px;
  width: 185px;
  font-size: 11px;
}

div[id="menu-1"]>.menu li ul li.menu-3 a:hover {
  padding: 2px 0px 1px 25px;
}


.contentframe {
  clear: both;
  padding: 0px;
  margin: 0px;
  height: 466px;
  width: 980px;
  overflow: hidden; /* firefox 1.0.8 rafft das nicht wenn ich das menü öffne...!? */
  /*background-color: #39383e;*/
  background-color: #334044;
	position:relative; /* for Browserhint */
}

.hint {
	position:absolute;
	top:100px;
	left:100px;
	z-index:200;
	background-color:#334044;
	width:800px;
	border:1px solid white;
	padding:5px 10px;
}

.content {
  clear: both;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  border: 0px solid yellow;
	width:100%;
}

.content input, select, textarea {
	border:1px solid white;
	background-color:#495559;
	color:white;
	margin:3px 5px 3px 0px;
	width:200px;
	font-family:Verdana,Arial;
	font-size:12px;
	padding:0px 0px 0px 3px;
	margin:0px;
}

.content a {
	color:white;
	text-decoration:underline;
	font-weight:normal;
}

.content a:hover {
	color:white;
}

.content .disabled {
	background-color:lightgray;
}

.content input.radio, input.checkbox {
	width:14px;
	border:0px solid white;
	background-color:#495559;
}

.content td {
	vertical-align:top;
}

.content td.left_handed {
	/*vertical-align:top;*/
}

#banner {
	width:1%; /* damit das Bild immer am rechten Rand ist, auch wenn der Text-Bereich keinen (oder wenig) Inhalt enthält) */
	vertical-align:top;
}

#banner DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	padding: 0px;
}

#banner div.csc-textpic-center div.csc-textpic-imagewrap {
	width:210px;
}

#page_home #banner div.csc-textpic-center div.csc-textpic-imagewrap {
	width:462px;
}

.contents {
	font-size: 12px;
	line-height: 150%;
	padding: 30px 10px 20px 20px; /* Abstand vom Content-Bereich zum rechten Rand usw. */
	margin:0px;
	height:416px;
	overflow: auto;
}

* html .contents {
	height:466px;
}

.csc-header h1,
.heading,
.csc-textpicHeader h1 {
  font-size: 100%;
  font-weight: normal;
	background-color:#1C2D30;
	padding:3px 10px 3px 15px;
	margin:10px 0px 5px 0px;
}

.csc-header a {
}

.csc-textpic-caption {
	font-size:90%;
}

#contents_normal p {
	padding: 0 0 0.5em 0;
	margin: 0;
}

.contents_2spaltig {
	font-size: 12px;
	line-height: 150%;
	padding: 0px 40px 0px 20px; /* Abstand vom Content-Bereich zum rechten Rand usw. */
	margin:0px;
	height:390px;
	overflow: auto;
}

.footer {
  clear: both;
  background-color: white;
  height: 85px;
  width: 980px;
}

.footer_left {
  float: left;
  padding: 10px 0 0 0;
  height: 70px;
  border: 0px solid black;
  color: #162752;
  font-weight: normal;
  font-size: 14px;
  width: 475px;
}

.footer_right {
  float: left;
  height: 55px;
  margin: 10px 0 3px 0;
  width: 500px;
  padding: 0px;
  background-image: url(/fileadmin/images/background.gif);
  background-repeat: repeat;
}

form {
  padding: 0px;
  margin: 0px;
}

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


div.tx-macinasearchbox-pi1 input, #login input {
  color: #162752;
  border: 1px solid #162752;
  font-size: 8pt;
  font-weight: normal;
  width: 150px;
  padding: 0px 0px 0px 2px;
  margin: 2px 0px 2px 0px;
	background-color:white;
}

div.tx-macinasearchbox-pi1, div#login {
	font-size: 8pt;
}

div.tx-macinasearchbox-pi1 a,
div#login a {
	color:#162752;
	text-decoration:underline;
}

div.tx-macinasearchbox-pi1 a:hover {
	text-decoration:underline;
}

.discreet a {
  color: #162752;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

#breadcrumbs {
  float: left;
  width: 480px;
  font-size: 8pt;
  font-weight: normal;
  color: #162752;
  padding: 0px 0 0 6px;
}

#breadcrumbs .no a {
  font-weight: bold;
  text-decoration: none;
  color: #616065;
}

#breadcrumbs .act {
  font-weight: bold;
  text-decoration: none;
  color: #162752;
}

#searchbox {
  /*background-color:red;*/
  height: 32px;
  padding: 5px 5px 0px 20px;
}

/* Search */
.search-title {
  font-size: 90%;
  font-weight: bold;
}

.search-metainfo {
  font-size: 70%;
}

#login {
  /*background-color:green;*/
  height: 55px;
  padding: 5px 90px 5px 20px;
  float: right;
}

#additional_links {
  /*background-color:yellow;*/
  /*height: 9px;*/
  padding: 0px 5px 4px 20px;
}

#footer a {
    color: white;
    text-decoration: underline;
}

/***** Typo3 css styled content *****/

/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 2px solid white;
	padding: 0px 0px;
}

/* Abstand Bild - Text, wenn Bild links von Text */
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-text {
	padding-left: 20px;
}

/* Abstand Bild - Text, wenn Bild rechts von Text */
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-text {
	padding-right: 20px;
}

/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 0px;
	padding-left: 20px;
}

/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 0px;
	padding-right:20px;
}

/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	padding-left: 20px;
}

/* DL: This will place the images side by side --- wichtig für zentrierte Bilder! */
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image {
	float: none;
	display:inline;
	position:relative;
	height:1px; /* IE fix */
}
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image DIV { float: none; display:inline; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image DIV.csc-textpic-caption { float: none; position:absolute; bottom:-8px;left:0px; }


DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image DIV.csc-textpic-caption DIV.csc-textpic-caption { float: none; position:relative;padding:0px;margin:0px; }
DIV.csc-textpic-right DIV.csc-textpic-imagewrap DIV.csc-textpic-image DIV.csc-textpic-caption DIV.csc-textpic-caption,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap DIV.csc-textpic-image DIV.csc-textpic-caption DIV.csc-textpic-caption,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap DIV.csc-textpic-image DIV.csc-textpic-caption DIV.csc-textpic-caption {
	padding-left:20px;
}

/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 20px; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 20px; display: block; }
DIV.csc-textpic DIV.csc-textpic-imagerow { margin-bottom: 20px; clear: both; }
/* IE Fix */
* HTML DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
* HTML DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 10px; display: block; }
* HTML DIV.csc-textpic DIV.csc-textpic-imagerow { margin-bottom: 10px; clear: both; }

/* DIV: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: none; }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: center; /* Remove IE-hack */ }


/***** FAQ EXTENSION *****/

.tx-irfaq-pi1 dt {
	background-color:#1C2D30;
	padding:3px 10px 3px 28px;
	margin:20px 0px 0px 0px;
	width:90%;
	clear:both;
}

.tx-irfaq-pi1 dt p {
	font-weight:normal;
}

.tx-irfaq-pi1 dd {
	background-color:#495559;
	width:90%;
	float:left;
	padding:5px 10px 5px 28px;
	margin:0px 0px 20px 0px;
}

.tx-irfaq-pi1 dd p {
}

.tx-irfaq-pi1 dd div.additional-info {
	border:0px solid black;
}

.faq_display_none {
	display:none;
}

/***** overview of Pagette products *****/
.tx-pfproductsoverview-pi1 img {
	/*background-color:#39383e;*/
	background-color:#334044;
	padding:0px 0px 0px 0px;
}

.tx-pfproductsoverview-pi1 .csc-header {
}

.tx-pfproductsoverview-pi1 .news-list-container {
	float:left;
	width:250px;
	padding:0px 0px 0px 0px;
	margin:0px;
}

.tx-pfproductsoverview-pi1 .news-single-item h2 {
	margin:20px 0px 5px 0px;
}

.list-item {
	padding:3px;
	margin:0px 0px 0px 0px;
	border: 0px solid white;
}

.list-item a {
	text-decoration:none;
	text-transform:uppercase;
}

.list-item a:hover {
	text-decoration:none;
	text-transform:uppercase;
	color:#616065;
}

.list-item h3 {
	padding:0px;
	margin:0px 0px 0px 0px;
	font-size:12px;
}

select.pagette_colors_selectbox {
	width: 120px;
}

/***** tt_news EXTENSION *****/

#page_fasteners .news-list-item, #page_toiletseatsoverview .news-list-item, #page_toilettanks .news-list-item, #page_accessory .news-list-item, #page_tenders .news-list-item {
	border: 0px solid white;
}

#page_news .news-list-container {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px;
}

.news-list-item {
	padding:3px;
	margin:0px 0px 15px 0px;
	border: 0px solid white;
	background-color:#495559;
}

.news-list-item h3 {
	padding:0px;
	margin:0px 0px 5px 0px;
	font-size:12px;
}

.news-list-item a {
	text-decoration:none;
	text-transform:normal;
}

.news-list-item img {
	margin:0px 10px 0px 0px;
}

.news-list-container a {
	color:white;
	text-decoration:none;
}

.news-single-item {
	margin:0px 0px 0px 250px;
}

.news-single-item-start {
	margin:0px 0px 0px 0px;
}

.news-single-item p {
	margin: 0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}

.news-single-item h2 {
	margin:0px 0px 5px 0px;
}

.news-single-item a:hover {
	color:#616065;
}

.news-single-img {
	float:right;
	padding:0px 0px 10px 20px;
}

.news-single-img img {
	border:1px solid white;
}

.news-single-imgcaption {
	margin:0px;
	padding:0px;
	font-size:10px;
}

.news-single-additional-info {
	margin: 0px;
	padding:0px;
}

.news_content_display_none {
	display:none;
}

/***** Kontakt *****/

#page_contact table td {
	vertical-align:top;
}

.csc-mailform div {
}

.csc-mailform label {
	clear:both;
	float:left;
	width:150px;
}

.csc-mailform input, textarea {
	float:left;
	width:200px;
	margin:2px 0px 2px 0px;
}

.csc-mailform select {
	float:left;
	width:200px;
}

.csc-mailform .csc-mailform-submit {
	margin:10px 0px 0px 150px;
	clear:both;
}

/***** Kontaktformular Mailformplus *****/

.tx-thmailformplus-pi1 fieldset {
	border:0px solid;
}

.tx-thmailformplus-pi1 fieldset div {
	float:left;
	padding:0px 5px 10px 0px;
}

.tx-thmailformplus-pi1 label {
	display:block;
}

.tx-thmailformplus-pi1 fieldset div div.error {
	float:none;
	padding:0px;
}

.tx-thmailformplus-pi1 .field_message,
.tx-thmailformplus-pi1 .field_upload,
.tx-thmailformplus-pi1 .field_submit {
	clear:both;
}

.tx-thmailformplus-pi1 .field_captcha img {
	clear:both;
	float:left;
}

/* Formulare */


/***** Kontaktformular *****/

div.form fieldset {
	width: 330px;
	margin: 0px 20px 10px 0px;
	padding: 5px 0px 5px 5px;
	float: left;
}

div.form legend {
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	font-weight:bold;
}

div.form fieldset label {
	width: 95px;
	clear:both;
	float: left;
	margin: 0 0 6px 0;
	padding:0px 0px 0px 10px;
}

* html div.form label {	/*IE Fix*/
	display: inline;
	float: none;
}

div.form select, div.form input {
	float: left;
	margin: 0px 0px 0px 0px;
	padding:0px;
}

* html div.form select, * html div.form input {
	float:none;
}

div.form textarea {
	width:300px;
}

/* additional for captcha */

div.form .getme {
	clear: both;
}

div.form .getme label {
	display: none;
}

div.form .getme input {
	clear:both;
}

div.form fieldset#captcha input {	
	width:160px;
	margin-right:10px;
	margin-left:10px;
}

div.form fieldset#captcha label {	
	width:auto;
}

/*** Checkboxes ***/

div.form .check input {
	width: 14px;
	background: none;
	border: none;
	margin: 2px 10px 4px 10px;
}
div.form .check label {
	text-align: right;
	width: 115px;
}
div.form .check {
	float: left;
}

/*** Radio Buttons ***/

div.form fieldset legend {
	color:white;
}

div.form fieldset fieldset input {
	width: 14px;
	margin-right: 8px;
	background: none;
	border: none;
	float: left;
}

div.form fieldset fieldset {
	margin: 0;
	width: 180px;
	padding-left: 100px;
	
}

* html div.form fieldset fieldset {	/*IE Fix*/
	width: 280px;
	
}

div.form fieldset fieldset legend {
	margin: 0;
	display: none;
}

div.form fieldset fieldset label {
	width: 40px;
	display: block;
	float: left;
	margin: 0 0 4px 0px;
}

* html div.form fieldset fieldset label {	/*IE Fix*/
	display: inline;
	/*float: none;*/
}


/***** Broschüren *****/

#page_brochures .submit {
	float: left;
	padding:10px 0px 0px 0px;
}

.tx-mitdownload-pi1 {
}

.tx-mitdownload-pi1 a {
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
}
.tx-mitdownload-pi1 a:hover {
	color:#445374;
	text-decoration:none;
}

.tx-mitdownload-pi1 .download_icon {
	width:25px;
}

.tx-mitdownload-pi1 .download_title {
	padding:0px 30px 0px 0px;
}

.tx-mitdownload-pi1 .download_info {
}

.tx-mitdownload-pi1 .download {
	float: left;
	width: 315px;
	height: 200px;
	margin: 0 20px 20px 0;
}

.tx-mitdownload-pi1 .download .img {
	float: left;
	margin: 0 12px 8px 0;
}

.tx-mitdownload-pi1 .download .text p {
	font-size: 80%;
	padding: 0;
	margin: 8px 0 0 0;
}

.tx-mitdownload-pi1 .download .link {
	clear: left;
}

.tx-mitdownload-pi1 .download .link img {
	vertical-align:top;
}

.tx-mitdownload-pi1 .download input {
	width: 16px;
	border:0px solid white;
	background-color:#334044;
}


/***** Linklist *****/

.tx-bhlinks-pi1 {

}


.tx-bhlinks-pi1 .image {
float:left;
width:100px;
}
.tx-bhlinks-pi1 .description {
float:left;

}

/***** Farbliste *****/

.contents_colors {
	border: 0px solid white;
	border-collapse:collapse;
}

.contents_colors td {
	border: 1px solid white;
	padding:2px 3px 2px 3px;
	text-align:center;
}

/***** Befestigungen *****/

#page_fasteners .csc-header h1 {
	margin:0px 0px 5px 0px;
}

#page_fasteners table.htmlarea-showtableborders {
	padding:0px;
	margin:0px;
}

#page_fasteners table.htmlarea-showtableborders td {
	border:1px solid white;
	padding:0px 5px 0px 5px;
}

#page_fasteners table.htmlarea-showtableborders ul {
	padding:0px;
	margin:0px;
}

/* kein Rahmen um Bilder der Befestigungsarten */
/*
#page_fasteners .tx-kbconttable-pi1 img {
	border:0px solid white;
	margin:0px 0px 10px 0px;
}
*/

#page_fasteners .tx-kbconttable-pi1 p {
	padding: 0px 10px 5px 10px;
	margin:0px;
}

#page_fasteners .tx-kbconttable-pi1 table tr td {
	padding:0px 0px 5px 0px;

}

/***** Karte der Vertreter *****/

.map {
	position:relative;
	color:black;
	font-size:10px;
	margin:0px 0px 0px 0px;
}

.map img.square {
	margin: 0px 5px 0px 5px;
}

.map a {
	color:black;
	text-decoration:none;
}

/***** Sitemap *****/

/***** PDF Link *****/

#pdf {
	float:right;
}

/***** Registrierung *****/

.tx-srfeuserregister-pi1-password {
  width: 100px !important;
}

.tx-srfeuserregister-pi1 dd {
  width: auto;
}

/***** Produkte Auflistung *****/
/*
.seats-list-container {
	float:left;
	width:250px;
	height:360px;
	padding:0px;
	margin:0px;
}

.seats-list-item h3 {
	padding:0px;
	margin:0px 0px 5px 0px;
	font-size:12px;
}

.seats-list-item a {
	text-decoration:none;
	text-transform:uppercase;
}

.seats-list-container a:hover {
	color:#616065;
}

.seats-list-item {
	padding:0px;
	margin:0px;
}

.seats-single-item p {
	margin: 0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}

.seats-single-item h2 {
	margin:0px 0px 5px 0px;
}

.news-single-img {
	float:right;
	padding:0px 0px 10px 20px;
}

.news-single-img img {
	border:1px solid white;
}

.news-single-imgcaption {
	margin:0px;
	padding:0px;
	font-size:10px;
}

.news-single-additional-info {
	margin: 0px;
	padding:0px;
}
*/

/***** Extension kb_nescefe *****/

.tx_kbnescefe_pi1 {
	margin: 0 0 1em 0;
}

.tx_kbnescefe_pi1-3cols .col {
	width: 33%;
	float: left;
}

.tx_kbnescefe_pi1-2cols .col {
	width: 50%;
	float: left;
}

#page_fasteners .tx_kbnescefe_pi1 .col .csc-header,
#page_fasteners .tx_kbnescefe_pi1 .col .csc-textpic {
	background-color: #495559;
}

#page_fasteners .tx_kbnescefe_pi1 .col .csc-textpic {
	padding: 0 1em 1em 1em;
}

#page_fasteners .tx_kbnescefe_pi1 .col ul {
	margin-left: 0;
}

#page_fasteners .tx_kbnescefe_pi1 .col {
	width: 340px;
}

#page_fasteners .tx_kbnescefe_pi1 .col-left {
	margin-right: 30px;
}

#page_fasteners div.csc-textpic-left div.csc-textpic-imagewrap {
	float: none;
}