/* ---------------------
File: style.css - Stylesheet Gildeclowns
Author: Nicolas Sell <nicolas.sell@contenit.de>
Date: 12-08-2008
--------------------- */

@media screen {
/* start media screen*/

body {
	padding: 0;
	color: #333;
	margin: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bodytext {
  padding-left: 0.8em; /* Padding, weil Text komplett am linken Rand */
	font-size: 11px;
}

/* DESIGN START */
div.site {
	width: 96em;
	line-height: 1.5em;
	color: #333;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -48em;
}

div.site div.header {
	height: 12.3em;
}

div.site div.header div.logo {
	width: 15em;
	float: left;
	height: 11.3em;
	text-align: center;
	padding-top: 1em;
	background-color: #FFF;
}

div.site div.header div.header_right {
	width: 81em;
	height: 12.3em;
	float: right;
}

div.site div.header div.header_right div.background {
	height: 3em;
	background-color: #FFF;
}

div.site div.header div.header_right div.languages_shortcuts {
	height: 3em;
	background-color: #CCCCCC;
}

div.site div.header div.header_right div.languages {
	height: 3em;
	background-color: #FFF;
	width: 45em;
	float: left;
}

div.site div.header div.header_right div.shortcuts {
	height: 3em;
	background-color: #FFF;
	width: 36em;
	float: left;
}

div.site div.header div.header_right div.mainnavigation {
	height: 6.3em;
	width: 81em;
	background-color: #FFF;
	position: absolute;
}

div.site div.headliner {
	height: 4em;
}

div.site div.spacer {
	height: 2.3em;
	background-color: white;
}

div.site div.content {
	min-height:64em;
	height: auto !important;
	height: 64em;
	width: 96em;
	background-color: #FFF;
}

/* DESIGN END */

/* MISC STYLES START */
h1 {
	margin : 0;
	padding: 0.8em;
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
}

h3 {
	margin : 0;
	padding: 0.8em 0.8em 0em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	color: #DF0025;
}

h4 {
}

.text_normal {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333;
}

.text_wichtig {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333;
	font-weight: bold;
}

a, a:link, a:visited, a:active, a:hover {
	/*font-size: 1.1em;*/
	line-height: 1.5em;
	color: #E24D01;
	text-decoration: none;
}

.bodytext a, .bodytext a:link, .bodytext a:visited, .bodytext a:active, .bodytext a:hover {
	font-size: 1em;
	line-height: 1.5em;
	color: #E24D01;
	text-decoration: none;
}

img {
	border: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

/*SUCKERFISH START*/

/* + SUBNAVIGATION + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

div.mainnavigation, div.mainnavigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div.mainnavigation a {
	display: block;
	width: auto;	
}

div.mainnavigation li {
	float: left;
	width: auto;
}

div.mainnavigation ul li ul {
	position: absolute;
	left: -999em;
	margin-left: -1.2em;
}

div.mainnavigation ul li:hover ul {
	left: 15em;
	float: left;
	width: auto;	
	margin: 0;
	background-color: #fff;
}

div.mainnavigation ul li:hover ul, div.mainnavigation ul li.sfhover ul {
  width: auto;
  left: auto;
  height: 3.4em;	
}

div.mainnavigation ul li ul li {
  margin-left: 0.6em;
  margin-right: 0.6em;
}

.subnavi-level2-normal a {
  color: #999999;
}

.subnavi-level2-active a {
  color: #000;
}

* html .subnavi-level2-normal a:visited {
 color: #999;
}

* html .subnavi-level2-active a:visited {
 color: #000;
}

.subnavi-level2-normal a:hover {
  color: #333;
}

  /* Einzelne Menuepunkte anhand der Uid - START */
  
  div.mainnavigation ul li.mainnavigation_menupointid_4:hover ul { left: 13.5em; }
  div.mainnavigation ul li.mainnavigation_menupointid_3:hover ul { left: 22em; }
  div.mainnavigation ul li.mainnavigation_menupointid_40:hover ul { left: 39.3em; }
  
  * html div.mainnavigation ul li.sfhover ul { left: 1em; }
  * html div.mainnavigation ul li.mainnavigation_menupointid_4 ul { margin-left: 12em; }
  * html div.mainnavigation ul li.mainnavigation_menupointid_3 ul { margin-left: 19.4em; }
  * html div.mainnavigation ul li.mainnavigation_menupointid_40 ul { margin-left: 37.7em; }        
   
   
   
  /* Französisch */ 
  div.mainnavigation ul li.mainnavigation_menupointid_4.lang_4 ul { margin-left:55px; }
  div.mainnavigation ul li.mainnavigation_menupointid_3.lang_4 ul { margin-left:27px; }
  div.mainnavigation ul li.mainnavigation_menupointid_40.lang_4 ul { margin-left:78px; }
 
  * html div.mainnavigation ul li.lang_4 ul { padding-left:42px; }         
  
  
  /* Niederländisch */ 
  div.mainnavigation ul li.mainnavigation_menupointid_4.lang_3:hover ul { left: 16.9em; }
  div.mainnavigation ul li.mainnavigation_menupointid_3.lang_3:hover ul { left: 28.2em; }
  div.mainnavigation ul li.mainnavigation_menupointid_40.lang_3:hover ul { left: 54.3em; }
  
  /* Englisch */  
  div.mainnavigation ul li.mainnavigation_menupointid_40.lang_2:hover ul { left: 42.4em; }
    
  /* Einzelne Menuepunkte anhand der Uid - ENDE */
       


/* + SUCKERFISH ENDE + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

/*SHORTCUTS*/
#shortcuts {
	text-align: right;
	font-size: 9px;
}

ul#shortcuts {
  margin: 0;
  padding: 0 1em 0 0;
  line-height: 3em;
}  	

#shortcuts li {
	list-style-image: none;
	display: inline;
	margin: 0 0 0 0.8em;
}

