


 
/********************************************************************************
 * Basis Definitionen
 ********************************************************************************/


body {
  background-color: #fdda13;
  background-image: url(/images/elements/back_yellow.jpg); 
  background-position: center 20px;
}


div, td, th {
  color:#424242;
}

h1 {
	color: #424242;
}

h2 {
	color: #424242;
}

h3 {
	color: #646464;
}

#site {
	padding-left:20px;
	width:700px;
	}

#main_header {
	background-color: #fdda13;
	}
	
.project_text {
	width: 240px;
}
 
.project_images {
	width: 360px;
}






