* {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #757575;
}

a {
  color: #757575;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style-type: square;
  list-style-position: inside;
  margin-bottom: 15px;
  font-size: 12px;
}

ul * ul {
  list-style-type: square;
  list-style-position: inside;
	padding-left: 40px;
  margin-bottom: 15px;
  font-size: 12px;
}

p {
  margin-bottom: 10px;
  font-size: 12px;
  color: #000000;
  line-height: 17px;
}

thead {
  display: none;
  visibility: collapse;
}            

tfoot {
  display: none;
  visibility: collapse;
}            

#container {
  margin: auto;
  padding: 0px;
  width: 800px;
  text-align: left;
}

    #portal {
      margin: 0px;
      padding: 6px 54px 0px 54px;
      color: #EEEEEE;
      text-align: right;
      height: 30px;
      font-size: 10px;
    }
        
        .dropdown {
          width: 130px;
          font-size: 10px;
        }
    
    #header {
      background-image: url("../images/header_bg.gif");
      background-repeat: no-repeat;
      margin: 0px;
      padding: 0px 50px;
      vertical-align: middle;
      height: 75px;
      border-bottom: 2px solid #FFFFFF;
    }
    
    #startBanner {
      background-image: url("../images/start_banner.jpg");
      background-repeat: no-repeat;
      margin: 0px;
      padding: 0px;
      vertical-align: middle;
      text-align: right;
      height: 129px;
      width: 800px;
      border-top: 0px solid #FFFFFF;
      border-right: 0px solid #FFFFFF;
      border-bottom: 2px solid #FFFFFF;
      border-left: 0px solid #FFFFFF;
    }
    
    #contentContainer {
      background-color: #EEEEEE;
      margin: 0px;
      padding: 0px;
    }
    
        #menu { /*158*/
          background-color: #EEEEEE;
          width: 139px;
          margin: 0px;
          padding: 2px 16px 15px 9px;
          vertical-align: top;
          font-size: 11px;
        }
        
            .language {
              margin: 0px 0px 8px 0px;
              padding: 0px;
              font-weight: normal;
              display: block;
            }
            
            .topMenuItem {
              margin: 7px 0px 0px 0px;
              padding: 0px;
              text-align: right;
              text-transform: uppercase;
              display: block;
            }
						
						#topMenuItemActive {
							color: #070156;
						}
            
						#subMenuItemActive {
							color: #070156;
						}
            
            #subMenuItems_Produkte {
              display: block;
            }
            
            #subMenuItems_Unternehmen {
              display: block;
            }
            
            #subMenuItems_Veranstaltungen {
              display: block;
            }
            
            #subMenuItems_Literatur {
              display: block;
            }
            
                .subMenuItem {
                  margin: 5px 0px 0px 0px;
                  padding: 0px;
                  color: #757575;
                  text-decoration: none;
                  text-align: right;
                  display: block;
                }
                
            #metaMenu {
              margin: 50px 0px 0px 0px;
            }
            
            #search {
              margin: 30px 0px 0px 0px;
              text-align: right;
            }
            
                #searchInput {
                  border-left: 2px solid #757575;
                  border-top: 2px solid #757575;
                  border-right: 1px solid #757575;
                  border-bottom: 1px solid #757575;
                  font-size: 10px;
                }
            
        #startContent { /*494*/
          background-color: #EEEEEE;
          width: 640px;
          margin: 0px;
          padding: 22px;
          border-left: 2px solid #FFFFFF;
          vertical-align: top;
        }
				
        #startContent table { /*494*/
					margin: 16px 0px 16px 0px;
        }
				
					.topNewsPic {
						float: left;
					}
					
					.topNewsText {
						height: 81px;
						width: 200px;
						border-left: 0px solid #C7C7C7;
						border-right: 1px solid #C7C7C7;
						border-top: 1px solid #C7C7C7;
						border-bottom: 0px solid #C7C7C7;
					}
					
					.topNewsTextContent {
						padding: 5px 3px 0px 5px;
						font-size: 11px;
						line-height: 13px;
						color: #757575;
					}
					
					.topNewsMore {
						height: 10px;
						width: 200px;
						border-left: 0px solid #C7C7C7;
						border-right: 1px solid #C7C7C7;
						border-top: 0px solid #C7C7C7;
						border-bottom: 1px solid #C7C7C7;
						font-size: 5px;
						text-align: right;
						vertical-align: bottom;
						color: #757575;
					}
					
					.topNewsMore img {
						margin: 0px 1px 1px 0px;
					}
        
        #content { /*494*/
          background-color: #EEEEEE;
          width: 427px;
          margin: 0px;
          padding: 21px 30px 7px 35px;
          border-left: 2px solid #FFFFFF;
          vertical-align: top;
        }
        
						.teaserListItem {
							padding-top: 20px;
              border-bottom: 1px solid #070156;
						}
						
						.teaserBlock {
							background-color: #EEEEEE;
						}
						
						.teaserPic {
							width: 108px;
							padding-right: 18px;
							background-color: #EEEEEE;
						}
						
						.teaserText {
							width: 310px;
							background-color: #EEEEEE;
						}
						
							.teaserMainHeadline {
								font-weight: bold;
								font-size: 14px;
								color: #070156;
								margin-bottom: 16px;
							}
	
							.teaserSuperHeadline {
								font-weight: bold;
								font-size: 12px;
								color: #000000;
							}
							
							.teaserText p {
								padding: 0px;
								margin: 0px;
								padding-bottom: 5px;
							}
						
						.teaserLink {
							text-align: right;
							font-size: 12px;
							padding-bottom: 5px;
						}
						
            #headline {
              font-weight: bold;
              font-size: 14px;
              color: #000000;
            }
            
            #mainHeadline {
              font-weight: bold;
              font-size: 16px;
              color: #070156;
              margin-bottom: 16px;
            }
            
            .bildTextBlock {
              width: auto;
              clear: left;
              padding-top: 10px;
            }
            
            .headline {
              font-weight: bold;
              font-size: 14px;
              color: #000000;
              margin-bottom: 10px;
              margin-top: 15px;
            }
            
            .bilder {
              width: 190px;
              float: left;
              padding-top: 3px;
              padding-right: 18px;
            }
            
                .bildContainer {
                  width: 172px;
                  padding-bottom: 10px;
                  clear: left;
                }
                
                .bild {
                  width: 172px;
                  clear: left;
                }
                
                .bildText {
                  font-size: 10px;
									line-height: 12px;
                }
                
                .bildText * {
                  font-size: 10px;
                  vertical-align: middle;
                }
                
                .popup {
                  margin: 0px 3px 0px 0px;
                }
            
            #content table.techData {
              margin-bottom: 5px;
              font-size: 12px;
            }
            
            #content table.techData * td {
              border-color: #757575;
              border-style: solid;
              padding: 3px 9px;
              background-color: #C1C0CD;
            }
        
            #content table.techData * td.tableLeft {
              border-width: 1px 0px 1px 1px;
              text-align: left;
            }
        
            #content table.techData * td.tableRight {
              border-width: 1px 1px 1px 0px;
              text-align: right;
            }
        
            #content table.techData * td ul, #content table.techData * td p {
              margin: 0px;
            }
            
            #content table.techData * td.separatingLine {
              border-width: 0px;
              height: 7px;
              background-color: #EEEEEE;
            }
            
            .techDraw {
              border: 1px solid #757575;
              padding: 20px;
              background-color: #FFFFFF;
              margin-bottom: 3px;
            }
						
						.addInfo {
							display: none;
						}
            
            #lastLine {
              margin-top: 29px;
              font-size: 10px;
            }
            
            lastLine * {
                  margin: 0px;
                  padding: 0px;
                  width: 200px;
/*                  height: 19px;*/
            }
            
