/*
 * Projekt:	HAKU Moebel TYPO3
 * Version:	1.0.89 
 * Datum:		12.11.2008
 * Autor:		Nicolas Sell
 * 
 *
 */
 


/************************************* allgemeine Definitionen *************************************/
 
body {
	font-family: verdana, arial,sans-serif;
	/*background-color: #444;*/
	/*background-image: url(../../content/images/background/background.jpg);*/
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

.bodytext {
	font-family: verdana, arial,sans-serif;
	font-size: 0.8em;
	color: #444;
	margin: 0 0 2em 0;
	padding: 0;
}

img {
	border:none;
}
	
p {
	margin: 0;
	padding: 0;
}

h1 {
	color: #444444;
	font-size: 0.9em;
	font-weight: bold;
	margin: 2em 0 2em 0;
	padding: 0;
}
	
h2 {
	color: #444444;
	font-size: 0.9em;
	font-weight: bold;
	margin: 2em 0 0 0;
	padding: 0;
}	
h3 {
	color: #444444;
	font-size: 0.9em;
	font-weight: bold;
	margin: 2em 0 0 0;
	padding: 0;
}	
h4 {
	color: #444444;
	font-size: 0.9em;
	font-weight: bold;
	margin: 2em 0 0 0;
	padding: 0;
}	

a:link, a:visited {
	text-decoration: none;
	color: #444;
}

a:hover {
	text-decoration: underline;
	color: #444;
}
	
ul {
	color: #444;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

ul li ul {
	font-size: 1em;
	margin-left: 1.1em;
}

.stoppoint {
	visibility: hidden;
	font-size: 0em;
}

/************************************* LAYOUT - Start *************************************/

div#container{
	width: 60em;
	background-color: #FFF;
	left:	50%;
	margin: 0 0 0 -30em;
	padding: 0;
  position: absolute;
}

div#header {
		background-color: #fff;
		width: 60em;
		height: 7em;
		margin: 10px 0 0 0;
}

div#header_left {
		/*background-color: #ff0;*/
		width: 8.5em;
		margin: 0;
		padding-left: 1.3em;
		padding-top: 0.5em;
		float: left;
		text-align: left;
}

div#header_middle {
		/*background-color: #00f;*/
		width: 26em;
		margin: 1.9em 0 0 0;
		float: left;
}

div#header_right {
  float: right;
  font-size: 0.8em;
  line-height: 1.2em;
  padding-right: 2.9em;
  padding-top: 2.4em;
}

div#mainnavigation {
		clear: both;
		width: 60em;
		height: 2.7em;
		background-color: #FFF;
}

div#maincontent {
	width: 60em;
	height: auto !important;
	min-height: 35em;
	height: 35em;
	float: left;
	background-color: #fff;
/*	background-image: url(../images/background/bg.gif);*/
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 1em;
}

div#subnavigation {
		/*width: auto !important;
		min-width: 13.9em;*/
		width: 12.5em;
		height: auto !important;
		min-height: 34.9em;
		height: 34.9em;
		float: left;
		margin: 0;
		/*padding: 0.1em;*/
		padding-left: 1.4em;
		/*background-color: #ff9;*/
}

div#content {
		width: 44em;
		height: auto !important;
		min-height: 35em;
		height: 35em;
		float: left;
		margin: 0;
		padding: 0 1em 0 0;
		/*background-color: #f9f;*/
}

/*div#footer {
	clear: both;
	background: #9C9C9C url('images/blank_bw_line.png') repeat-x scroll 0 0;
	width: 60em;
	height: 1.6em;
	margin-bottom: 1em;
}*/

div#footer {
	background:#9C9C9C url(images/blank_bw_line.png) repeat-x scroll 0 0;
	clear:both;
	height:1.6em;
	margin-bottom:1em;
	margin-left:1.4em;
	width:57em;
}

/************************************* DESIGN - Start *************************************/

#shortcuts {
  text-align: left;
  float: left;
  margin: 0em 0em 0em 0em;
}

#shortcuts ul {
	padding: 0;
	margin: 0.4em 0 0 2em;
	font-size: 11px;
	text-decoration: none;
	list-style-type: none;
}

#shortcuts li {
	display: inline;
	margin: 0em 1em 0em 0em;
}

#shortcuts li a {
	color: #fff;
}

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

#copyright {
	color: #fff;
	text-align: right;
	font-size: 11px;
	margin: 0em 1em 0em 0em;
	padding-top: 0.57em;
}


/*Mainnavigation*/


