/* CSS für die Galerie */

/* ID für die Tabelle wo die Thumbnails enthalten sein,
samt Navigations zum vor und zurück schalten */
#g1 {
	margin: 0;
	font-size: 12px;
}

/* Damit die Thumbnails keinen Border haben */
#g1 img.thumb {
	border:0;
	width:100px;
	height:75px;
	margin:2px;
}

#g1 img.thumb:hover {
	width:104px;
	height:79px;
	margin:0px;
}

/* Damit die Thumbnails nebeneinander sind */
#g1 div {
	float:left;
}

/* Tabelle für die Navigation der Thumbnails */
#g1 table {
	margin:0;
	margin-top: 5px;
	width:517px;
	font-size: 12px;
}

/* Div Popup für das grosse Bild */
div.img_big {
	z-index:300;
	margin:0;
	padding:10px;
	position:absolute;
	top: 350px;
	left:400px;
	background:#FFF8AF;
	border:1px solid #CC002F;
	border-top:1px solid #CC002F;	
	border-bottom:1px solid #CC002F;	
	display: none;
	width:420px;
}

/* Tabelle für den Inhalt des Popups der grossen Bilder */
#g1_big table {
	margin:0 auto;
	width:100%;
}

#g1_big table td {
	padding:1px;
	background:#FFF8AF;
	font-size: 10px;
}

#g1_big img { border:0; }

#g1_big form input {
	width:30px;
	font-size:10px;
}

#g1_big form input.submit { width:40px; }


#galtable {
	width: 540px;
}

#galtable a{
	color: #333;
}
#galtable th {
	background: #CC9933;
	font-size: 12px; 
	color: #fff;
}
#galtable td {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

#content div#gallery {
	margin: 20px;
}

#content table#galtable {
	font-size: 12px;
	width: 540px;
	margin: 20px;
}

#content table#galtable td {
	background: #FFFBCF;
	padding: 5px;
}

#content table#galtable th {
	background: #E8ED80;
	padding: 5px;
	color:#333;
}

#content table#galtable a {
	color: #333;
	text-decoration: none;
}

#content table#beschreibung {
	width: 550px;
	color: #333;
	text-decoration: none;
	background: #FFFBCF;
	padding: 10px;
}