/*            #lastLine * img {
              margin: 0px 3px;
            }
*/            
                #print {
                  text-align: left;
                  float: left;
                }
        
                #print img {
                  margin: 0px 3px 0px 0px;
                }
            
                #goToTop {
                  text-align: right;
                  float: right;
                }
                
                #goToTop img {
                  margin: 0px 0px 0px 3px;
                }
            
        #featureColumn { /*148*/
          background-color: #EEEEEE;
          width: 110px;
          margin: 0px;
          padding: 6px 15px 4px 15px;
          border-left: 2px solid #FFFFFF;
          vertical-align: top;
          font-size: 10px;
        }
            #features * {
              vertical-align: middle;
            }
            
            #features div {
              padding-top: 15px;
              padding-bottom: 8px;
              border-bottom: 1px solid #FFFFFF;
            }
        
            .featurePic {
              margin-top: 4px;
              margin-bottom: 4px;
            }
						
						.featureHeader {
							padding-top: 15px;
							padding-bottom: 10px;
							border-bottom: 1px solid #0D0656;
							color: #757575;
							font-weight: bold;
						}
						
						.featureList {
							padding-top: 7px;
							padding-bottom: 10px;
						}
						
						.featureIcon {
							padding-right: 6px;
						}
						
						.featureText a {
							font-size: 10px;
							font-weight: normal;
							color: #000000;
							text-transform: upperCase;
						}
    
    #footer {
      background-image: url("../images/footer_bg.gif");
      background-repeat: no-repeat;
      margin: 0px;
      padding: 0px;
      width: 800px;
      height: 48px;
      border-top: 2px solid #FFFFFF;
    }
    
    #subfooter {
      margin: 0px;
      padding: 3px 38px 20px 38px;
      font-size: 10px;
    }
    
        #copyright {
          margin: 0px;
          padding: 0px;
          color: #EEEEEE;
          text-align: left;
          width: 300px;
          float: left;
        }
        
        #law {
          margin: 0px;
          padding: 0px;
          color: #EEEEEE;
          text-align: right;
          width: 400px;
          float: right;
        }
        
        #law a {
          color: #EEEEEE;
          margin-left: 20px;
          font-weight: normal;
        }