ul#navi {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	white-space: nowrap;
}
ul#navi li {
	float: left;
	background: url('images/blank_over_bw.png');
}
ul#navi a { 
  background:transparent url('images/blank_bw.png') repeat scroll 0 0;
  color:#FFF;
  display:block;
  float:left;
  height:36px;
  line-height:25px;
  padding:0;
  text-align:center;
  text-decoration:none;
  white-space:nowrap;
  width:10.2em;
}
ul#navi .current a { 
  color:#FFF;
}
ul#navi a:hover, ul#navi li:hover a {
	background: url('images/blank_over_bw.png');
	line-height: 27px;
	cursor: pointer;
	color: #f6b841;
}

ul#navi ul {
  position: absolute;
	left: -999em;
	margin: 0;
	clear: left;
	list-style: none;
	top: 113px;
}
ul#navi ul li {
	background-color: #757575;
	color: #fefefe;
	margin: 0;
	clear: left;
	margin-left: 1px;
}
ul#navi li:hover ul, ul#navi li:hover ul .current {
	height: 18px;
	float: left;
	width: auto;
  margin-top: 3em;
	left: auto;
	text-align: center;
}
ul#navi:hover ul li a {
	display: block;
	height: 18px;
	line-height: 16px;
	float: left;
	background: transparent url('images/transparent.gif');
	padding: 0 13px;
	margin: 0;
	white-space: nowrap;
	border: 1px solid #000;
	border-color: #888 #777 #666 #ddd;
	color: #fff;
	font-size: 10px;
}
ul#navi:hover ul li a:hover {
	color: #f6b841;
	border-color: #fff #333 #000 #fff;
	line-height: 18px;
}

* + html #navi[id] li ul {
  margin-top: -5px;
  padding-right: 2em;
}

* + html ul#navi ul {
  top: 179px;
}

#navi li:hover, #navi li.hover {
  position: static;
}


* html ul#navi li.sfhover ul {
  left: auto;
}

* html ul#navi ul {	
	clear: left;
	margin-top: 61px;
	margin-left: -2px;
}

* html ul#navi ul li {
  margin-bottom: -8px; 
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd {
	float: none;
	font-size: 0.8em;
	color: #444;
	text-align: center;
}


/************************************* EXTENSIONS *************************************/

/*POWERMAIL*/
.tx-powermail-pi1 {
	font-size: 0.8em;
	margin-bottom: 1em;
}

.tx-powermail-pi1_thx {
	font-size: 1.43em;
}

.tx-powermail-pi1_formwrap {
	width: 95%;
}

.tx-powermail-pi1_fieldset {
	line-height: 2em;
	border: none;
}

.tx-powermail-pi1_fieldset legend {
	display: none;
}

.tx_powermail_pi1_fieldwrap_html {
	clear: both;
}

.tx_powermail_pi1_fieldwrap_html_select select{
	float: left;
	width: 11em;
}

.tx_powermail_pi1_fieldwrap_html_select label {
	float: left;
	width: 16%;
}

.tx_powermail_pi1_fieldwrap_html_text label {
	float: left;
	width: 16%;
}

.tx_powermail_pi1_fieldwrap_html_textarea textarea {
	float: left;
	width: 50%;
	margin-top: 0.2em;
	margin-bottom: 0.6em;
}

.tx_powermail_pi1_fieldwrap_html_textarea label {
	float: left;
	width: 16%;
}

.tx_powermail_pi1_fieldwrap_html_radio input {
	float: left;
	width: 10%;
}

.tx_powermail_pi1_fieldwrap_html_radio label {
	float: left;
	width: 80%;
	padding-bottom: 1em;
}

.tx_powermail_pi1_fieldwrap_html.tx_powermail_pi1_fieldwrap_html_submit.tx_powermail_pi1_fieldwrap_html_7 {
	margin-left: 8.2em;
}

.tx-powermail-pi1_formwrap {}

.tx-powermail-pi1_fieldset {
	margin: 0;
	padding: 0;
}

.tx-powermail-pi1_fieldset label{}

.tx_powermail_pi1_fieldwrap_html {}

.tx_powermail_pi1_fieldwrap_html_select {}

.tx_powermail_pi1_fieldwrap_html_text {}

.tx_powermail_pi1_fieldwrap_html_text label {}

.tx_powermail_pi1_fieldwrap_html_text input {
	float: left;
}

.tx_powermail_pi1_fieldwrap_html_textarea {}

.tx_powermail_pi1_fieldwrap_html_textarea label {}

.tx_powermail_pi1_fieldwrap_html_radio {}

.tx_powermail_pi1_fieldwrap_html_radio label {}

.tx_powermail_pi1_formconfirmation_back, .tx_powermail_pi1_formconfirmation_submit {
	margin-top: 1em;
	float: left;
}

/*DrWiki*/
.tx-drwiki-pi1 {
	font-size: 0.8em;
}

/*TOOL TIP*/
#dom-tooltips {
	background-color: #fff;
	border:1px dotted #ccc;
	color: #878787;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	left: 0;
	padding: 5px;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 1000;
}

/*SLIDESHOW*/
.tx-slideshow-pi1 {
	text-align: left;
}