#shortcuts li a:link, #shortcuts a:visited {
	color: #999;
}

#shortcuts li a:hover {
	color: #333;
}

#shortcuts #shortcutscurrent a {
	color: #333;
}

#subnavigation {
	margin: 0;
	padding: 0;
}

#subnavigation ul {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
}

#subnavigation a {
	color: #999;
}

#subnavigation a:hover {
	color: #333;
}

.menu-level1 li {
	margin:0.2em 0 0.2em 1em;
}

#subnavigation li.menu-level1-current-active a {
	color: #333;
}

#subnavigation li.menu-level1-current-active-with-subpage-active a {
  color: #333;
}

#subnavigation li.menu-level1-current-active-with-subpage-active ul.menu-level1 li a {
  color: #999;
}

#subnavigation li.menu-level1-current-active-with-subpage-active ul.menu-level1 li.menu-level2-current-active a {
  color: #333;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.tx-macinasearchbox-pi1 {
	text-align: right;
	padding-right: 1em;
	line-height: 2.3em;
}

input.searchimage {
	margin: -4px 0 0 0;
	vertical-align: middle;
}

/*HACKS iE6 START*/
* html body input.searchimage {
	margin: -5px 0 0 0;
}

* html body .tx-macinasearchbox-pi1 {
	margin-top: 2px;
}
/*HACKS IE6 ENDE*/


/*HACKS IE7 START*/
* + html input.searchimage {
	margin: -5px 0 0 0;
}
/*HACKS IE7 ENDE*/


/*tt_news*/

.news-list-container {
 /*padding-left: 1em;*/
}

.news-latest-item {
	padding: 0 1em 2em 1em;
}

.news-latest-item p.bodytext {
	padding: 0;
	margin-bottom: 0;
}

.news-latest-morelink {
	padding: 0;
	margin: 0;
}

.news_list_newsitem_1 {
 background-color: #FFEBBF;
 height: 12.4em;
 width: 98%;
}

.news-list-morelink {
 margin-left: 34%; 
}

.news_list_newsitem_2 {
 background-color: #FFF5DF;
 height: 12.4em;
 width: 98%;
}

.news-list-item {
	margin: 0;
}

* html .news_list_newsitem_1, * html .news_list_newsitem_2 {
 height: 12.8em;
}

* + html .news_list_newsitem_1, * + html .news_list_newsitem_2 {
 height: 13em;
 margin-bottom: 0.6em;
}

.news-list-item h3 a {
	font-size: 1em;
}

.news-list-item .bodytext {
	padding: 0 1em 0 0;
}

.news_list_image {
	padding: 0.75em 2em 1em 0.75em;
	float: left;
	width: 14em;
}

.news-single-item {
	padding: 0 0 0 0;
}

.news-single-backlink {
	padding: 0 0 0 1em;
}

.news_single_image {
	padding: 0 2em 1em 1em;
}

.news_list_clearer {
	clear: both;
	padding: 0.38em;
}

.tx-ttnews-browsebox {
	padding: 0 0 0 0;
	color: #E24D01;
}

.tx-ttnews-browsebox strong {
 font-size: 1.1em;
}

.tx-ttnews-browsebox a {
	color: #E24D01;
	font-size: 1.1em;
}

/* Formular: Kontaktformular */

.tx-powermail-pi1 {
	margin: 0 0 0 1em;
}

.tx-powermail-pi1_formwrap_146, .tx-powermail-pi1_formwrap_1458, .tx-powermail-pi1_formwrap_1457, .tx-powermail-pi1_formwrap_1456 {
  background-color: #FFF5DF;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.tx-powermail-pi1_formwrap_146 fieldset, .tx-powermail-pi1_formwrap_1458 fieldset, .tx-powermail-pi1_formwrap_1457 fieldset, .tx-powermail-pi1_formwrap_1456 fieldset {
  margin: 0;
  padding: 0;
}

