body {
	width: 100%;
	position: absolute;
	background: url(img/template_08.png) repeat;
	padding: 0;
	margin: 0;
	color: #736A6A;
	font-family: verdana, sans-serif;
	font-size: 13px;
	background-color: #000000;

}

img {
	border: 0;
}

h1, h2, h3, h4 {
	color: #841600;
}

a {
	text-decoration: underline;
	color: white;
}

.guestbook_form {
	border: 1px solid #841600;
	background-color: #841600;
	margin: 5px;
	width: 250px;
	color: #736A6A;
	font-family: verdana, sans-serif;
	font-size: 13px;
}

.guestbook_entry {
	border: 1px solid #841600;
	padding: 5px;
	margin: 5px;
	width: 350px;
	color: #736A6A;
	font-family: verdana, sans-serif;
	font-size: 13px;
}

.guestbook_link {
	font-family: verdana, sans-serif;
	font-size: 13px;
}

.mp3Bar {
	border-bottom: 1px solid black;
	position: fixed;
	height: 32px;
	width: 100%;
	width: 100%;
}

.body_bg {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 766px;
        background-color: #000000;
	background: url(img/template_01.png) repeat-x;
}

.table {
	z-index: 0;
}

.head_logo_menu {
	background-color: black;
}

.table_team td {
	vertical-align: top;
	color: #736A6A;
	font-family: verdana, sans-serif;
	font-size: 13px;
}
.guestbook_table {
	vertical-align: top;
	background-color: #000000;
	background: black;
	color: #736A6A;
	font-family: verdana, sans-serif;
	font-size: 13px;
}

.table_team .title {
	padding: 5px 0px 10px 0px;
	color: white;
	width: 250px;
}

.table_team .owner {
	width: 300px;
	padding: 5px 0px 5px 0px;
}

.content {
	z-index: 2;
	min-height: 450px;
	vertical-align: top;
	padding: 0 20px 20px 20px;
	color: #736A6A;
	font-family: verdana, sans-serif;
	font-size: 13px;
	background: black;
}
* html .content {  /* nur fuer Internet Explorer */
	height: 450px;
	padding: 10px 20px 20px 20px;
}

.footer {
	z-index: 2;
	vertical-align: top;
	padding: 15px;
	color: white;
	font-family: verdana, sans-serif;
	font-size: 13px;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 45px;
    padding: 15px 15px 0px 15px; margin: 0;
    overflow: hidden;
}
/*
.lavaLamp ul {
	margin: auto;
}
*/
    /* Force the list to flow horizontally */
.lavaLamp li {
    float: left;
    list-style: none;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
    background: url("img/lava.gif") no-repeat right -30px;
    width: 9px; height: 30px;
    z-index: 8;
    position: absolute;
}
.lavaLamp li.back .left {
    background: url("img/lava.gif") no-repeat top left;
    height: 30px;
    margin-right: 9px;
}
/* Styles for each menu-item. */
.lavaLamp li a {
    position: relative; overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    font: bold 11px arial;
    color: #fff; outline: none;
    text-align: center;
    height: 30px; top: 7px;
    z-index: 10; letter-spacing: 0;
    float: left; display: block;
    margin: auto 5px;
}

.lavaLamp li a:hover {
	color: white;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

.lightbox img {
	width: 142px;
	border: 1px #841600 solid;
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	
.bookmarkButtons {
	text-align: right;
}
