/* Fotoalbum */

BODY {
	background: url('./../gfx/photos/bg.gif');
}

body.showpicture {
	padding: 10px;
	width: auto;
	height: auto;
}

A:link {
	COLOR: #515141;
}

A:visited {
	COLOR: #515141;
}

A:active {
	COLOR: #515141;
}

A:hover {
	COLOR: #515141;
}

.content {
	font-size: 10px;
	color: #000000;
	}

#left {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 166px;
	height: 592px;
	width: 214px;
	z-index: 1;
}

#thumbs {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 120px;
	left: 210px;
	width: 280px;
	font-size: 10px;
	color: #ffffff;
	font-family: verdana, geneva, sans-serif;
	z-index: 2;
}

#pageselect {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 452px;
	left: 213px;
	width: 280px;
	z-index: 2;
}

.page {
	font-size: 10px;
	color: #515141;
	font-weight: bold;
	font-family: verdana, geneva, sans-serif;
	text-align: center;
}

#right {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 380px;
	height: 592px;
	width: 398px;
	z-index: 3;
}

#picture {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 107px;
	left: 436px;
	height: 222px;
	width: 294px;
	z-index: 4;	
	text-align: center;
}

#comment {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 358px;
	left: 430px;
	height: 50px;
	overflow: hidden;
	width: 310px;
	z-index: 4;	
	font-size: 10px;
	color: #515141;
	font-family: verdana, geneva, sans-serif;
}

#select {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 417px;
	left: 430px;
	width: 310px;
	z-index: 4;
	text-align: right;
}

.eventselect {
	background: #996622;
	font-size: 10px;
	color: #EEEECC;
	font-family: verdana, geneva, sans-serif;
	font-weight: bold; width: 300px;
}

.picture {
	background: #000000 url('/gfx/photos/picturebg.gif') bottom left no-repeat;
	padding: 13px;
	width: auto;
	height: auto;
}