@import url("jScrollPane.css");

html {
	width:100%;
}

body {
	background-color:#000;
	width:100%;
	font-family:Arial, Univers, sans-serif, sans;
	font-size:12px;
	margin:0px;
	padding:0px;
	text-align:center;
}

#container {
	text-align:left;
	margin:0px auto;
	width:960px;
}

#navigation {
	height:45px;
	padding-top:35px;
	padding-left:25px;
}

#navigation a {
	color:#C4C4C4;
	text-decoration:none;
	margin-right:10px;
}

#navigation a:hover, #navigation a.active {
	color:#FC0;
}

#navigation .main {
	font-weight:bold;
}

#content {
	height:600px;
}

#madein {
	float:right;
	margin:0px 20px 0px 0px;
}

#madein a {
	margin-left:9px;
}

/***********************************
* Tile Definitions
***********************************/

#tileWall {
	width:960px;
	height:510px;
	overflow:hidden;
	background-color:#666;
	position:absolute;
	z-index:1;
}

#tileContentLeft, #tileContentRight {
	width:312px;
	height:437px;
	padding:13px 10px 10px 8px;
	position:absolute;
	background:url("../pix/tiles/content.png") no-repeat;
	background-position:bottom left;
}

#tileContentLeft.thegallery {
	height:429px;
	padding:21px 10px 10px 8px;
}

#tileContentRight {
	padding:18px 10px 5px 8px;
}

#tileContentLeft {
	margin-left:75px;
	z-index:5;
}

#tileContentRight {
	margin-left:405px;
	z-index:15;
}

#tileContentLeft .upper, #tileContentRight .upper  {
	height:35px;
}

#tileContentLeft .innershort, #tileContentRight .innershort {
	height:362px;
	width:304px;
	padding:0px 8px 0px 0px;
	overflow:auto;
}

#tileContentLeft .innerfull, #tileContentRight .innerfull {
	padding-top:2px;
	height:400px;
	width:304px;
	padding:0px 8px 0px 0px;
	overflow:auto;
}

#tileTVtop, #tileTVbottom {
	height:97px;
	width:130px;
	padding:63px 33px 40px 37px;
	position:absolute;
	background:url("../pix/tiles/tv.png") no-repeat;
	background-position:top left;
}

#tileTVtop {
	margin-left:485px;
	z-index:10;
}

#tileTVbottom {
	margin:400px 0px 0px 20px;
	z-index:25;
}

#tileGround {
	width:960px;
	height:190px;
	position:absolute;
	margin-top:410px;
	z-index:20;
}

#tileGallery {
	width:80px;
	height:250px;
	padding:25px 40px;
	position:absolute;
	margin:17px 0px 0px 765px;
	z-index:30;
	background:url("../pix/tiles/galerie.png") no-repeat;
	background-position:top left;
}

#tileChair {
	width:235px;
	height:308px;
	position:absolute;
	margin:292px 0px 0px 725px;
	z-index:35;
}

#tileTotal {
	width:960px;
	height:600px;
	position:absolute;
	z-index:40;
}

#tileMovie {
	width:530px;
	height:410px;
	margin-left:405px;
	position:absolute;
	z-index:45;
	background:url("../pix/tiles/tilemovie.png") no-repeat;
	background-position:bottom left;
}

#tileMovie .movie {
	margin:30px 0px 0px 53px;
}