﻿/***
* Layout Stylesheet unter Verwendung der Typolight Standardklassen
* Erstellungsdatum: 14.03.2008
* Letzte Änderung: 14.03.2008
* Projekt: http://www.auktionshaus-ginhart.de.de

* Erstellt von:
* pcARTIST - Sascha Weilbächer
* (Personengesellschaft)
* Falkenstrasse 10
* D-83071 Stephanskirchen
* http://www.pcartist.de
* info[at]pcartist.de

* Im Auftrag von:
* Bitpoint AG
* Hechhtseestr. 5
* D-83022 Rosenheim
* http://www.bitpoint.de

* Wichtge Farben:
* dunkles rot		971220
* helles rot			db051b
* dunkles grau		bebebe
* helles grau		dddddd

* Schriftfarbe		666565

***/


* {
	margin: 0;
	padding: 0;
	}
	

/***
*
* Layout formatierungen
*
***/

html 
	{
	height: 100%;
	}
	
body 
	{
	height: 100%;
	background: #fff url(tl_files/auktionshaus/design/images/bgbody.jpg) left top repeat-x;
	text-align: center; /*Zentrierung in älteren Browsern*/
	}
	
#prop
	{
	width:0px;
	height:100%;
	float: left;
	margin:-89px 0px -60px 0px;
	}
	
#wrapper
	{
	height: 100%;
	min-width: 940px;
	max-width: 1220px;
	margin: 0 auto -60px auto;
	text-align: left;
	}
	
#header
	{
	background: none;
	width: 100%;
	height: 89px;
	overflow: visible;
	}
	
#logo
	{
	top: 0px;
	left: 25px;
	position: absolute;
	}

#logo img,
#logo a img 
	{
	margin:  0;
	padding: 0;
	border: none;
	background: none;
	text-decoration: none;
	}
/*Allgemeines Printlogo*/	
#logoprint
	{
	display: none;
	}

/*Printlogo PDF-Auktionsktalog*/
#printlogo
	{
	display: none;
	}
	
#container 
	{
	background: none;
	width:98%;
	float:left;
	}

	
#right
	{
	margin-top: 20px;
	position: relative;
	height: 400px;
	width: 335px;
	float: right;
	background: url(tl_files/auktionshaus/design/images/bgright.gif) center top no-repeat;
	}
	
/* Fix fuer Positionierung im IE5/6 
* html #right
	{
	top: 2px;
	}
*/	

#right .inside
	{
	padding: 15px;
	}
	
#main
	{
	width: auto;
	position: relative;
	margin-right: 335px;
	margin-top: 20px;
	padding-bottom: 30px;
	background: transparent;
	}

#main .inside
	{
	padding: 80px 35px 15px 25px;
	/*border: 1px solid #dddddd;*/
	}

#footer
	{
	margin: 30px auto 0px auto;
	height: 30px;
	position: relative;
	}

#footer .inside
	{
	padding: 0px 15px 0px 15px;
	}

#footer .inside,
#footer a,
#footer p
	{
	font-size: 0.9em;
	color: #aeaeae;
	}
	
#footer .footernotice
	{
	margin: 0px;
	float: left;
	}
	
.footlinks img,
.footlinks a img,
.footlinks a:hover,
.footlinks a:hover img
	{
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;
	font-weight: normal;
	}
	
#footer .footlinks
	{
	margin: 0px;
	padding: 0px;
	float: right;
	}
	

/***
*
* Sonstige Formatierungen in Artikeln
*
***/

.pdf_link
	{
	width: 20px;
	height: 25px;
	margin-top: 25px;
	float: right;
	}

.pdf_link img,	
.pdf_link a img,
.pdf_link a:hover img
	{
	background: none;
	border: none;
	}

.ce_text
{
	line-height: 1.5em;
}

#right .ce_text h1
	{
	margin: 0px 10px 5px 15px;
	padding: 10px 0px 10px 0px;
	font-family:'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.4em;
	color: #971220;
	}
	
#right .ce_text p
	{
	margin-right: 15px;
	margin-left: 15px;
	font-size: 0.9em;
	}





/***
*
* Formatierung von verwendeten Modulen
*
***/



/***
*
*URHere
*
***/


.mod_breadcrumb
	{
	margin-bottom: 25px;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	}
	
.mod_breadcrumb a,
.mod_breadcrumb span
	{
	background: none;
	padding-left: 0px;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	}
	
.mod_breadcrumb a,
.mod_breadcrumb span.active
	{
	font-weight: bold;
	}
	
.mod_breadcrumb a:hover,
.mod_breadcrumb a:focus
	{
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: underline;
	color: #971220;
	}
	
	
/***
*
* Servicebereich Header
*
***/

#header_service
	{
	right:25px;
	top:5px;
	position: absolute;
	float: right;
	}

#header_service td img,
#header_service td img a
	{ 
	padding: 5px 0px 0px 0px;
	margin: 0px;
	background: none;
	border: none;
	}
	
	
