body {  /*  background-image: url(wolken.jpg); */
  background-color: c0c0c0; 
  width: 2000;
background-position: center; center; 
  background-repeat: no-repeat;
  background-attachment: fixed;
 } 

#content /* der Beitrag-Bereich */ 
 { background-color: #ffffff;
padding: 20px; 
border-radius: 10px 10px 10px 10px; 
border-color: #ffffff;
 } 

blockquote { /* das große Logo */
background-color: #ff4500; padding: 5px; 
position: fixed; 
top: 0px; left: 0px;  
width: 300px; height: 145px;
border-radius: 20px 20px 20px 20px;
background: #ffffff;
  hover: color: #d3d3d3;
   } 

.well { /* die felder */ 
	min-height: 20px;
	padding: 19px;
	margin-bottom: 10px;
	background-color: #d3d3d3;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05); */
 } 
