body, html
{
  font-family : Arial, Sans-Serif;
  font-size : 13px;
  color : #868889 /*grey*/
}

h1, h2, h3, h4, h5, h6
{
  font-weight : normal;
  margin : 0px 0px 7px 0px;
  padding : 0px;
  font-size : 13px;
  color : #868889 /*grey*/
}

h1
{
 font-weight : bold;
 color : #ec7404; /*orange*/
}

h2
{
 color : #ec7404; /*orange*/
}

p
{
  padding : 0px;
  margin : 0px 0px 5px 0px;
}

a
{
  text-decoration : none;
  color : #ec7404; /*orange*/
}

a:hover
{
  text-decoration : underline;
  color : #ec7404; /*orange*/
}

img.none
{
  border : 0px;
}

.clear
{
  clear : both;
  line-height : 0px;
  font-size : 0px;
  height : 0px;
}

/*main navigation*/
div#navigation span
{
  text-transform : lowercase;
  font-size : 13px;
  padding : 0px 6px;
  border-left : 2px solid #ec7404;    /*orange*/
}

div#navigation span.nb
{
  border : 0px;
}

div#navigation span a
{
  font-weight : bold;
  color : #868889;   /*grey*/
}

div#navigation span a:hover, div#navigation span.active a, div#navigation span.active a:hover
{
  text-decoration : none;
  font-weight : bold;
  color : #ec7404;  /*orange*/
}


img.product-selection-image
{
  float : left;
  margin-right : 5px;
}

/*Typo3-werte ueberschreiben*/
.important
{
 color :  #ec7404;   /*orange*/ 
}