html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-family: "Courier New", Courier, monospace;
	overflow: hidden;
	color: #FFFFFF;
	background-color: #000000;
}
body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	margin:0;
	background-color: #000000;
}
#content {
	display:block;
	width:auto;
	height:100%;
	max-height:100%;
	overflow:auto;
	/*position:relative;*/
	z-index:0;
}
.space-t {display:block; height:70px;}
.spafter {padding:5px;}
#headerbox {
	display:block;
	position:fixed;
	width:100%;
	height:auto;
	padding-top: 20px;
	top: 0px;
	right:18px;
	z-index:2;
	background-color: #000000;
}
#headline {
	padding-left: 30px;
	padding-bottom: 10px;
	text-align: center;
}
#nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight:900;
	text-align:center;
	padding-bottom: 10px;
}
#closebtn{
	float:right;
	width:70px;
	height:30px;
	margin-right:20px;
}
#foot {
	position:fixed;
	margin:0;
	bottom:-1px;
	right:18px;
	display:block;
	width:100%;
	height:18px;
	background:#666;
	color:#fff;
	text-align:right;
	font-size:x-small;
	z-index:4;
	background-color: #666666;
	line-height: 18px;
	padding-right:40px;
}
.fg_item {
	height:auto;
	width:auto;
	margin:auto;
	text-align:center;
}
.fg_opis{
	margin-top:10px;
	margin-bottom:25px;
	font-size:x-small;
	text-align:center;
}
.t-head {
	font-weight:700;
	font-size:large;
}
.t-head-s {
	font-size:small;
}
a:link {
	text-decoration:none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}