/* ----------------------------------------------------------------------
   $Id: website.css,v 1.1 2007/01/08 09:15:38 Administrator Exp $

   CSS-Stylesheet fŸr Website
   Author: Stefan Lembach
   
   Copyright (c) 2007 Otto Pachmayr GmbH & Co Mineralwasser KG

/**************************************************************************************/  

/* BOF: Spezielle Formatierungen */

/* BOF: website/*.html */

/* Bild im #content oben links ausrichten */
.sideimg {
	clear: left; float: left; padding: 0; margin-right: 20px;
}

/* EOF: website/*.html */

/* BOF: website/index.html */

/* Großes Logo auf Startseite ausrichten */
#index_logo {
	margin: 15px 80px 0 76px;
}

/* Kiste auf Startseite ausrichten */
#index_kiste {
	float: right; margin-right: 50px; margin-top: -5px;
}

/* Korken auf Startseite ausrichten */
#index_korken {
	position: relative; top: -60px; left: 473px;
	height: 30px;
	overflow: visible;
}

/* Hinweis für Private Kunden auf der Startseite ausrichten */
#index_notice {
	margin-top: 120px;
	text-align: right;
}

/* EOF: website/index.html */

/* BOF: website/ueber.html */

/* Teilbilder von Matthias Rehm auf der Über-Seite */
.ueber_rehm {
	clear: right; float: right; margin-left: 20px;
}

/* Bildunterschrift Matthias Rehm auf der Über-Seite */
#ueber_caption {
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
}

#ueber_spacer {
	display: none;
}

/* EOF: website/ueber.html */

/* BOF: website/geschichte.html */

.h2_geschichte {
	font-size: 18pt;
	/*color: #B4EDED;*/
	color: #badcdd;
	margin-bottom: 0;
	text-decoration: none;
}

.hr_geschichte {
	color: #B4EDED;
	border: 3px dotted #B4EDED;
	border-bottom: 0;
	margin-right: 20px;
	margin: 5px 0;
	width: 540px;
	display: none;
}

#geschichte5 {
	width: 290px;
	overflow: visible;
}

/* EOF: website/geschichte.html */

/* BOF: website/sortiment.html */

#ul_sortiment {
	list-style: none;
}

#ul_sortiment li {
	margin-left: 20px;
}

#blocks_sortiment ul, #sortiment_suche {
	margin: 0;
}

#sortiment_suche p {
	padding: 0;
	margin: 5px 0;
}

/* Produktbild auf der Infoseite */
.product_info_img {
	float:left;
	margin: 0 10px 10px 10px;
	font-size: 8pt;
	width: 75px;
}

#content_sortiment .product_info_img {
	margin-top: 20px;
}

/* BOF: Blocks im Sortiment */

#blocks_sortiment {
	width: 150px;
	float: right;
	margin: 10px;
}

/* Überschrift der Block-Elemente */
.block_head {
	color: white;
	background-image: url(shop/themes/pachmayr/images/icons/bullet_go.gif);
	background-repeat: no-repeat;
	background-position: left center;
	/*background-color: #6d9036;*/
	background-color: /*#004375;*/#004731;
	width: 138px;
	height: 20px;
	padding: 4px 0 3px 12px;
	margin: 0;
	margin-top: 5px;
	clear: left; /* Für Blocks im #content wegen floatenden Bildern */
}

/* Überschrift der Block-Elemente */
.block_head span {
	vertical-align: center;
	margin: 5px;
	border: 0;
}

/* Inhalt der Block-Elemente */
.block_content {
	width: 100%-5px;
	background: #fff;
	padding: 5px;
}

/* Link im Inhalt der Block-Elemente */
.block_content a, form a {
	font-size: 8pt;
}

.block_content ul {
	list-style: none;
	padding: 0;
}

/* Content-Bereich */
#content_sortiment {
	width: 670px;
	padding-top: 1px; /* für collapse */
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#content_sortiment p, #content_sortiment h1, #content_sortiment h2 {
	padding-left: 0;
}

#content_sortiment h1 {
	margin-top: 0;
}

/* EOF: Blocks im Sortiment */

/* BOF: Product-Listing im Sortiment */



/* EOF: Product-Listing im Sortiment */

/* EOF: website/sortiment.html */

/* BOF: website/handel.html */

#handel2 {
	float: right;
	margin: 20px;
}

#handel_notice {
	clear: right;
}

/* EOF: website/handel.html */

/* BOF: website/impressum.html */

.impressum_address {
	margin-top: -5px;
}

.impressum p {
	padding-left: 0;
}

#impressum_notice {
	margin-bottom: -6px;
}


/* EOF: website/impressum.html */

/* EOF: Spezielle Formatierungen */
