@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);

/* Generelle Einstellungen des Body */
#cssbody {
	background: #ffffff;  /* Hintergrundfarbe */
	opacity: 1; /* Transparenz des gesamten Bodies */
  
  margin-left: auto;
  margin-right: auto;
  
  width: 90%;
}

/* Einstellungen für Text innerhalb des Bodies */
#cssbody csbody {
  color: #000000; /* Schriftfarbe */
  list-style: none;
  margin: 0;
  padding: 0px 50px;
  font-family: 'Verdana', sans-serif; /* Schriftfont */
  font-weight: 100;
  font-size: 16px; /* Schrifgröße */
  line-height: 1.5;
  
  zoom: 1;
}