
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */	
/* - - - - - - - - - - (c) 2005 BaseCMP Professional Web Solutions  - - - - - - - - - - */
/* - - - - - - - - - -   Author: Arne Wiehe,awiehe@basecmp.com   - - - - - - - - - - -  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */	
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */	

/* - - - - - - - - - - - - - - - - - - - Generals - - - - - - - - - - - - - - - - - - -  */		

body {	
  margin:0;	
  padding:0;	
  font-family:Arial, Helvetica, sans-serif;	
  font-size:12px;	
  color:#cccccc;	
  text-align:center;	
  background: #999999;	
  }

.cleaner {	
  clear:both;	
  height:1px;	
  font-size:1px;	
  border:none;	
  margin:0; 
  padding:0;	
  background:transparent;	
  }

a{color:#000000; text-decoration:none;}  
a:hover, div.fliess a:visited {color:#000000;}  

h1, h2, h3, h4 {font-family:Impact, Arial, Helvetica; }


/* - - - - - - - - - - - - - - - - - Content Areas - - - - - - - - - - - - - - - - - -  */		

#horizon {	
  color: white;	
  background-color: transparent;	
  text-align: center;	
  position: absolute;	
  top: 50%;
  left: 0px;	
  width: 100%;	
  height: 1px;	
  overflow: visible;	
  visibility: visible;	
  display: block;
  }

#content {	
  position: absolute;	
  margin-left: -550px;	
  top: -300px;	
  left: 50%;	
  width: 1100px; 	
  height: 600px;		
  visibility: visible;	
  text-align:left;	
  background: white url(bg_cccccc.gif) top right repeat-y;
  }	
  
#header {}	
  
#main1 { 	
  width: 1096px; 	
  height: 596px;	
  margin:0;
  padding:0;
  background: url(logo2.gif) 20px 10px no-repeat;
  border:2px solid black;	
  overflow:hidden;	
  }
  
#main2 {}

#left {}

#right {	
  float:right;	
  width:198px;	
  height:580px;	
  padding:0;	
  margin:0;
  overflow:hidden;	
}

#middle {margin:0 240px 0 60px; border:1px solid transparent;}	

#footer {	
  width:1104px;	
  height:30px;	
  margin:0;	
  background:#999999;
 }


