/* ---------------------------------- */
/* -- CSS for Kofler Produkt Nodes -- */


/* ---------- General Posts ---------- */

.node-type-koflertv_post {
  background: white;
  padding: 10px;
  width: 600px; 
  margin-left: 0px;
  margin-top: 10px;
  position: relative; 
  overflow: auto;
}

.node-type-koflertv_post h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.node-type-koflertv_post .title {
  padding-left: 70px;
}

.node-type-koflertv_post .title a {
  text-decoration: none; 
}

.node-type-koflertv_post .content {
  background: transparent;
  margin-top: 0;
}

.node-type-koflertv_post .links {
  /* background: violet; */
  clear: both; 
}

.node-type-koflertv_post .taxonomy {
  /* background: yellow; */
  display: none; 
}

.feed-icons {
  display: none; 
}

.node-type-koflertv_post .preview-image {
  background: transparent;
  float: right; 
  margin-top: 28px;
  margin-right: 23px;
  margin-left: 10px;
  margin-bottom: 10px;
  list-style-type: none
}


/* ---------- News ---------------- */
.node-type-koflertv_post.News {
  background: white url(news-post.jpg) no-repeat;
}

.node-type-koflertv_post.News .title a {
  color: #333366; 
}

.node-type-koflertv_post.News strong,
.node-type-koflertv_post.News em,
.node-type-koflertv_post.News u {
  color: #333366;
}

/* -------------- LOEWE ------------ */
.node-type-koflertv_post.Loewe {
  background: white url(loewe-post.jpg) no-repeat;
}

.node-type-koflertv_post.Loewe .title a {
  color: #cc9966; 
}

.node-type-koflertv_post.Loewe strong,
.node-type-koflertv_post.Loewe em,
.node-type-koflertv_post.Loewe u {
  color: #cc9966;
}


/* -------------- BOSE ------------ */
.node-type-koflertv_post.Bose {
  background: white url(bose-post.jpg) no-repeat;
}

.node-type-koflertv_post.Bose .title a {
  color: #33CC33; 
}

.node-type-koflertv_post.Bose strong,
.node-type-koflertv_post.Bose em,
.node-type-koflertv_post.Bose u {
  color: #33CC33;
}

/* -------------- PHILIPS ------------ */
.node-type-koflertv_post.Philips {
  background: white url(philips-post.jpg) no-repeat;
}

.node-type-koflertv_post.Philips .title a {
  color: #004040; 
}

.node-type-koflertv_post.Philips strong,
.node-type-koflertv_post.Philips em,
.node-type-koflertv_post.Philips u {
  color: #004040;
}

/* ------------- PAGES --------------- */

.node-type-page #content-area {
  background: white;
  padding: 10px;
  width: 600px; 
  margin-left: 120px;
  margin-top: 10px;
  position: relative; 
  overflow: auto;
}

#content-area {
  margin-left: 120px;
}

ul.links li.node_read_more {
  display: none;
}

/* -------------- GALLERY --------------- */
div.galleryTitle {
  background: black;
  color: white; 
  width: 540px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 50px;
  font-size: 1.8em;
}


div.node-type-koflertv_gallery h2.title {
  display: none;
}

div.submitted {
  display:none;
}

div#flashcontent {
  background: black;
  color: white;
  width: 600px;
  font-weight: normal;
}

div#flashcontent p,
div#flashcontent a {
  padding-left: 50px;
}