body {
	padding: 0px;
	margin: 0px;
	background-color: black;
	font-family: verdana;
	font-size: 10px;
	color: #666;
}

h1 {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
}

td {
	font-family: verdana;
	font-size: 10px;
}

a {
	text-decoration: none;
	color: #999999;
}

a:hover {
	text-decoration: underline;
	color: #888;
}

.center_box {
position: absolute;
left: 50%;
top: 50%;
margin-top: -250px; /* make this half your image/element height */
margin-left: -325px; /* make this half your image/element width */
}



div.container {
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
    position: fixed; 
    display: table;
}

div.swfcontainer {
	width: 650px;
	height: 275px;
}

div.bottomDesc {
	position:absolute; 
	top: 100%; 
	width: 650px; 
	text-align: justify;
	left: 50%;
	margin-left: -325px;
}

.theboxMain {
	/*background-color: black;*/
	background-image: url(images/tapete_white.jpg);
	width: 650px;
	height: 275px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #171717;
}

.thebox {
	/*background-color: black;*/
	background-image: url(images/ladebilder.png);
	width: 650px;
	height: 275px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #171717;
}

.mobiliar_logo {
	width: inherit;
	text-align: right;
	position: relative;
	top: 5px;
}

.bottomcontent {
	color: #666;
	width: 650px;
	text-align: justify;
	position: relative;
	top: 15px;
}

.contenttable {
	margin-top: 15px;
	visibility: visible;
}

.highlight {
	color: #999999;
}



.navtable {
	position: relative;
	left: -2px;
	width:652px; 
	margin: 0px;
	text-align: left;
}

.mobiliar_nav {
	text-align: right;
}

.nav_highlight {
	color: #999999;
	font-style: italic;
	text-decoration: underline;
}

/* NAVIGATION */
#dropmenudiv{
	position:absolute;
	border:0px solid black;
	border-bottom-width: 0;
	/*font:normal 12px Verdana; */
	line-height:15px;
	z-index:100;
	background-color: #151515;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	/*font-weight: bold;*/
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #151515;
	text-decoration: underline;
}


