* {
	-moz-outline:none;
}

html {
	background:url(../images-portal/background.png);
}

body {
	margin:0; padding:0;
	background:url(../images-portal/gradient.png) left top repeat-x;
	font-family:Arial, sans-serif;
}

html,body { height:100%; }

a img { border:none; }

div#container {
	position:absolute;
	top:50%;
	left:50%;
	width:731px;
	height:517px;
	margin:-280px 0 0 -365px;
	text-align:center;
}

h1#asianfood {
	height:65px;
	width:731px;
	margin:0;
	color:#957e5b;
	font-size:15px;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #c7b08c;
}

div#yellowdeli {
	height:198px;
	width:731px;
	background:#ebe0ce;
}

div#orangery {
	float:left;
}

div.squares, div.actuator { 
	position:absolute;
	width:344px; 
	height:182px;
	top:0px;
	left:0px;
}

div.broad-box, div.small-box {
  position: relative;
}

div.actuator { cursor:pointer; }

div.reveal>div.squares, div.reveal>div.actuator { left:8px; }


div#yellowdeli-revealed div#yellowdeli-squares, div#yellowdeli-revealed div.actuator {
	width:714px; 
}

div#yellowdeli-squares { background:url(../images-portal/yellowdeli.jpg); }
div#orangery-squares { background:url(../images-portal/orangery.jpg); }
div#yellow-squares { background:url(../images-portal/yellow.jpg); }

div#yellow {
	float:right;
}

div.small-box {
	width:360px;
	height:198px;
	background:#ebe0ce;
}

div#footer {
	clear:both;
	width:250px;
	padding:40px 0 5px 0;
	margin:0 auto 0 auto;
	color:#b29b78;
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
}

div#footer a {
	color:#b29b78;
	text-decoration:none;
}

div.reveal {
	position:relative;
	top:8px;
}

div.address {
	padding:8px 0 0 25px;
	font-size:10px;
	text-align:left;
	color:#857050;
}

div#seperator { 
	width:723px;
	height:54px;
	margin:0 auto;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images-portal/seperator.png');
}
div#container>div#seperator { background:url(../images-portal/seperator.png); }
div#seperator hr { display:none; }

div#impressum {
	position:absolute;
	top:50%;
	left:50%;
	width:731px;
	height:450px;
	margin:-215px 0 0 -365px;
	z-index:3000;
	background:#957e5b;
	cursor:pointer;
}

div#impressum h2 {
	font-size:13px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	color:#211303;
	margin:67px 200px 0 200px;
	height:25px;
}

div#impressum p {
	text-align:center;
	font-size:11px;
	color:#211303;
	margin:10px 0;
}

div#impressum p a {
	color:#211303;
	text-decoration:none;
}

p#by { margin:-5px 0; }

p#closeImpressum {
	margin-top:20px;
}

p#closeImpressum a { border-bottom:1px solid #46332e; }


