body {
	background-color:black;
	font: 9px/20px verdana, helvetica, arial, sans-serif;
	color:#676767;
	font-size:0.7em;
	margin:0px;
	padding:0px;
	padding-bottom:20px;
	height:100%;
}

img
{
border:none;
}

a
{
text-decoration:none;
color:#676767;
display:block;
width:100%;
height:100%;
}

.container {
   position: relative;
   height: 100%;
   width:100%;
   display:block;
   }

.left-element {
   position: absolute;
   left: 0;
   width: 50%;
   text-align:left;
   }

.right-element {
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right; /* depends on element width */
   }
   
#forum{
	height:56px;
	background:url('forum.png') bottom center no-repeat;
}

#forum:hover{
background:url('forum2.png') bottom center no-repeat;
cursor:pointer;
}

#galeriefoto{
	height:56px;
	background:url('galerie.png') bottom center no-repeat;
}

#galeriefoto:hover{
background:url('galerie2.png') bottom center no-repeat;
cursor:pointer;
}

#image-border {
  position:relative;
	margin:0;
}

#menu_browse{
	position: absolute;
	width:100%;
	margin: 0px;
	margin-right:0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	z-index:10;
}

#menu_browse a{
	outline: none;
}

#menu_browse_prev, #menu_browse_next{
	width: 49.9%;
	height: 101%;
	background: transparent url(blank.png) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#menu_browse_prev {
	top: 0px;
	left:0px;
	float: left;	
}

#menu_browse_next {
	top: 0px;
	right:0px;
	float: right;	
}

#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
	background: black url('galerie2.png') bottom center no-repeat;
	cursor: pointer;
		filter:alpha(opacity=70);
	-moz-opacity:.7;
	opacity:.7;
}

#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background: black url('forum2.png') bottom center no-repeat;
	cursor: pointer;
		filter:alpha(opacity=70);
	-moz-opacity:.7;
	opacity:.7;
}