@CHARSET "UTF-8";

table.gallery {
	width: 630px;
	
	margin: 0px 10px 10px 10px;
	padding: 0px;
}

table.gallery td {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

table.gallery td.headline {
	width: 640px;
	
	font-weight: bold;
	
	border-bottom: solid 1px #cfcfcf;
}

table.gallery td.image {
	width: 160px;
	
	vertical-align: top;
}

table.gallery td.image img {
	border-bottom: solid 1px #cfcfcf;
}

table.gallery td.description {
	width: 480px;
	
	vertical-align: top;
}

table.gallery td.picture {
	width: 210px;
}

table.gallery td.picture_big {
	width: 640px;
	text-align: center;
}

table.gallery td.back {
	width: 640px;
	text-align: center;
}