#header_service td,
#header_service a
	{
	font-size: 0.9em;
	font-weight: normal;
	color:#dddddd;
	}

#header_service .text
	{
	width: 90px;
	height: 15px;
	top: 0px;
	position: relative;
	padding: 2px;
	font-size: 0.8em;
	border: 1px solid #bebebe;
	margin-right: 3px;
	}

#header_service input:focus
	{
	background: #fff;
	}	

/* Fix fuer Textfeldpositionierung im IE5/6 */
* html #header_service .text
	{
	top: -1px;
	}

/* Fix fuer Buttonpositionierung im IE7 */
*:first-child+html #header_service .submit
	{
	top: 1px;
	position:relative;
	}
	

/***
*
* Seitensuche
*
***/

.mod_search .text
	{
	width:280px;
	}	

.mod_search .submit
	{
	top:-1px;
	position:relative;
	}

/* Fix Buttonpositionierung im IE5/6 */
* html .mod_search .submit
	{
	top:1px;
	}

/* Fix Buttonpositionierung im IE7 */
*:first-child+html .mod_search .submit
	{
	top:1px;
	}

.mod_search .header
	{
	margin-top:12px;
	margin-bottom:18px;
	text-align:right;
	font-size: 0.8em;
	}

.mod_search h3
	{
	margin-top:22px;
	padding: 0px;
	font-size:1.1em;
	color:#971220;
	}

.mod_search .relevance
	{
	padding-left:3px;
	font-weight:normal;
	}

.mod_search .url
	{
	margin-top:3px;
	color:#bebebe;
	}

.mod_search .highlight
	{
	font-weight:bold;
	color: #db051b;
	}
	


/***
*
* Bilder & Bildergallerie
*
***/

.ce_image img,
.ce_text img,
.ce_gallery img,
.mod_newslist img,
.mod_randomImage img
	{
	margin: 5px 15px 5px 0px;
	padding: 4px;
	border: 1px solid #bebebe;
	text-decoration: none;
	}

.mime_icon
	{
	top: 5px;
	position:relative;
	}

.image_container
	{
	float: left;
	line-height: 1em;
	}
	
.ce_galley 
	{
	margin: 0 auto;
	}

.ce_gallery td
	{
	padding-right: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	}

.caption
	{
	margin-right: 15px;
	padding: 4px;
	background-color: #dddddd;
	font-size: 0.8em;
	line-height: 1em;
	}

/* Korrektur Bildunterschrift im  IE5/6 
* html .caption
	{
	top: -3px;
	position: relative;
	margin-right: 3px;
	}
*/
/* Korrektur Bildunterschrift im  IE7 */
*:first-child+html .caption
	{
	top: -3px;
	position: relative;
	}

.ce_gallery .caption
	{
	top: -3px;
	position: relative;
	margin-right: 2px;
	}

/* Korrektur Galerie-Bildunterschrift im  IE5/6 */
* html .ce_gallery .caption
	{
	top: 2px;
	position:relative;
	}

/* Korrektur Galerie-Bildunterschrift im  IE7 */
*:first-child+html .ce_gallery .caption
	{
	top: 2px;
	position: relative;
	}
	

/***
*
* Linkformtierung (Kennzeichnung von externen und Servicelinks)
*
***/


.hyperlink_txt
	{
	padding-left: 18px;
	background: #fff url(tl_files/auktionshaus/design/images/extlink.gif) left center no-repeat;
	}

.ce_toplink
	{
	margin-top: 9px;
	text-align: right;
	}

.ce_toplink a
	{
	padding-right:12px;
	background: #fff url(tl_files/auktionshaus/design/images/gotop.jpg) right center no-repeat;
	color:#bebebe;
	}



/***
*
* Newsletter An-& Abmeldnung
*
***/

.mod_subscribe .formbody,
.mod_unsubscribe .formbody
	{
	width:220px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #971220;
	}

.mod_subscribe .text,
.mod_unsubscribe .text
	{
	width: 180px;
	}

.mod_subscribe .error,
.mod_unsubscribe .error
	{
	margin-bottom: 10px;
	padding: 10px;
	background-color: #dddddd;
	color: #db051b;
	}

.mod_subscribe .confirm,
.mod_unsubscribe .confirm
	{
	margin-bottom: 15px;
	padding: 10px;
	background-color:#fff;
	border: 1px solid #bebebe;
	font-size: 1em;
	color: #000;
	}

.mod_subscribe .submit,
.mod_unsubscribe .submit
	{
	top: -1px;
	position: relative;
	}

/* Korrektur Ausrichtung des Submit-Buttons im  IE5/6 */
* html .mod_subscribe .submit,
* html .mod_unsubscribe .submit
	{
	top: 1px;
	}

/* Korrektur Ausrichtung des Submit-Buttons im  IE7 */
*:first-child+html .mod_subscribe .submit,
*:first-child+html .mod_unsubscribe .submit
	{
	top: 1px;
	}


