html, body {
	padding: 0;
	border: none;
	margin: 0;
	background-color: black;
	background-image: url(images/bg-shot.jpeg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed; 
}

p#breadcrumb {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	top: 3%;
	left: 15%;
	padding: 0.3%;
	margin: 0.5%;
	font: normal small-caps normal x-small sans-serif;
	z-index: 1;
	background-color: #d1d1d1;
	background-image: url(images/bg-shot-gray.jpeg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


ul#nav {
	position:absolute;
	top: 3%;
	left: 0;
	width: 14%;
	height: 97%;
	font: 80% sans-serif;
	margin: 0.5%;
	padding: 0;
}

ul#nav li {
	display: block;
	font: bold 1em sans-serif;
	padding: 5px 10px;
	margin: 0 0 2px;
	border-width: 0;
	text-decoration: none;
	color: #FFC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #d1d1d1;
	background-image: url(images/bg-shot-gray.jpeg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

ul#nav li a {
	color: blue;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #411;
}

ul#nav li a:visited {
	color: blue;
}

ul#nav li#active_item {
	background-color: #AAAAAA;
	background-image: none;
}

a.nodec img {
	border-style: none;
}

img#logo {
	width: 100%;
}


#content {
	font-family: serif;
	padding: 3%;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	left: 15%;
	top: 3%;
	width: 75%;
	height: 100%;
	margin: 5% 0.5% 1% 0.5%;
	background-color: #d1d1d1;
	background-image: url(images/bg-shot-gray.jpeg); 
	background-position: 0 0;
	background-repeat: no-repeat; 
	background-attachment: fixed;
}

#footer {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	left: 0;
	width: 90%;
	font: small sans-serif;
	margin: 0.5%;
	padding: 0.3% 5% 0.3% 1%;
	border: none;
	background-color: #d1d1d1;
	background-image: url(images/bg-shot-gray.jpeg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed; 
}

.gallery table {
	height: 250px;
	width: 194px;
	float: left; 
}

.gallery td.img {
	height: 194px;
	background-image: url(http://picasaweb.google.de/s/c/transparent_album_background.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.gallery td.desc {
	text-align: center;
	font-family: arial,sans-serif;
	font-size: 11px;
}

.gallery img {
	margin: 1px 0 0 4px;
}

.gallery a.img {
	color: #4D4D4D;
	font-weight: bold;
	text-decoration: none;
}

/* flow player */
a.player { 
	display:block; 
	width: 320px; 
	height:240px;  
	text-align:center; 
	margin:0 15px 15px 0; 
	float:left; 
	border:1px solid #999; 
} 
a.player img { 
	margin-top:70px; 
	border:0px; 
} 
a.player:hover { 
		border:1px solid #000; 
}

