﻿/* 
  Title:  jacob-cement.de
  Author: Torben Hansen, Skyfillers GmbH
  Date:   17.03.2010
*/

/************************************************************/
/* Common Textstyle                                         */
/************************************************************/
* {
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  color: #333333;
}

body { 
	font-family: Arial, Sans-Serif;
  font-size: 11px;
	color: #000000;
}

h1, h2, h3, h4, h5, p, td, ul, ol, blockquote, input, textarea, select { font-family: Arial, Sans-Serif; }
pre { font-family: monospace; }
form { margin: 0; padding: 0;}
p, pre { line-height: 1.4em; }
p, td, ul, ol { font-size: 11px; }

p.bodytext { margin: 0 0 10px 0; }

a {	text-decoration: underline; color: #000000; }
a:hover {	Text-decoration: underline; color: #000000; }

#content ul { 
	padding: 0 0 0 15px; 
}

#content li { 
	margin: 0 0 0 30px; 
}

ul.productgroups a {
	color: #787878;
	text-decoration: none;	
	font-size: 10px;
	text-transform: uppercase;
}

ul.productgroups a:hover,
ul.productgroups a.active {
	text-decoration: none;
	color: #000000;
}

ul.topmenu li a {
	color: #000000;
}


ul.jc-stores a { 
	color: #999999; 
}

/************************************************************/
/* Headers                                                  */
/************************************************************/
#content-container h1 {
	background-image: url(../gfx/jc-bg-h1-content.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	margin: 0 0 25px 0;
}

#content-container #content h2 {
	margin-bottom: 5px;
}

#menuright h1 {
	background-image: url(../gfx/jc-bg-h1-menuright.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	margin: 0 0 3px 0;
}


/************************************************************/
/* Formatting	Suchbox                                       */
/************************************************************/
input.searchbox {
  border: 0;
  width: 200px;
  height: 21px;
  line-height: 21px;
  padding: 0 0 0 6px;
  background-image: url(../gfx/jc-pfeil-rot-left-menuright.gif);
  background-repeat: no-repeat;
  background-position: center right;
}
