@charset "utf-8";
/* CSS Document */

#gallery .items, #agenda .items, #piloti .items {
	/*border: 1px solid #CCCCCC;*/
	margin-top: -5px;
}


#gallery {
	padding-top: 10px;
	padding-bottom: 25px;
}
#gallery .items td{
	padding: 5px;
}
#gallery .items .box{
	border-top: 1px dotted #CCCCCC;
	padding: 5px;
}
#gallery #galleryPreview {
	height: 130px;
}
#gallery #galleryPreview td {
	padding: 3px;
}
#gallery #galleryPreview td img {
	max-width:120px;
}

#agenda {
	width: 260px;
	float:left;
}
#agenda .box, #guestbook .box{
	padding: 5px;
}
#agenda .items a {
	font-weight: bold;
}
#agenda td.image {
	width: 80px;
}

#piloti {
	margin-left: 280px;	
	min-height:200px;
	
	width: 242px;
}
#piloti .image {

}
#pilotiPreview .title {
	position:relative;
	top:-17px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #000000;
}

#pilotiPreview {
	height: 180px; 
}
