html {
	min-height: 100%;
	background: url("../img/bg.jpg") fixed black no-repeat bottom right;
}

* {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Verdana, Tahoma, Frutiger, sans-serif;
	color: white;
}

body {
	font-size: 8pt;
}

#menu {
	position: absolute;
	right: 16px;
	top: 0px;
	width: 140px;
	margin: 8px;
	z-Index: 10000;
}
html>body #menu {position: fixed;}

ul #menu{
	list-style-position: outside;	
	list-style-type: none;
	color: white;
	text-align: right;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

li {
	style: none;
	margin: 0px;
	font-size: 0.8em;
	height: 24px;
	color: #C0C0C0;
	overflow: hidden;
}

li:hover {
	color: #FFFFFF;
	font-size: 1em;
	margin: 0px;
	font-weight: bold;
	overflow: hidden;
}

iframe {
	border:0px;
	width:50%;
	height:100%;
	margin:0px;
	background:clear;
}

#li_gallery {
	width: 140px;
	height: 24px;
	background: url("../img/m_gallery.gif");
}
small 
#li_music {
	width: 140px;
	height: 24px;
	background: url("../img/m_music.gif");
}

#li_contact {
	width: 140px;
	height: 24px;
	background: url("../img/m_contact.gif");
}

#li_software {
	width: 140px;
	height: 24px;
	background: url("../img/m_software.gif");
}

#li_electronics {
	width: 140px;
	height: 24px;
	background: url("../img/m_electronics.gif");
}

#nils {
	width: 140px;
	height: 32px;
	background: url("../img/m_nils.gif");
}

#content {
	margin-left: 32px;
	margin-top: 16px;
	margin-right: 200px;
}

.category {
	display: none;
}

.categoryHeader{
	display: block;
}

.categorySwitch {
	margin-left: -24px;
	width: 32px;
	height: 32px;
	background: url("../img/minmax.gif");
	position: absolute;
	z-Index: 10;
}