.tx-powermail-pi1_formwrap_146 legend, .tx-powermail-pi1_formwrap_1458 legend, .tx-powermail-pi1_formwrap_1457 legend, .tx-powermail-pi1_formwrap_1456 legend {
  background-color: #FFE19E;
  color: #E24D01;
  display:block;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:1.5em;
  font-weight:bold;
  height:auto;
  margin: 0 -0.45em 0.45em -0.45em;
  padding:0.45em 30.2em 0.45em 0.45em;
}

.tx-powermail-pi1_formwrap_146 label, .tx-powermail-pi1_formwrap_1458 label, .tx-powermail-pi1_formwrap_1457 label, .tx-powermail-pi1_formwrap_1456 label {
  padding: 0.7em;
  font-size: 1.1em;
  line-height: 0.7em;
  float: left;
  clear: both;
}

.tx-powermail-pi1_formwrap_146 div, .tx-powermail-pi1_formwrap_1458 div, .tx-powermail-pi1_formwrap_1457 div, .tx-powermail-pi1_formwrap_1456 div {
  width: 52em;
}

.tx-powermail-pi1_formwrap_146 p, .tx-powermail-pi1_formwrap_1458 p, .tx-powermail-pi1_formwrap_1457 p, .tx-powermail-pi1_formwrap_1456 p {
  padding: 0.7em;
  font-size: 1.1em;
  line-height: 0.7em;
  float: left;
  clear: both;
}

.tx-powermail-pi1_formwrap_146 input[type=text], .tx-powermail-pi1_formwrap_146 input[type=password], .tx-powermail-pi1_formwrap_146 select, .tx-powermail-pi1_formwrap_1458 input[type=text], .tx-powermail-pi1_formwrap_1458 input[type=password], .tx-powermail-pi1_formwrap_1458 select, .tx-powermail-pi1_formwrap_1457 input[type=text], .tx-powermail-pi1_formwrap_1457 input[type=password], .tx-powermail-pi1_formwrap_1457 select, .tx-powermail-pi1_formwrap_1456 input[type=text], .tx-powermail-pi1_formwrap_1456 input[type=password], .tx-powermail-pi1_formwrap_1456 select {
  float: right;
  clear: right;
  width: 24em;
  vertical-align: top;
  border: 1px solid #c6c5c6;
}

.tx-powermail-pi1_formwrap_146 input[type=submit], .tx-powermail-pi1_formwrap_1458 input[type=submit], .tx-powermail-pi1_formwrap_1457 input[type=submit], .tx-powermail-pi1_formwrap_1456 input[type=submit] {
  float: right;
  clear: right;
}

.tx-powermail-pi1_formwrap_146 input[type=radio], .tx-powermail-pi1_formwrap_1458 input[type=radio], .tx-powermail-pi1_formwrap_1457 input[type=radio], .tx-powermail-pi1_formwrap_1456 input[type=radio] {
  float: left;
  clear: right;
}

.tx-powermail-pi1_formwrap_146 select, .tx-powermail-pi1_formwrap_1458 select, .tx-powermail-pi1_formwrap_1457 select, .tx-powermail-pi1_formwrap_1456 select { 
  width: 24.15em;
}

.tx-powermail-pi1_formwrap_146 textarea, .tx-powermail-pi1_formwrap_1458 textarea, .tx-powermail-pi1_formwrap_1457 textarea, .tx-powermail-pi1_formwrap_1456 textarea { 
  border: 1px solid #c6c5c6;
  clear: right;
  display: block;
  float: right;
  width: 24.6em;
}

.powermail_mandatory {
  color: red;
}

div.layout6_content_right {
  background: none;
  float: right;
  width: 42.3em;
}

div.layout6_content_left {
 background: none;
}

div.layout6_content_right .csc-textpic {
  padding-left: 3em;
  padding-top: 2.6em; 
}

div.layout6_content_right img {
  padding-left: 0.95em;
}

div#powermaildiv_uid19 p, div#powermaildiv_uid91 p, div#powermaildiv_uid55 p, div#powermaildiv_uid37 p, div#powermaildiv_uid115 p, div#powermaildiv_uid116 p {
  display: none;
}

div#powermaildiv_uid19 input, div#powermaildiv_uid91 input, div#powermaildiv_uid55 input, div#powermaildiv_uid37 input, div#powermaildiv_uid115 input, div#powermaildiv_uid116 input {
  float: left;
  clear: none;
  margin-top: 0.9em;
}

