@charset 'utf-8'; 

/**
* Pulse-Percussion Layout
* 
* @project 		Pulse-Percussion
* @version 		0.0.6
* @date			2009-07-21
* @media		Screen
* @package 		xhtml-css
* @author  		Weissenfels Benjamin
* @copyright 	2009 by the author
* @cssdoc 		version 1.0-pre
*/

/**
* Reset
* 
* @section 	reset
* 
* @author 	Eric Meyer
* @see		http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, input, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/**
* 
* @section Elements
* 
*/

html { height: 100% } 
a	 {text-decoration: none;}

/**
* min-height: 101%;	sorgt f�r permanenten Scrollbalken
*/

body { 
		min-height: 101%;	
		font-size: 100.01%; 
		position: relative;   
		color: #000;        
		background: #fff;
		text-align: left; 
} 

/**
* 
* @section Layout
* 
* Formatierung der Bereiche Wrapper, Header, Sidebar, Content, Footer, Skiplinks, Clearing
* 
*/

/**
*
*@subsection construct
*
*/

#wrapper {	
	width: 800px;
	margin: 0 auto;
	background: url(../img/wrapper-bg.png) repeat-y;
}

#header {
	position: relative;
	height: 100px;
	margin: 0 20px;	
    background: #660033 url(../img/header-bg.png) repeat-x;
}

#header div#teaser p {
	position: absolute;	
	top: 18px;
	right: 20px;
	width: 222px;
	height: 55px;
	color: #fff;
	line-height: 18px;
	/**text-indent: -1000em;	
	background: url(../img/teaser.png) no-repeat;*/
}

#header div#search {
	position: absolute;
	top: 60px;
	right: 20px;	
}

#header div#search p input:first-child, #header div#search p input {
	width: 180px;
	height: auto;
	margin: 0 0 0 10px;
	border: 2px solid #5389da;
	/**background: #fff url(../img/search-icon-bg.png) no-repeat center 0;*/
}

#header div#search p input:last-child {
	width: auto;
	height: 23px;
	padding: 0 ;
	background: #fff;
}

#header div#search p input:hover {
	cursor: pointer;
	}

#header div#search input:focus, #header div#search input#search-field:active {
	background: #fff;
}

#header div#search input#submit-button {
	display: none;
}

#content {	
	width: 500px;	
	float: right;
	margin: 0 40px 0 0;
	padding: 7px 0 0 0;
}

#content h2 {
	padding: 0 0 8px 0;
	background: url(../img/h1-bg.png) repeat-x bottom;	
}

#content ul.produkt-liste {
	margin: 12px 0 0 0;
}

#content ul.produkt-liste li {
	position: relative;
	margin: 15px 0 15px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #c1c1c1;
	background: none; 
	}

#content ul.produkt-liste li h3 {
	padding: 6px 0 0 0;
	margin: 0 0 0 100px;
	border: none;	
}

#content ul.produkt-liste li h3 a {
	background: #dfdfdf;
	border: 4px solid #dfdfdf;
}

#content ul.produkt-liste li.afterHeading {
	margin: -5px 0 -30px 0;
	border-bottom: none;
} 


#content ul.produkt-liste li p {
	min-height: 41px;
	margin: 3px 0 0 100px;
	padding: 5px;
	border: 4px solid #dfdfdf;
}

#content ul.produkt-liste li p.price {
	display: inline;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	min-height: 14px;	
	min-width: 100px;	
	}

#content ul.produkt-liste span {
	float: right;
	padding: 0 4px 4px 4px;
	background: #dfdfdf;	
}

#content ul#search-list li {
	padding: 0 4px 4px 4px;
	background: none;	
}

#content #product-img {
	padding: 12px 0 5px;	
}

#content #product-img img {
	display: block;
	margin: 0 auto;
	padding: 6px;
	/*border: 1px solid #c1c1c1;*/
}

#sidebar {
	width: 220px;	
	float: left;
	margin: 0 0 0 20px;	
	background: transparent;
}

#sidebar #navi {
	
}

#sidebar #sonstiges {
	margin-bottom: 20px;
}

#sidebar #navi > ul, #sidebar #sontiges ul {
	margin: 20px 0;
	background: url(../img/navi-bg.png) no-repeat top;
}

#sidebar #navi ul li ul {
	margin: 0;
}
#sidebar #navi li, #sidebar #sonstiges li {
	background: url(../img/navi-bg.png) no-repeat bottom;
}

#sidebar #navi li a, #sidebar #sonstiges li a {
	display:block;
	padding: 5px 20px;
}

#sidebar #navi li ul li {
	background: none;
}

