body,td,th  { color: #fff; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif }
body  { color: #fff; background: #162f6c url(gfx/wallpaper.gif) repeat-x; margin: 10px }
a:link, a:visited, a:active  { color: #ffffff; text-decoration: none }
a:hover {
	color: #336699;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}
.menu {
	vertical-align: middle;
	background: repeat-x url(gfx/menu_wallpaper.gif);
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}

.menu_default {
	color: #ffffff;
	list-style: square;
	margin-left: 5px;
}

.menu_current {
	color: #7ffffff;
	list-style: none;
}
.content {
	padding: 10px;
	height: 0px;
	vertical-align: top;
	color: #ffffff;
}

.content2 {
	padding: 20px;
	height: 0px;
	color: #ffffff;
	vertical-align: top;
}
.footer {
	text-align: center;
	font-size: 10px;
	height: 20px;
	color: #04b205;
	text-transform: uppercase;
}
.galleri_back {
position: absolute;
left: 50%;
margin-left: -285px;
margin-top: 5px;
	z-index: -1;
	/* for IE */
  filter:alpha(opacity=20);
  /* CSS3 standard */
  opacity:0.2;
  /* for Mozilla */
  -moz-opacity:0.2;
}

.galleri_front {

position: absolute;
left: 50%;
margin-left: -285px;
margin-top: 5px;
}