/*NEWS*/

.news-list-morelink, .news-single-backlink {
	font-size: 12px;
	margin-bottom: 15px;
}

/*ADRESSE*/
.address-header {
 font-size: 0.9em;
}

.address-header-headline {
 font-weight: bold;
}
.address-header-telefon {

}
.address-header-fax {

}

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

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

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

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

.tx-loginboxmacmade-pi1 table.tx-loginboxmacmade-pi1-loginTable {
	border: none;
	margin-bottom: 5px;
	margin-top: 5px;
}

.tx-loginboxmacmade-pi1 table.tx-loginboxmacmade-pi1-loginTable td.tx-loginboxmacmade-pi1-labelCell {
	background-color:#FFF;
	border: none;
	font-weight: bold;
}

.tx-loginboxmacmade-pi1-fieldCell {}


.tx-ttnews-browsebox>p {
	display: none;
}

/* Contactslist */

.tx-contactslist-pi1 {
	width: 685px;
	height: 353px;
	background-image: url(../../templates/extensions/haendler/haendlerliste.png);
	background-repeat: no-repeat;
	display: block;
}

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

.tx-contactslist-pi1 p span {
 font-weight: bold;
 font-size: 0.8em;
 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] {
  border:2px outset #CACACA;
  background-color: #9C9C9C;
  background: url('../../../fileadmin/templates/main/images/blank_bw_line.png') repeat-x top left;
  color:white;
  font-weight:normal;
  margin-top:1px;
  width:79px;
}

.tx-contactslist-pi1 p span input[type=submit]:hover {
  color: #F6B841;
  background: url('../../../fileadmin/templates/main/images/blank_over_bw.png') repeat-x top left;
}

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

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

.tx-contactslist-pi1-result {
 	
}

.tx-contactslist-pi1-result-item {
 width: 704px;
 margin: 0;
 padding: 0;
}

.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: #EFEFEF;
 font-size: 11px;
 border-collapse: collapse;
 padding: 0;
 margin: 0;
 border: none;
 width: 704px;  
 color: #444;
}

.tx-contactslist-pi1-result-item-table tr {
 border-bottom: 1px solid #808080;
}

.tx-contactslist-pi1-result-item-left {
 font-weight: bold;
 width: 236px; 
 clear: none;
}

.tx-contactslist-pi1-result-item-center {
 width: 236px;
 clear: none;
}

.tx-contactslist-pi1-result-item-image {
 width: 232px;
 text-align: right;
 float: right;
 clear: right;
}

.tx-contactslist-pi1-result-item-image img {
 max-width: 225px;
 width: expression(this.width > 225 ? 225: true);
}

.tx-contactslist-pi1-result-item-image img[src="./fileadmin/content/haendler/"] {
 display: none;
}

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

th.tx-contactslist-pi1-result-item-left, th.tx-contactslist-pi1-result-item-center, th.tx-contactslist-pi1-result-item-right, th.tx-contactslist-pi1-result-item-image {
 text-align: left;
 background-color: #9C9C9C;
 background: url('../../../fileadmin/templates/main/images/blank_bw_line.png') repeat-x top left;
 color: #FFF;
}

#tx-contactslist-pi1-result-itemid {
 
}

/****************************** Language Box **********************************/
  div#container div#languages {    
    margin-bottom:  0.5em;
    text-align:     right;
  }
    
  div#container div#languages .tx-srlanguagemenu-pi1 {
    font-size: 1.1em;
    display: inline;
    float: right;
    padding: 3px;
  }
  
  div#container div#languages div.tx-srlanguagemenu-pi1 div {
    margin-right: 0;
  }
  
  * html body div#container div#languages div.tx-srlanguagemenu-pi1 div {
    margin-right: 4px;
  }
  
   * + html div#container div#languages div.tx-srlanguagemenu-pi1 div {
    margin-right: 4px;
  }
  
  div#container div#languages .tx-srlanguagemenu-pi1 div {
    display: inline;
  }
  
  div#container div#languages .tx-srlanguagemenu-pi1 .CUR {
    float: none;
  }
  
  div#container div#languages .tx-srlanguagemenu-pi1 .NO {
    float: none;
  }
  
  div#container div#languages .tx-srlanguagemenu-pi1 .INACT {
    float: none;
  }
  
  div#container div#languages .tx-srlanguagemenu-pi1 form {
    display: inline;
  }
  
  div#container div#languages .tx-srlanguagemenu-pi1 fieldset {
    border: none;
    display: inline;
  }
  
  div#container div#languages .tx-srlanguagemenu-pi1 fieldset legend {
    display: none;
  }
  
  .tx-srlanguagemenu-pi1 img.tx-srlanguagemenu-pi1-flag {
    border: 1px solid #85827d;
    margin: 0 2px;
  }