div#powermaildiv_uid19 label, 
div#powermaildiv_uid91 label, 
div#powermaildiv_uid55 label, 
div#powermaildiv_uid37 label,
div#powermaildiv_uid115 label,
div#powermaildiv_uid116 label {
  float: right;
  clear: right;
  padding-right: 13.5em;
  margin-top: 0.5em;
}

/**
 * Problem mit der Länge des Textes. Die Checkboxen liegen eigentlich
 * laut Powermail rechts. Daher muss mit mehreren Floats alles umgedreht
 * werden. Das Padding-Right legt das Label nach rechts und mit einem
 * Abstand zur Checkbox. Leider kein Left-Floaten möglich...ein hoch auf
 * Powermail! -_-    
 *
 */ 
   
div#powermaildiv_uid115 label { padding-right: 2.9em; }
div#powermaildiv_uid116 label { padding-right: 7.3em; padding-bottom: 2em; }

div#powermaildiv_uid13, div#powermaildiv_uid20, div#powermaildiv_uid87, div#powermaildiv_uid88, div#powermaildiv_uid51, div#powermaildiv_uid52, div#powermaildiv_uid33, div#powermaildiv_uid34 {
  clear: none;
  display: inline;
}

div#powermaildiv_uid13 input, div#powermaildiv_uid87 input, div#powermaildiv_uid51 input, div#powermaildiv_uid33 input {
  clear:none;
  float:left;
  margin-left:8.4em;
  width:8em;
}

div#powermaildiv_uid13 label, div#powermaildiv_uid87 label, div#powermaildiv_uid51 label, div#powermaildiv_uid33 label {
  clear:left;
  width: 6.5em;
}

div#powermaildiv_uid20 label, div#powermaildiv_uid88 label, div#powermaildiv_uid52 label, div#powermaildiv_uid34 label {
  clear: none;
}

div#powermaildiv_uid20 input, div#powermaildiv_uid88 input, div#powermaildiv_uid52 input, div#powermaildiv_uid34 input {
  clear:none;
  float:left;
  width:14.3em;
}

div#powermaildiv_uid19, div#powermaildiv_uid91, div#powermaildiv_uid55, div#powermaildiv_uid37 {
  margin-top: 0.5em;
}

div#powermaildiv_uid12 p, div#powermaildiv_uid86 p, div#powermaildiv_uid50 p, div#powermaildiv_uid32 p {
  clear: both;
}

div#powermaildiv_uid12 input, div#powermaildiv_uid86 input, div#powermaildiv_uid50 input, div#powermaildiv_uid32 input {
  float: left;
  clear: none;
  margin-top: 0.5em;
  margin-left: 0.55em;
}

