/* layout */
body {background-color: black; font-family: times, serif}
table.frame {margin-left: auto; margin-right: auto; width: 80%; background-color: white; border: 5px ridge white}
/* table padding + spacing still missing */

/* standard styles */
h1 {text-align: center; font-size:500%; background-color: gray; margin-bottom: 5px; margin-top: 0px;}
h2 {
	font-size: 200%;
	margin-top: 0;
}
p {font-size: 120%; margin-left: 5px; margin-top: 5px}
li {font-size: 300%; margin-top: 20px; list-style-type: none}

img {
	border-color: white;
}


/* a:link {
	text-decoration: underline;
} */

a:visited {
	color: blue;
}

a:hover {
	color: red;
}

/* menues */
p.gm {font-size: 300%; margin-top: 40px; margin-bottom: 40px} /* galerie-menu */
p.hgm {font-size: 200%; margin-top: 30px; margin-bottom: 30px} /* home-galerie-menu */
/* rename classes gm & hgm -> gallerymenu & homegallerymenu */

/* navigation style */
p.nav {font-size: 120%; color: white; background-color: black; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; padding-left: 5px}
a.nav {text-decoration: none; color: white}
a.nav:link {text-decoration: none; color: white}
a.nav:visited {text-decoration: none; color: white}
a.nav:hover {text-decoration: underline; color: yellow}
a.nav:active {text-decoration: underline; color: red}
.navhere {color: yellow; font-weight: bold}

.galleryimg {
	text-align: center;
}

/* misc */
p.enter {
	font-size: 200%;
	text-align: center;
}

p.copyright {
	font-size: 120%;
	text-align: right;
	background-color: gray;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0;
} /* make id */

p.cat {font-size: 150%; text-align: center; font-weight: bold}

.thumbnails {
	border-color: black;
	border-style: solid;
	border-width: thin;
	width: 90%;
	text-align: center;
	border-collapse: collapse;
}

/* class "thumb" wieder entfernen, sobald von table layout nach div+css konvertiert */

.thumb {
	border-color: black;
	border-style: solid;
	border-width: thin;
}

.thumbtitle {
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}

.description {
	text-align: center;
	margin-top: 0;
}


.ch_img{
	font-size: 400%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}


.gallerynr {
	text-align: center;
	margin: 0;
}

/* ***** */

.totop {
	text-align: center;
}

.nounderline {
	text-decoration: none;
}