/* 
   Nicht-Shop-Seiten
   _________________
*/


#contentwrap1 {
  margin: 6% 0 0 0;
  text-align: center;
}

#contentwrap2 {
  width: 500px;
  margin: 0 auto;
}

.content {
  float: left;
  margin-bottom: 17px;
  border: solid 1px #bab3ee; 
  background-color: #e7e3ff;
  background-image: url("../images/pages/content_bg.gif");  
  text-align: left;
  padding: 17px;
}

.content, 
.content table {
  color: #214;
}

.content h1, 
.content h2, 
.content h3 {
  margin: 0 0 1em 0;
}

.content h1 {
  font-size: 1.4em;
}

.content h2 {
  font-size: 1.2em;
  font-weight: bold;
}

.content h3 {
  margin: 1em  0 1em 0;
  font-size: 1em;
  font-weight: bold;
}

.content p, 
table.indenttb {
  margin: 0.7em 0;
  line-height: 1.4em;
}

.content b.item {
  font-size: 0.94em;
}


.content ul.presse li {
  margin-top: 0.4em;
}

.content ul.presse li a {
  text-decoration: none;
}

.content ul.presse li a:hover {
  text-decoration: underline;
}


p.liftct { 
  text-align: right; 
  margin-bottom: 0;
  color: #657;
}

p.liftct a { 
  font-size: 0.84em;
  text-decoration: none; 
  color: #657;
}

p.liftct a:hover { 
  font-size: 0.84em;
  color: #435;
  text-decoration: underline; 
}