#sidebar #navi li ul a {
	padding: 5px 20px 5px 40px;
}

#sidebar #navi li#current_page > a,
#sidebar #navi li a:hover, #sidebar #sonstiges li a:hover {	
	color: #fff;
	background: #670034 url(../img/navi-hover-bg.png) repeat-y;
}


#sidebar h2,
#sidebar ul#specials,
#sidebar p,
#footer p  { 
	margin-left:20px;
	margin-right:20px;	
	line-height: 1.3em;	
 }

#sidebar ul#specials li, #content ul a.size-small  {
	float: left;
	width: 84px;
	height: 84px;
	margin: 0 6px 6px 0;
	/*background: url(../img/img-bg.png) no-repeat;*/
}

#sidebar ul#specials li img, #content ul a.size-small img {
	display: block;
	width: auto;
	height: 76px;
	margin: 4px auto;
}


#footer {
	height: 39px;
	margin: 0 20px;	
	clear: both;
	background: #660033 url(../img/footer-bg.png) repeat-x;
}

#footer p {line-height: 39px}

/**
* SkipLinks
*/

/**
 * Clearing
 */


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

/**
* 
* @section Inhalte formatieren
* 
*/

.skip { 
   position: absolute;
   left: -1000em;
   width:20em;
}

/**
* 
* @subsection Schriften
* 
*/

body { 
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
	font-size: 87.50%;	
 }

h2 {font-size: 30px;}
h3 {font-size: 20px; border-bottom: 1px dotted #696969;}
h4, h3.table-head, p#result {
	font-size: 18px;
}
#content ul.produkt-liste h3 {
	font-size: 16px;} 
#sidebar #navi {
	font-size: 15px;	
}

#sidebar p, #sidebar #navi li ul a,#search-list p   {
	font-size: 12px;	
}

#search-list p a {
	font-size: 10px;
}

#search-list h3 a {
	font-style: italic;	
}


#sidebar h2 {letter-spacing: -2px;}

h2,h3,h4,h5,h6,p,ul,blockquote {
	margin: 7px 0;
}

h2+p,h3+p,h4+p,h5+p,h6+p,h2+ul,h3+ul,h4+ul,h5+ul,h6+ul, #sidebar h2+p, h2+ul {
	margin-top: -3px;}

/** Absaetze */

#content p {
	line-height: 1.4em;
}

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

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

.strong {
	font-weight: bold;	
}

/**
* 
* @subsection Links
* 
*/

#content a:active {
	position: relative;
	top: 1px;	
}

#content a {
	font-weight: bold;
}

.meta a {
	font-weight: normal;
	}


/**
* 
* @subsection Farben
* 
*/

h2,#content h2 a,h3,h4,h5,h6,th,#search-list h3 a,#sidebar h2 a:hover {color: 	#696969;}

#sidebar, #sidebar a,
#content ul.produkt-liste h3, 
#content a:hover, 
ul.produkt-liste a
 {
	color: #000;
}

#sidebar h2,  
#sidebar h2 a
{
	color: #670034;
}


#sidebar #navi li a:hover,
#sidebar #navi li#current_page > a, 
#footer, 
#footer a
 { 
	color: #fff; 
	text-decoration: none; 	
}

/**
 * content formatierung
 * @#content
 * @author katrin-lisa findling
 * @datum 24.03.2009
 */

#content ul li {
	margin: 10px 0 0 0;
	padding:0 0 0 10px;
	background:url(../img/listenpunkt.png) 0 5px no-repeat;		
}
#content a {
	color: #000;
	border-bottom: 0 none #670033;
	border-left: 0 none;
}


#content a:hover {
	color: #670033;
	border-left: 0 none;	
	border-bottom: 0 none;
}

h4,h5,h6 {
	border-bottom: 1px solid #670033;
	border-bottom-style: groove;
}

/** Search-List */

#search-list h3 {
	font-size: medium;
}

#search-list li {
	border-bottom: 1px solid #c1c1c1;	
}

#search-list p.published {
	text-align: right;
}

#result  {
	
}

/**
* Datentabelle
*
*/

table { width: 500px;  background: url(../img/table-bg.png) repeat-x bottom; }


th {width: 33%; padding: 10px 0 0 0; }
td {width: 33%; padding: 8px 0; line-height: 1.5em; background: url(../img/table-bg.png) repeat-x; }

/**
* 
* Phark-Methode
* @see http://phark.typepad.com/phark/2003/08/accessible_imag.html
*
*/

h1 a { 
	display:block;
	height: 100px;
	text-indent: -1000em;
	background: url(../img/pulse-percussion.png) no-repeat; 	
}

