/* 
  common settings for www.pixelprojekt-ruhrgebiet.de 2008
  copyright 2008 by Pixelprojekt_Ruhrgebiet
  author: Jan Quickels 
  web: www.jan-quickels.de
*/

/* Import styles */
@import url("reset.css");
@import url("typography.css");
@import url("structure.css");


/* @group general settings */
body {	
	background: #fff url("../img/i_body_bg.gif") repeat-x 0 0;
	text-align: center;
}

/* cb-styles fuer ausstellungen */
.cb-event {
	margin-top: 50px;
	border-bottom: 1px solid #ffffff;
}

.cb-city{
	margin-top: 20px;
	background: #bfc8cf;
	padding: 3px;
}
.cb-date{
	padding: 5px;
}

.cb-title{
	margin-top: 20px;
	font-weight: bold;
}
/* the helping grid 
body {
	background-image: url("../img/i_grid.gif");
} */
/* @end */

