/* 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;
	margin:0 0 0 40px;
}

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



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

/* Tabelle für die Navigation der Thumbnails */
#g1 table {
	width:415px;
	font-size: 12px;
}

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

/* 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:#E4E4E4;
	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:410px;
	margin:10px 0 30px 0;
}

#galtable td {
	padding:5px;
	background:#E5E5E5;
}


#galtable a {
	text-decoration:none;
	color:#333;
	font-weight:bold;
}

#beschreibung {
	width:510px;
	margin:20px 0 0 0;
}

