/* CSS Document */
#gallery-list {
color: #ccc;
}
#gallery-list a{
color: #fff;
text-decoration: none;
}
#gallery-list a:hover{
color: #ff0000;
text-decoration: none;
}

#gallery-div {
width: 700px;
font-size: 10px;
}

#gallery {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ccc;
font-size: 12px;
}

#gallery a {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ccc;
font-size: 12px;
text-decoration: none;
}

#gallery a:hover {
color: #fff;
}

#g1 table {
	width:420px;
	padding:10px;
	margin: 5px;
}

div.img_big {
	top:2%;
	left:10%;
	position: absolute;
	border:1px solid #FEC500;
	border-top:1px solid FEC500;	
	border-bottom:1px solid FEC500;
	background: #DE1E13; /* Farbe des grossen Bildes ändern */
	
}

div.img_big table#top td {
	color: #fff; /* Schriftfarbe Bild weiterschalten ändern */
}

#g1_big table td {
	padding:1px;
	font-size: 10px;
	color:#333;
	background: #DE1E13;  /* Farbe des grossen Bildes ändern */
	
}

#g1_big table {
	margin:0 auto;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 9px;
}
