body {
  color: black; 
  background-color: white;    
  font-size: 100.01%;    
  font-family: Helvetica,Arial,sans-serif;    
  margin: 0; 
  padding: 1em;    
  min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */  
}  
div#header {    
  font-size: 1.5em;
  margin: 0 0 0.1em; 
  padding: 0.1em;
  text-align: center;
}  
div#header img {
  width: 425px;
  height: 100px;
}

div#right {    
  display:none
}
div#left {    
  display:none
}
div.breadcrumb {
  display:none;
}
div#content {    
  margin: 1em 0 0.1em; 
  padding: 0 1em;
  font-size: 13px;
}  
* html div#content {
  height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */  
}  

div#footer {    
  clear: both;
  font-size: 0.7em;
  margin: 0; 
  padding: 0.1em;    
  text-align: center;    
}

/* Content Styles */
div#content h2 {    
  font-size: 1.2em;    
  margin: 0.2em 0;  
}  
div#content p {    
  margin: 1em 0;  
}  
div#content p.bodytext {
  margin-top:0;
}
div#content ul {
  margin-top:5px;
  margin-bottom:5px;
}
div#content a:link, div#content a:visited {
  color:#555555;
  font-weight:bold;
  text-decoration:none;
}
div#content a:hover {
  color:#405695;
  text-decoration:underline;
}
#content .csc-header h3 {
  margin-top:40px;
}
div#additional_links {
  display:none;
}

.csc-frame-frame1 {
  background-color: #405695; 
  border: 1px solid #333333;
  color:#ffffff;
  height: 20px;
  font-size:15px;
  vertical-align: middle;
}
.csc-frame-frame2 {
  background-color: #F5FFAA; 
  border: 1px solid #333333;
}

.align-left {
  text-align:left;
}
.align-right {
  text-align:right;
}
.align-center {
  text-align:center;
}
.align-justify {
  text-align:justify;
}

h3 {
  margin-bottom:5px;
}
h4 {
  margin-bottom:3px;
}

table.contenttable {
margin-left:auto;
margin-right:auto;
}
table.contenttable td {
  font-size:12px;
  padding:3px;
}


a.internal-link img {
border: none;
}

.ProduktItem {
float:left;
margin-bottom:10px;
margin-right:20px;
width:260px;
height:230px;
min-height:230px;
max-height:230px;
text-align:center;
}