/* Styles for Breuer & Wardin */
/* Miriam Torbeck, for THS-Systems.de */
/* Version: 09.07.2007 */
/*Print Version*/


* {
    margin:0;
    padding:0;
    }

html, body  {
   background-color: #fff;
   }

body {
  height: 100%;
}

a, a:link  {
   text-decoration: none;
   color: #000;
}

a:hover {
  text-decoration: underline;
  color: #9b1938;
}

/* Dies druckt die URL eines Links in CSS2-faehigen Browsern */

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
  font: bold 14px Arial, Verdana, sans-serif;
  text-transform: uppercase;
}

#logo{
    margin-top: 30px;
}


#search, #mainnavi, #navi, #right, #footer {
display: none;
}

#main {
    float: left;
    width: 100%;
/*    margin: 45px 13px 15px 13px;*/
}

#main div {
	margin-top: 15px;
}
/* several p and span styles */

/* content area hilight header */
.header {
  background: #fff;
  color: black;
}

/* hilight price */
.price, .preisGrau {
  background: #fff;
  color: black;
}

/*some box-texts get a bg-color - nifty yellow-creme */
.bg-creme, .hellcreme {
  background-color: white;
}


/* content link  */
a.dotlink, a.dotlink:link {
  background: transparent url(../images/link3.gif) no-repeat center right;
  color: #000;
  }

/*sliding door to enlarge the headline text dynamically,
right part of background-image */
.box-item-header {
  background: none;
}

/* sliding door part 2, small left part of bg-image */
.box-item-header h2, .box-item-header h1, .box-item-header h3, .box-item-header h4, .box-item-header h5 {
  color: black;
  background: none;
}

.box-item-content {
    float: left;
    width: 100%;
}

/*sliding door for headline text,
left part of bg-image */
.box-line-header {
  background: none;
}

/* sliding door part 2, long right part of bg-image */
.box-line-header h2 {
  color: black;
  background: none;

}

