body {
	background-attachment: scroll;
	background-color: #050505;
	background-image: url(../images/bg-top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	margin:0px;
}
#toolbox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #495a69;
	text-align: left;
	height: 34px;
	width: 700px;
	padding-left: 20px;
	margin-top:10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	float: left;
}
#body {
	width: 990px;
	text-align: center;
	margin: auto;
}
#lang {
	width: 100px;
	height: 34px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #495a69;
	margin-top:10px;
	text-align: right;
	margin-right: 20px;
}

#menu {
	text-align: left;
	height: 45px;
	width: 600px;
	margin-top: 180px;
	margin-right: auto;
	margin-left: auto;
	padding-left:15px;
}
#main {
	background-image: url(../images/bg-main.gif);
	background-repeat: repeat-y;
	width: 990px;
	margin-top: 27px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#main-footer {
	background-image: url(../images/footer-main.gif);
	height: 41px;
	width: 990px;
	margin:auto;
	clear: both;
}
#footer {
	background-color: #000;
	background-image: url(../images/footer-body.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:97px;
	width: 100%;
}
#footcont {
	width:990px;
	margin:auto;
}
#submenu {
	width: 145px;
	position: absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8e8e8e;
	text-align:left;
	margin-top: 5px;
	padding-left: 30px;
	left:0px;
	top:0px;
}
#content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	width: 765px;
	
	text-align: left;
	float:right;
	padding-right:20px;
}
#home-banner {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	width: 600px;
	text-align: left;
	left: 204px;
	top: 0px;
	position:absolute;
}
#copy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
	width: 500px;
	text-align:left;
	margin:auto;
	float:left;
	padding-top:30px;
	padding-left:6px;
}
#footdiam {
	width:200px;
	height:97;
	margin:auto;
	float:right;
}
.blue {
	color:#044d85;
}
.thumb {
	border: 4px solid #707070;
}
ul, li.imglist {
	margin:0;
	padding:0;
}
li.imgitem {
	list-style:none;
	float:left;
	display:inline;
	margin-right:30px;
	filter: alpha(opacity=50); /* internet explorer */
	opacity: 0.5;           /* fx, safari, opera, chrome */
}
li.imgitem_last {
	list-style:none;
	float:left;
	display:inline;
	filter: alpha(opacity=50); /* internet explorer */
	opacity: 0.5;           /* fx, safari, opera, chrome */
}
li.imgitem:hover {
	list-style:none;
	float:left;
	display:inline;
	margin-right:30px;
	filter: alpha(opacity=100); /* internet explorer */
	opacity: 1;           /* fx, safari, opera, chrome */
	cursor:pointer;
}
li.imgitem_last:hover {
	list-style:none;
	float:left;
	display:inline;
	filter: alpha(opacity=100); /* internet explorer */
	opacity: 1;           /* fx, safari, opera, chrome */
	cursor:pointer;
}
pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	overflow:auto;
	width:800px;
}
#tooltip{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	width:150px;
	text-align:left;
	}.toolbox-a {
	color: #2764AD;
	text-decoration: none;
}
.toolbox-a:hover {
	color: #2764AD;
	text-decoration: underline;
}
.blu {
	color: #2764AD;
	text-decoration: none;
	font-size:15px;
}
.ilustracja {
	float: left;
	margin-right: 15px;
	border: 4px solid #AEAEAE;
}
#thumbs {
	width: 130px;
	position:absolute;
	top:0px;
	right:30px;
}

#home-left-column {
	float: left;
	width: 280px;
	margin-top:7px;
	
}
#home-right-column {
	float: right;
	width: 280px;
	text-align:left;
	margin-top:7px;
}
.hthumb {
	margin-top:1px;
	margin-bottom:27px;
	filter: alpha(opacity=50); /* internet explorer */
	opacity: 0.5;           /* fx, safari, opera, chrome */
	border: 4px solid #707070;
}

.hthumb:hover {
		margin-top:1px;
	margin-bottom:27px;
	filter: alpha(opacity=100); /* internet explorer */
	opacity: 1;           /* fx, safari, opera, chrome */
	cursor:pointer;
	border: 4px solid #707070;
}