div#powermaildiv_uid12 label, div#powermaildiv_uid86 label, div#powermaildiv_uid50 label, div#powermaildiv_uid32 label {
  float: right;
  clear: right;
  padding-right: auto;
  margin-top: 0;
  width: 90%;
}

 /* Internet Explorer 7/8 Hacks  (VALIDE!) */

  * + html #powermaildiv_uid13 label, * + html #powermaildiv_uid87 label, * + html #powermaildiv_uid51 label, * + html #powermaildiv_uid33 label {
    width: 8.7em; 
  }  
  
  * + html div#powermaildiv_uid19 input, * + html div#powermaildiv_uid91 input, * + html div#powermaildiv_uid55 input, * + html div#powermaildiv_uid37 input, * + html div#powermaildiv_uid115 input, * + html div#powermaildiv_uid116 input {
    margin-top: 0.7em; 
  }    
  
  * + html #powermaildiv_uid14 input, * + html #powermaildiv_uid15 textarea, * + html #powermaildiv_uid89 input, * + html #powermaildiv_uid90 textarea, * + html #powermaildiv_uid53 input, * + html #powermaildiv_uid54 textarea, * + html #powermaildiv_uid35 input, * + html #powermaildiv_uid36 textarea {
    width: 24em;
  }
  
  * + html #powermaildiv_uid7 select, * + html #powermaildiv_uid1 select, aaaaaaa * + html #powermaildiv_uid81 select, * + html #powermaildiv_uid75 select, * + html #powermaildiv_uid45 select, * + html #powermaildiv_uid39 select, * + html #powermaildiv_uid27 select, * + html #powermaildiv_uid21 select {
    width: 24.4em;
    margin-right: -0.1em;
  }
  
  * + html #powermaildiv_uid20 input, * + html #powermaildiv_uid88 input, * + html #powermaildiv_uid52 input, * + html #powermaildiv_uid34 input {
    width:14.1em;
  }
  
  * + html div.layout6_content_right p {
    float: left;
    clear: none;
    padding-top: 0.25em;
    margin: 0;    
  }  
  
  * + html div#powermaildiv_uid12 input, * + html div#powermaildiv_uid86 input, * + html div#powermaildiv_uid50 input, * + html div#powermaildiv_uid32 input {
    margin-left: 0.3em;  
    margin-top: 0.3em;
  }
  
  .ie #uid15, .ie #uid54, .ie #uid90, .ie #uid36 {
    width: 24em; 
  }    
  
  .ie div#powermaildiv_uid13 input, .ie div#powermaildiv_uid33 input, .ie div#powermaildiv_uid51 input, .ie div#powermaildiv_uid87 input {
   margin-left: 8.2em;
   width: 7.9em;
  }
  
 /* Internet Explorer 6 Hacks (VALIDE!) */
 
  *.* .tx-powermail-pi1_formwrap_146 input, *.* .tx-powermail-pi1_formwrap_146 select aaaaa, *.* .tx-powermail-pi1_formwrap_1458 input, *.* .tx-powermail-pi1_formwrap_1458 select, *.* .tx-powermail-pi1_formwrap_1457 input, *.* .tx-powermail-pi1_formwrap_1457 select, *.* .tx-powermail-pi1_formwrap_1456 input, *.* .tx-powermail-pi1_formwrap_1456 select {
    float: right;
    clear: right;
    width: 24em;
    vertical-align: top;
    border: 1px solid #c6c5c6;
  } 
   
  *.* .tx-powermail-pi1_formwrap_146 select, *.* .tx-powermail-pi1_formwrap_1458 select, *.* .tx-powermail-pi1_formwrap_1457 select, *.* .tx-powermail-pi1_formwrap_1456 select {
    width: 24.3em;
  }
  
  *.* #powermaildiv_uid12 input, *.* #powermaildiv_uid86 input, *.* #powermaildiv_uid50 input, *.* #powermaildiv_uid32 input {
    border: none;
    float: left;
    clear: right;
    width: auto;    
  }      
  
  *.* #powermaildiv_uid13 label, *.* #powermaildiv_uid87 label, *.* #powermaildiv_uid51 label, *.* #powermaildiv_uid33 label {
    margin-right: 2.5em;
  }
  
  *.* div#powermaildiv_uid20 input, *.* div#powermaildiv_uid88 input, *.* div#powermaildiv_uid52 input, *.* div#powermaildiv_uid34 input {
    width: 14.1em;
  }  
  
  *.* #powermaildiv_uid15 textarea, *.* #powermaildiv_uid90 textarea, *.* #powermaildiv_uid54 textarea, *.* #powermaildiv_uid36 textarea {
    width: 24em;
  }    
  
  *.* div#powermaildiv_uid19 input, *.* div#powermaildiv_uid91 input, *.* div#powermaildiv_uid55 input, *.* div#powermaildiv_uid37 input, *.* div#powermaildiv_uid115 input, *.* div#powermaildiv_uid116 input {
    clear: none;
    float: left;
    margin-top: 0.7em;
    width: auto;
    border: none;
  }  
  
  *.* div#powermaildiv_uid16 input, *.* div#powermaildiv_uid92 input, *.* div#powermaildiv_uid56 input, *.* div#powermaildiv_uid38 input {
    width: auto;
    border-style: outset;    
  }    
  
  *.* div.layout6_content_right p {
    float: left;
    clear: none;
    padding-top: 0.25em;
    margin: 0;    
  }         
  
  *.* div#powermaildiv_uid12 input, *.* div#powermaildiv_uid86 input, *.* div#powermaildiv_uid50 input, *.* div#powermaildiv_uid32 input {
    margin-left: 0.3em;  
    margin-top: 0.3em;
  }  

/* Formular Ende: Kontaktformular */

/*Trefferanzeige News ausblenden*/
.tx-ttnews-browsebox>p {
	display: none;
}

.tx-contactslist-pi1 {
	width: 685px;
	height: 280px;
	background-image: url(../../../images/händler/Haendler2.png);
	background-repeat: no-repeat;
	display: block;
}

.tx-contactslist-pi1 p {
 margin-right: 5px; 
}

.tx-contactslist-pi1 p span {
 font-weight: bold;
 font-size: 1.1em;
 float: right;
 clear: both;
}

.tx-contactslist-pi1 p span input {
 width: 100px;
 margin: 1px;
 margin-top: 1px;
}

.tx-contactslist-pi1 p span input[type=submit] {
 color: white;
 font-weight: bold;
 font-size: 1.1em;
 background-color: red;
 border: 2px outset #DF0025;
 width: 64px;
 margin-top: 1px;
}

.tx-contactslist-pi1 p span select {
 width: 104px;
 margin: 1px; 
}

.tx-contactslist-pi1 form {
	float: right;
	margin-top: 17.1em;
	padding-right: 1em;
}

.tx-contactslist-pi1-result {
 	padding-top: 1.5em;
}

