/* 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 auto;
	font-size: 12px;
	width: 530px;
}

/* 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 auto;
	width:404px;
	font-size: 12px;
}

/* Div Popup für das grosse Bild */
div.img_big {
	z-index:300;
	margin:0;
	padding:10px;
	position:absolute;
	top: 180px;
	left:380px;
	background:#fff;
	border:2px solid #dc8e49;
	border-top:8px solid #dc8e49;	
	border-bottom:8px solid #dc8e49;	
	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:#fff;
	font-size: 10px;
}

#g1_big img { border:0; }

#g1_big form input {
	width:30px;
	font-size:10px;
}

#g1_big form input.submit { width:40px; }

table#galtable {
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	border: 1px solid #dc8e49;
}

table#galtable th {
	font-size: 13px;
	background: #dc8e49;
}

table#galtable td {
	padding: 2px;
    font-size: 12px;
	background: #eebc81;
}

table#galtable td a {
	color: #7e0000;
	font-weight: bold;
	text-decoration: none;
}

table#galtable td a:hover {
	color: #dc8e49;
}
