@charset "utf-8";
html, body {
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
}
body {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-color: #000000;
}
#bgWrapper {
	position:absolute;top:0;left:0;z-index:1;
	overflow:hidden;
	width:100%;
	height:100%;
}
#bgWrapper div {
	position:relative;
	float:left;
}

#bgWrapper img {
	display:block;
	min-height:100%;
}

.main {
	padding-top:30px;
	padding-bottom:20px;
	width: 500px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 18px;
	height:420px;
	text-shadow:1px 1px #000;
}
.content h1 {
	font-size: 16px;
	color: #FFFFFF;
	text-shadow:1px 1px #000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #595959;
	font-size: 11px;
	font-weight: bold;
	text-shadow:1px 1px #000;
}
.footer a {
	color: #595959;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.galerie {
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	width: 176px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.galerie img {
	border: 1px solid #202020;
}
.galerie img:hover {
	border: 1px solid #666666;
}
.gtitles {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 12px;
	text-align: center;
	background-image: url(images/gtitles.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.gtitles a {
	color: #CCCCCC;
	text-decoration: none;
	text-shadow:1px 1px #000;
}
.gtitles a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.thumbs {
	padding-bottom:2px;
	text-align:center;
	width:93px;
}
.thumbs img {
	border: solid 1px #202020;
}
.thumbs img:hover {
	border: solid 1px #666666;
}
.photo {
	padding:1px;
	max-width:90px;
	border: solid 1px #202020;
}
.photo:hover {
	border: solid 1px #666666;
}