.tx-contactslist-pi1-result-item {
 width: 100%;
 margin: 0;
 padding: 0;
 border-bottom: 1px solid #808080;
}

.tx-contactslist-pi1-result p.bodytext, .tx-contactslist-pi1-result h3 {
	margin-left: 0em;
}

.tx-contactslist-pi1-result-bottomspacer {
 height: 10px;
}

.tx-contactslist-pi1-result-item-table {
 background-color: #fff5df;
 font-size: 11px;
 border-collapse: collapse;
 padding: 0;
 margin: 0;
 border: none;
 width: 100%;  
}

.tx-contactslist-pi1-result-item-left {
 font-weight: bold;
 width: 30%; 
}

tx-contactslist-pi1-result-item-center {
 width: 33%;
}

tx-contactslist-pi1-result-item-right {
 width: 37%;
}

.tx-contactslist-pi1-result-item-left, .tx-contactslist-pi1-result-item-center, .tx-contactslist-pi1-result-item-right {
 padding: 4px;
}

th.tx-contactslist-pi1-result-item-left, th.tx-contactslist-pi1-result-item-center, th.tx-contactslist-pi1-result-item-right {
 text-align: left;
 background-color: #ffe19e;
}

#tx-contactslist-pi1-result-itemid {
 display: none;
}

/* sb_partner CSS */

  div.tx_sb_partner_pi1_liste, div.tx_sb_partner_pi1_single, div.tx_sb_partner_pi1_mailform {
  	text-align: left;
  	border: none;
  	border-bottom: 1px solid #999999;
  	padding: 0;
  	margin: 0;
  	width: 81.2em;
  	margin-top: -1.2em;
  }
  
  div.tx_sb_partner_pi1_liste .company {
  	clear: both;
  	padding-left: 17pm;
  	margin-left: 0;
  	padding-left: 0;
  	text-align: left;
  	height: 10px;
  	visibility: hidden;
  }
  
  div.tx_sb_partner_pi1_liste .adressContainerA {
   width: 18em;
   clear: none;
   float: left;
   padding: 0.1em;
  }
  
  div.tx_sb_partner_pi1_liste .adressContainerB {
   width: 37em;
   clear: right;
   float: right;
   padding: 0.1em;
  }  
  
  div.tx_sb_partner_pi1_liste .area {
    display: none;
  }
  
  div.tx_sb_partner_pi1_liste .logo {
    padding: 0.4em;
  	float: left;
  	width: 22em;
  	text-align: center;
  }
  div.tx_sb_partner_pi1_liste .logo_1 {
  	padding-bottom: 5px;
  }
  div.tx_sb_partner_pi1_liste .logo_2 {}
  div.tx_sb_partner_pi1_liste .adress_1 {
  	float: left;
  }
  div.tx_sb_partner_pi1_liste .adress_2 {
  	float: left;
  	padding-left: 1em;
  }
  div.tx_sb_partner_pi1_liste .description_short {
  	padding-bottom: 1em;
  	display: none;
  }
  div.tx_sb_partner_pi1_liste .description_long {}
  
  div.tx_sb_partner_pi1_liste .more {
  	padding-left: 17em;
  	text-align: right;
  }
  div.tx_sb_partner_pi1_liste .formtext {
  	color: #FF0000;
  }
  div.tx_sb_partner_pi1_liste .sb_clear_both {
  	clear: both;
  }
  
  div.partner_spaceborder {
   height: 0.1em;
   background-color: #fff;
   width: 85%;
   display: block;
   margin-top: -0.1em;
  }


/* VE_GUESTBOOK */

/*.tx-veguestbook-pi1 {
	font-size: 1em;
	padding-left: 1em;
}*/

.tx-veguestbook-pi1 .tx-guestbook-clear {
	clear: both;
	display: none;
}

.tx-veguestbook-pi1 h2.tx-guestbook-header {
	background: #FFE19E none repeat scroll 0 0;
	clear: both;
	color: #E24D01;
	display: block;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0.5em;
	width: auto;
	height: auto;
}

.tx-veguestbook-pi1 .tx-guestbook-left {
	background-color:#FFFFFF;
	height: 4em;
	margin: 0;
	padding: 0;
	width: auto;
}

.tx-veguestbook-pi1 .tx-guestbook-right {
	background: #FFF5DF none repeat scroll 0 0;
	float: left;
	margin: 0;
	padding: 0 1em 1em 1em;
	width: 65.5em;
	border-bottom: 10px solid #FFFFFF;
}

.tx-veguestbook-pi1 .tx-guestbook-field {
	clear: both;
	display: block;
	padding: 0.5em 0;
	width: 100%;
}

.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
	float: left;
	width: 20em;
}

.tx-veguestbook-pi1 fieldset {
	border:medium none;
	margin-bottom: 2em;
}

