/*******************************************************************************
 *
 * CSS Style Sheet 
 *
 * History: 08.01.2010 RB - Erstellung 
 *
 * www.Fusion-Software.de - info@fusion-software.de
 *  
 *******************************************************************************/   

/* Body Hintergrund */
body {
  background: #000000 url(../images/back.jpg) no-repeat center;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  margin: 0px; 
  padding: 0px;
}
a {
  color: #b2b2b2;
  text-decoration: none;
}
img {
  border: 0px;
}
* {
	padding				:	0px;
	margin				:	0px;
}

/* Umschließend */
#wrap {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
}

