 /* ***************** Allgemeine Styles ******************** */
* {
  margin: 0;
  padding: 0;
}
        
body {
  color: #292929;
  font-family: arial, verdana, sans-serif;
  font-size: 100.01%;
  margin: 0pt;
  background: #eee;
}       
    
div.clear {
  clear: all;
  clear: both;
}
	
	
ul {
  padding-left: 15px;
}

ol {
  padding-left: 20px;
}

ul li,
ol li {
  margin-bottom: 3px;
}

a {
  color: #237c89;
}

div.wrapper {
  width: 770px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
  border: #afdfb7 1px solid;
  /* background-image: url(bg_img_etsignet.gif);
  background-repeat: no-repeat;
  background-position: 130px 100px; */
}
/* ***************** HEADER Styles ******************** */

.header {
  text-align: right;
  color: #a9a9a9;
  font-family: times, serife;
  clear: all;
}
        
.header h2, .header h3 {
  padding-right: 10px;
}
        
.header h2 {
  color: #000;
  font-size: 0.75em;
  background: #afdfb7;
  padding-top: 5px;
}
        
.header h2 a {
  color: #000;
}
		
.header h2 a:hover {
  color: #666;
}
		
		
.header h3 {
  font-size: 3.8em;
  background: #afdfb7;
}
        
.header div.headlinebar {
  height: 2em;
  background: #bbe8c6;
  float: right;
}

.tradingas {
  visibility: hidden;
}
		
/* ***************** CONTENT Styles ******************** */
.content {
  position: relative;	
}
		
/* ***************** CONTENT RIGHT Styles ******************** */
.containerright  {
  position: relative;
  width: 200px;
  padding-bottom: 468px;
  float: left;
}
		 
.keyvisual {            
  position: absolute;           
  left: 0;
  width: 200px;			
}
		 
.subline {
  color: #007784;
  text-align: center;
  padding-left: 20px;
  padding-top: 5px;
  font-weight: bold;
  font-size: 1.5em;
  padding-bottom: 10px;			
}
		
/* ***************** CONTENT MAIN Styles ******************** */

.containermain {
  float: left;
  width: 520px;
  padding: 10px 10px 10px 20px;
  font-size: 0.8em;
}			
			
.containermain h1 {
  color: #237c89;
  font-size: 1.0em;
  margin-bottom: 5px;
}
			
.contentbox {
  float: left;
  width: 520px;
}
			
			
.ceWrap {
  padding-bottom: 20px;
  clear: all;
}


/* ***************** FOOTER Styles ******************** */
.footer {
position: relative;
}

.footertext {
  color: darkgrey;
  float: right;
  padding-right: 20px;
  font-size: 0.8em;
}

.footertext a {
  color: darkgrey;
}