/* CSS Siemuszowa */

a, a:hover {
	text-decoration: none;
}

body {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	background: #000 url("images/bg_top.png") no-repeat center 0px;
}
#box {
	width: 760px;
	margin: 0 auto;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
#menu {
	width: 745px;
	height: 16px;
	font-size: 11px;
	color: #666;
	display: inline;
	float: left;
	padding-left: 10px;
	padding-top: 3px;
	border-bottom: 1px solid #000;	
}
#menu a, #menu a:visited {
	color: #ccc;
	padding: 0 10px;
	border-bottom: 0px;
	/*display: block;*/
}
#menu a:hover {
	color: #fff;
	background-color: #3C495B;
	border-bottom: 2px solid #3cf!important;
}
#menu a.selected {
	color: #fff !important;
	background-color: #3C495B;
	border-bottom: 2px solid #f90 !important;
	font-weight: bold;
}
#container {
	width: 760px;
	height: 400px;
	border-top: 1px solid #80868e;
	border-bottom: 1px solid #80868e;
	float: left;
}
#contentLeft {
	width: 480px;
	height: 400px;
	float: left;
}
#contentRight {
	width: 230px;
	height: 320px;
	padding: 20px;
	float: right;
	color: #fff;
	font-size: 11px;
}
span.text {
	line-height: 140%;
}
#contentRight a, #contentRight a:visited {
	color: #fff;
	font-weight: bold;
}
#contentRight a:hover {
	color: #f90;
}
#footer {
	width: 760px;
	height: 19px;
	background: transparent url("images/bg_bottom.png") no-repeat;
	font-size: 11px;
	color: #999;
	text-align: right;
	float: left;
	padding-top: 3px;
}
#gallery {
	width: 760px;
}
#gallery img {
	width: 70px;
	height: 70px;
	margin: 12px;
	border: 0px;
}
#gallery a img {
	border-top: 1px solid #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #ccc;
}
#gallery a:hover img {
	border-top: 1px solid #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #000;
}
#gallery a:visited img {
	border: 1px solid #000;
}
table#gallery {
	margin: 40px 15px 0 0;
	width: 480px;
	height: 240px;
	float: right;
}
.nine {
	font-size: 9px;
}

