@charset "utf-8";
a img { border: none; }
#container {
	background-color: #FFFFFF;
	height: 600px;
	width: 960px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content
{
	height: 560px;
	position: absolute;
	background-color: #FFF;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
}
#menu
{
	height: 40px;
	position: absolute;
	background-color: #FFF;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11pt;
	cursor: default;
}
#menu li
{
	margin: 0;
	padding: 0 12px 0 29px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: default;
	float: left;
	height: 40px;
}
#menu a
{
	display: block;
	cursor: pointer;
	background-color: #FFF;
	padding: 0 10px;
	color: #222;
	line-height: 40px;
	font-family: "Futura Bk", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#menu a:hover, #menu a:focus, #menu a:active
{
	background-color: #aaaaaa;
	color: #222;
}
body {
	margin: 0px;
	padding: 0 10px 0 10px;
	height: 100%;
}

.show {
	position: absolute;
	text-align: left;
	z-index: 1;
}

.show div.inbox {
	background-color: #000; /* A19F8B farve */
	text-decoration: none;
	filter: alpha(opacity=65);
	opacity: .65;
}

.show .click {
	font-size: 150%;
	position: absolute;
	line-height: 20px;
	top: 0px;
	right: 0px;
	padding: 0 3px;
	color: #EA7900;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.show p {
	margin: 0;
	text-decoration: none;
}

.show .box { position: absolute; }
.show .top { top: 0; }
.show .top {
	left: 0px;
	height: 25px;
}

.show .inbox {
	padding: 25px;
	text-decoration: none;
}

.popup, .popdown, .cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.popdown { display: none; }
.cover {
	position: fixed;
	z-index: -1;
	background-color: #F3F2DA;
	filter: alpha(opacity=0);
	opacity: .0;
}
.popup .show, .popdown .show {
	top: 30px;
	left: 30px;
}

.inbox { z-index: 1000; }
#bigpop .show { width: 900px; }
#bigpop .top { width: 900px; }
#bigpop .inbox { width: 850px; }
#bigpop .inbox { height: 450px; }
#smallpop .show { width: 300px; }
#smallpop .top { width: 300px; }
#smallpop .inbox { width: 250px; height: 250px; }