
/* ***** ***** Creative Creatures Gallery Stylesheet ***** ***** */

/* ***** Picture-Specific ***** */

.PicTitle {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
	
.InfoText {
	text-align: justify;
	margin-right: 2em;
	margin-left: 1.5em;
}

.InfoTextHead {
	font-weight: bold;
}

.LongDesc {
	text-align: justify;
	margin-right: 2em;
	margin-top: 1em;
	margin-left: 1.5em;
}

.PicInfoLinks {
	margin-top: 2em;
	text-align: center;
}

.PicInfoLinks img {
	margin: 0.5em 1em;
	border: 0;
}

.PicLink img {
	border: 0;
}

img.Picture {
	float: left;
	margin: 0.3em 1em;
}

/* ***** Gallery-Specific ***** */

.GalTitle {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}

.Meister {
	position: fixed;
	top: 5px;
	right: 0px;
}

.Meister img {
	border: 0;
}

.CrCrBack {
	position: fixed;
	top: 5px;
	left: 5px;
}

.CrCrBack img {
	border: 0;
}

.GalRightTopSpacer {
	height: 60px;
}

.GalRightBody {
	width: 100%;
	text-align: center;
}

.GalRightItem {
	margin: 2em 0em;
}

.GalRightItem img {
	border: 0;
	/*padding: 0.7em;
	background: #333333;*/
}

.GalIdxBody {
	text-align: center;
	width: 100%;
	/*background-image: url("images/webkachel_1.jpg"); */
}

.GalIdxItem {
	margin: 1em 2em;
	padding: 1em;
	display: inline-block;
	text-align: center;
	/*background: #333333;*/
}

.GalIdxItemImg img {
	border: 0;	
}

.GalIdxItemTitle {
	font-size: 12pt;
	font-weight: bold;
}

.GalIdxItemTitle a:link {
	color: white;
}

.GalIdxItemTitle a:visited {
	color: white;
}

/* ***** General ***** */

/* Margin Ref: All / Top+Bottom Left+Right / Top Left+Right Bottom / Top Right Bottom Left */

body {
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 1em 0em 1em 1em;
}
td,th,ul,ol,dl,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
small {	font-size: 8pt; }
big { font-size: 12pt; }
a { text-decoration: none; }
a:link { color: #6666FF; }
a:visited { color: #5555CC; }
a:hover { color: #AA2222; }
a:active { color: #FF0000; }