.tx-veguestbook-pi1 input.tx-guestbook-submit {
	display: block;
	margin-left: 7.4em;
	width: auto;
}

/* CSS-Filelinks */

.filelinks_layout_3 {
  width: 100%;
}

.filelinks_layout_3 .filecount {
  display: none;
}

.filelinks_layout_3 .even, .filelinks_layout_3 .odd {
  width: 19%;
  display: block;
  border: 1px solid black;
  clear: none;
  float: left;
  padding: 0.2em;
  margin: 0.1em;
  height: 10em;
}

.filelinks_layout_3 .first {
  clear: left;
}

.filelinks_layout_3 .last {
  clear: right;
  margin-bottom: 3em;
}

/* LANGUAGES */

/* Original */
.tx-srlanguagemenu-pi1 p {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 100%;
	color: #35006d;
	margin-top: 8px;
	padding: 0;
	text-indent: 0;
	padding-right: 4px;
}
.tx-srlanguagemenu-pi1 img {
	margin: 0 5px;
	padding: 0;
	border-style: none;
}
.tx-srlanguagemenu-pi1 .CUR {
	float: left;
	font-size: 9px;
}
.tx-srlanguagemenu-pi1 .CUR a {
	background-color: transparent;
	color: #35006d;
	text-decoration: none;
	font-weight: bold;
}
.tx-srlanguagemenu-pi1 .CUR a:focus, .tx-srlanguagemenu-pi1 .CUR a:hover, .tx-srlanguagemenu-pi1 .CUR a:active {
	color: #333333;
}
.tx-srlanguagemenu-pi1 .NO {
	float: left;
	font-size: 9px;
	padding-top: 1px;
}
.tx-srlanguagemenu-pi1 .NO a {
	font-weight: bold;
	font-size: 9px;
}
.tx-srlanguagemenu-pi1 .NO a:focus, .tx-srlanguagemenu-pi1 .NO a:hover, .tx-srlanguagemenu-pi1 .NO a:active {
	color: #333333;
}
.tx-srlanguagemenu-pi1 .INACT {
	float: left;
	font-size: 9px;
}
.tx-srlanguagemenu-pi1 .INACT a {
	background-color: transparent;
	color: #35006d;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
}
.tx-srlanguagemenu-pi1 .INACT a:focus, .tx-srlanguagemenu-pi1 .INACT a:hover, .tx-srlanguagemenu-pi1 .INACT a:active {
	color: #333333;
}
.tx-srlanguagemenu-pi1 .SPC {
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 100%;
	color: #35006d;
}
.tx-srlanguagemenu-pi1 fieldset label {
	display: none;
}
.tx-srlanguagemenu-pi1 fieldset select {
	font-size: 9px;
	font-family: Verdana, sans-serif;
	background-color: #35006d;
	color: white;
	font-weight: bold;
}
/* Original Ende */


.tx-srlanguagemenu-pi1 .NO a {
	background-color: transparent;
	color: #999;
	font-weight: normal;
	text-decoration: none;
	padding-right: 6px;	
}

.tx-srlanguagemenu-pi1 .NO a:hover {
	color: #333;
}

.tx-srlanguagemenu-pi1, .tx-srlanguagemenu-pi1.CUR, .tx-srlanguagemenu-pi1.SPC, .tx-srlanguagemenu-pi1.INACT {	
	color: #333;
	margin-top: 0.3em;
}

.tx-srlanguagemenu-pi1 .INACT {
	margin: 0 0.6em 0 0;
	color: #999;
}

.tx-srlanguagemenu-pi1 .CUR {
	color: #333;
	padding-right: 6px;
	margin-top: 0;
	padding-top: 0.1em;
}

* html .tx-srlanguagemenu-pi1 .CUR {
  padding-top: 0; 
}

.tx-srlanguagemenu-pi1 .CUR a, .tx-srlanguagemenu-pi1 .SPC a, .tx-srlanguagemenu-pi1 .INACT a  {
	color: #333;
	font-weight: normal;
}

.tx-srlanguagemenu-pi1 .CUR a:hover, .tx-srlanguagemenu-pi1 .SPC a:hover, .tx-srlanguagemenu-pi1 .INACT a:hover {
	color: #333;
}


.tx-srlanguagemenu-pi1 img {
	display: none;
}

.tx-srlanguagemenu-pi1 .SPC {
	color: #999;
	margin: 0.4em 0 0 0;
}

/* FCEs fuer Containerhintergründe START */
.fce-div-special-colour-yellow {
 background-color: #FFF5DF;
/*padding: 0.4em;*/
 padding: 0;
}

.fce-div-special-colour-green {
 background-color: #E3EDD5;
 padding: 0 0 0.4em 0;
}
/* FCEs fuer Containerhintergründe ENDE */

