/* stil galerie */ 

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, arial;
}

.gal_header {
	padding: 15px 30px 15px 30px;
	background-color: #cccccc;
	text-align: right;
	font-size: 70%;
	color: #cccccc;
	border-bottom: 25px solid white;
}
.gal_header a {
	padding: 4px 8px;
	color: #222222;

	text-transform: uppercase;
	text-decoration: none;
	background-color: #cc0000;	color: white;
}

.gal_header a:hover {
	background-color: #eaeaea;	color: #cc0000;

}

.gal_header h2 {
	float: left;
	text-align: left;
	width: 300px;
	font-size: 100%;
	color: #777777; color: #cc0000;
	font-weight: normal;
	text-transform: uppercase;
}
/* Added */
table {
	width: 100%;
}

.table_index {
	font-size: 85%;
	line-height: 1.9em;
	color: #333333;
	text-transform: uppercase;
	font-family: Arial, Verdana;
}
/* index */

h1 {
	padding: 15px 30px 15px 30px;
	background-color: #cccccc;
	text-align: center;
	font-size: 70%;
	color: #333333;
	text-transform: uppercase;
}

h1 a {
	text-decoration: none;
	color: #333333;
}