/***
*
* Seitennummerierung
*
***/
 
 
.pagination
	{
	margin: 15px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	}

.pagination p
	{
	width: 200px;
	float: left;
	font-weight: normal;
	}

.pagination ul
	{
	width: 400px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	list-style-type: none;
	background: none;
	font-weight: normal;
	}

.pagination li
	{
	display:inline;
	padding: 0px 1px;
	margin: 0px;
	list-style-type: none;
	background: none;
	}
	
.pagination a,
.pagination a:visited
	{
	font-weight: normal;
	}
	
.pagination a:hover
	{
	font-weight: normal;
	text-decoration: underline;
	}

.pagination .pagination_current
	{
	font-weight: bold;
	}






/***
*
* Tabellen
*
***/

.ce_table table
	{
	background-color: #fff;
	border-top:	1px solid #bebebe;
	border-left:1px solid #bebebe;
	}

.ce_table th,
.ce_table td
	{
	padding: 2px 4px;
	vertical-align: top;
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	}

.ce_table th
	{
	background-color: #971220;
	color: #fff;
	font-weight: bold;
	}
	
	
/***
*
* Newsliste rechte Seite
*
**/

#right .mod_newslist	h2
	{
	margin: 0px 10px 0px 15px;
	padding: 10px 0px 0px 0px;
	font-family:'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1em;
	font-weight: normal;
	color: #971220;
	border-bottom: 1px solid #bebebe;
	}
	
#right .mod_newslist .teaser
	{
	margin-right: 15px;
	margin-left: 15px;
	font-size: 0.9em;
	}
	
#right .mod_newslist .more
	{
	margin-left: 15px;
	font-size: 0.9em;
	}
	
.mod_newsreader .layout_full .ce_text
	{
	padding: 15px 30px 15px 0px;
	}
	
#main .mod_newslist .layout_short .more
	{
	margin-bottom: 30px;
	}

/***
*
* Sonstige Klassen
*
***/

.clear 
	{
	height: 0.1px;
	overflow: hidden;
	font-size: 0.1px;
	line-height: 0.1px;
	clear: both;
	}
	
.invisible
	{
	height: 0px;
	width: 0px;
	top: -1000;
	left: -1000;
	position: absolute;
	diplay: inline;
	overflow: hidden;
	}
	
	
.noborder,
.noborder img,
.noborde a img
	{
	border: none;
	background: none;
	}
	
.mod_catalogListing .artikelgruppe
	{
	font-size: 14px;
	font-weight: bold;
	}

.mod_catalogListing .listDescription
	{
	width: 100%;
	position: relative;
	float: left;
	font-size: 0.9em;
	color: #971220;
	border-bottom: 4px solid #971220;
	margin-top: 40px;
	}
	
.mod_catalogListing .itemlist
	{
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	}
	
.mod_catalogListing .listDescription .artNrDescription
	{
	width: 85px;
	float: left;
	/*display: block;*/
	position: relative;
	margin: 0px;
	}
	
.mod_catalogListing .listDescription .imageDescription
	{
	width: 180px;
	margin: 0px;
	}
	
.mod_catalogListing .listDescription .limitDescription
	{
	width: 60px;
	float: right;
	text-align: right;
	/*display: block;*/
	}
	
.mod_catalogListing .item 
	{
	margin-bottom:30px;

	}
	
.mod_catalogListing .artNr 
	{
	width: 70px;
	/*float: left;*/
	font-size: 0.9em;
	}
	

.mod_catalogListing .thumbnail 
	{
	width: 160px;
	margin: 0px;
	padding-left: 0px;
	text-align: left;
	}

.mod_catalogListing  .thumbnail a,
.mod_catalogListing  .thumbnail a img 
	{
	margin: 0px;
	width: 140px;
	}

.mod_catalogListing .limit 
	{
	float: right;
	text-align: right;
	font-weight:bold;
	width: 70px;
	background: none;
	padding: 3px 5px 3px 5px;
	}
	
.mod_catalogListing .limit p,
.mod_catalogListing .limit img,
.mod_catalogListing .limit form,
.mod_catalogListing .limit fieldset
	{
	padding: 0px;
	margin: 0px 0px 5px 0px;
	border: none;
	background: none;
	text-align: right;
	}
	
.mod_catalogListing .limit p
	{
	color: #666565;
	text-align: right;
	margin-bottom: 0;
	margin-top: 5px;
	}

.mod_catalogListing .detail 
	{
	/*margin-left: 250px;
	margin-right: 90px;*/
	padding-left: 10px;
	padding-right: 10px;
	/*width: auto;
	height: auto !important;
	min-height: 60px;*/
	border-right: 2px solid #dddddd;
	}

.mod_catalogListing .limit p,
.mod_catalogListing .detail h6 
	{
	margin: 0;
	padding:0;
	margin-bottom: 5px;
	font-size: 1.0em;
	font-weight: bold;
	}



	