.csc-textpic-imagecolumn {
 padding: 0em;
 padding-left: 0.8em;
}

.online_haendler {
	background-color: #FFF5DF;
}

.online_haendler td {
	border-bottom: 1px solid #808080;
}

.online_haendler_header {
	background-color: #FFE19E;
}

.online_haendler_header th {
	border-bottom: 1px solid #808080;
	text-align: left;
}

tr.online_haendler_header {
	line-height: 0.1em;
}

/*LOGIN-BOX*/
.tx-loginboxmacmade-pi1 {
	color: #444;
	font-size: 11px;	
}

.tx-loginboxmacmade-pi1-status {
  margin-left: 0.8em;
  margin-top: 1em;
}

.tx-loginboxmacmade-pi1-header {
	background-color: #6D8F6A;
	color: #fff;
	height:1.2em;
	margin:0;
	padding:0.3em 0 0;
	text-indent:0.8em;
	font-size: 13px;
}

.tx-loginboxmacmade-pi1-welcome {
	display: none;
}

.tx-loginboxmacmade-pi1 table.tx-loginboxmacmade-pi1-loginTable td {
	border: none;
	padding: 2px;
	background-color: #E3EDD5;
}

.tx-loginboxmacmade-pi1 table.tx-loginboxmacmade-pi1-loginTable {
	border: none;
	margin-top: 1em;	
}

.tx-loginboxmacmade-pi1 table.tx-loginboxmacmade-pi1-loginTable td.tx-loginboxmacmade-pi1-labelCell {
	background-color: #E3EDD5;
	border: medium none;
	font-size: 11px;
	font-weight: normal;
	padding-left: 0.8em;
}

.tx-loginboxmacmade-pi1 table.tx-loginboxmacmade-pi1-loginTable td input[type=text] {
  width: 13.1em;
}

.tx-loginboxmacmade-pi1 table.tx-loginboxmacmade-pi1-loginTable td input.dummy_hdnr {
 width: 5.9em;
}

.tx-loginboxmacmade-pi1 table.tx-loginboxmacmade-pi1-loginTable td input[type=password] {
  width: 5.9em;
}

* html .tx-loginboxmacmade-pi1 table.tx-loginboxmacmade-pi1-loginTable td input {
  width: 10em;  
}

* html .tx-loginboxmacmade-pi1 table.tx-loginboxmacmade-pi1-loginTable td input.submit {
  width: 5em;  
}

.tx-loginboxmacmade-pi1-logout {
  margin-top: 5px;
  margin-left: 5px;
}

.tx-loginboxmacmade-pi1-fieldCell {}

.tx-loginboxmacmade-pi1-forgotpasswordLink, .tx-loginboxmacmade-pi1-forgotpassword {
	padding: 5px;
	padding-left: 0.8em;
}

.tx-loginboxmacmade-pi1-forgotpasswordLink a {
	font-size: 11px;
}

.tx-loginboxmacmade-pi1-forgotpasswordForm {
	padding: 5px;
}

.tx-loginboxmacmade-pi1-error {
	color:#FF0000;
	padding: 5px;
}



/* Export zu Magento */
.gildeclowns-to-magento {
  color:#333333 !important;
  display:block !important;
  line-height:1.5em !important;
  margin-left:-1.5em !important;
  width:95.8em !important;  
	position: relative !important;
	left: 0 !important;
	font-size: 10px;
}

* html .gildeclowns-to-magento { margin-left:0 !important; width:95.95em !important; }

.gildeclowns-to-magento div.header div.header_right div.mainnavigation {
	width: 81em !important;
}

.gildeclowns-to-magento div.header div.header_right div.shortcuts {
 width: 36.2em !important;
}

.gildeclowns-to-magento div.header div.header_right div.languages_shortcuts {
 width: 81em !important;
}

.gildeclowns-to-magento div.header div.header_right div.languages {
 width: 44.8em !important;
}

.gildeclowns-to-magento div.header div.header_right {
 width: 80.8em !important;
}

.gildeclowns-to-magento div.header div.header_right div.background {
 margin-right: -2px !important;
}

.gildeclowns-to-magento .headliner h1 {
 font-size: 1.45em !important;
 color: #E24D01;
}

.gildeclowns-to-magento .headliner {
 
 width: 96em !important;
}

  /* Einzelne Menuepunkte anhand der Uid - MAGENTO! */

.csc-textpic-text {
	/*margin: 0 0 0 5px;*/
	margin: 0 0 0 0;
}

.tx-loginboxmacmade-pi1-success {
 padding: 10px;
}

.tx-loginboxmacmade-pi1-loggedUser {
 clear: both;
 display: block;
 padding: 5px;
 width: 160px;
 overflow: hidden;
}

.tx-guestbook-comment { font-weight: bold; font-style: normal !important; }

/* end media screen*/
}
