html {
	padding: 0px;
	margin: 0px;
}
body {
	background: #1879a4 url(../img/bg.jpg) top center no-repeat;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
a {
	color: #35a7d8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}
.cl {
	clear: both;
}
.l {
	float: left;
}
.r {
	float: right;
}
.c {
	text-align: center;
}
.cb {
	margin: 0px auto;
}
.rb {
	float: right;
}
.hide {
	display: none;
}
img.middle {
	vertical-align: middle;
}
h2, h3 {
	font-size: 14px;
	font-weight: bold;
	color: #959595;
}
h2 {
	color: #35a7d8;
	border-bottom: 1px #ebebeb solid;
	height: 33px;
	text-align: right;
	margin-bottom: 0px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #959595;
}
#prezentacja p {
	white-space: nowrap;
	width: 200px;
	text-align: center;
}
#small_container {
	width: 635px;
	height: 400px;
	margin: -250px 0 0 -318px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#container {
	width: 990px;
	margin: 0px auto 30px auto;
}
#header {
	height: 99px;
}
#header .logo {
	background: url(../img/logo.png) top left no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 41px;
	width: 208px;
	float: left;
	margin-top: 23px;
}
#header ul {
	float: right;
	list-style-type: none;
	margin-top: 11px;
}
#header ul li {
	display: inline-block;
	background: url(../img/sprite-buttons.png) no-repeat;
	margin: 0px 8px;
	float: left;
	text-indent: -9999px;
}
#header ul li.back {
	background-position: -8px 4px;
}
#header ul li.help {
	background-position: -68px 4px;
}
#header ul li.dict {
	background-position: -128px 4px;
}
#header ul li.forward {
	background-position: -188px 4px;
}
#header ul li.backward {
	background-position: -128px 4px;
}
#header ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	width: 55px;
	padding-top: 64px;
	display: block;
	text-align: center;
	outline: none;
}
#small_container #content {
	-moz-box-shadow: 0 5px 7px -4px #888;
	box-shadow: 0 5px 7px -4px #888;
	-webkit-box-shadow: 0 5px 7px -4px #888; /*background: url("../img/sprite.png") no-repeat scroll -8px -124px transparent;*/
	background: #fff;
}
#small_container #login {
	-moz-box-shadow: 0 2px 6px -4px; /*background: url("../img/sprite.png") no-repeat scroll -8px -124px transparent;*/
	background: #f1f1f1;
	padding: 15px;
}
#small_container h1 {
	background: #056286;
	color: #fff;
	font-size: 15px;
	font-family: Tahoma, sans-serif;
	text-align: center;
	padding: 6px 0px;
	width: 600px;
	border-radius: 4px;
}
#small_container .title_footer {
	background-position: -343px -440px;
}
#small_container #content > ul {
	list-style-type: none;
	padding: 0px;
	margin: 10px auto 10px auto;
	width: 600px;
}
#small_container #content > ul li a {
	height: 50px;
	display: block;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	padding: 6px;
}
#small_container #content > ul li a span.number {
	background: url("../img/nr.png") no-repeat scroll 0px 0px transparent;
	color: #FFFFFF;
	display: block;
	float: left;
	height: 39px;
	line-height: 39px;
	text-align: center;
	width: 42px;
}
#small_container #content > ul li a span.second {
	background-position: -694px -121px;
}
#small_container #content > ul li a span.name {
	float: left;
	padding: 5px 0 0 5px;
	width: 540px;
	cursor: pointer;
}
#small_container #content > ul li a span.single {
	padding-top: 12px;
}
#small_container #content > ul li a:hover {
	background: #e1eef4;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
}
#content {
	clear: both;
	background: #fff;
	padding: 15px;
}
#content .pages {
	background: #F7F7F7;
	color: #8F8A8A;
	padding: 5px;
	width: 160px;
}
#content .pages b {
	color: #736969;
}
#content .menuSide {
	width: 230px;
}
#content ul#menu {
	width: 200px;
	list-style-type: none;
	padding: 20px 10px 20px 10px;
	margin: 0px;
	background: #f3f3f3;
}
#content ul#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#content ul#menu li {
	line-height: 18px;
	padding: 0px;
}
#content ul#menu li a {
	text-decoration: none;
	color: #6f6f6f;
	background: url(../img/sprite.png) -62px -70px no-repeat;
	padding-left: 23px;
	display: block;
}
#content ul#menu li a.active, #content ul#menu li a:hover {
	background: url(../img/sprite.png) -589px -17px no-repeat;
}
#content ul#menu li ul.sub_menu {
	display: none;
}
#content ul#menu li:hover > ul.sub_menu {
	display: block;
}
#content ul#menu li ul.sub_menu li a {
	background: transparent;
	padding-left: 30px;
	display: block;
}
#content ul#menu li ul.sub_menu li ul.sub_menu li a {
	padding-left: 40px;
	display: block;
}
#content ul#menu li ul.sub_menu li a.active, #content ul#menu li ul.sub_menu li a:hover {
	color: #fff;
	background: #3bafe1;
}
#content ul#menu li ul.sub_menu li a.hover {
}
#content .main_content {
	width: 722px;
}
#content .main_content .c img {
	border: 1px #efefef solid;
	padding: 4px;
}
#content .main_content .sub_title {
	color: #999999;
	text-align: center;
}
.cHeader {
	background: url(../img/sprite.png) -2px -464px no-repeat;
	height: 9px;
}
.cFooter {
	background: url(../img/sprite.png) -2px -474px no-repeat;
	height: 9px;
	-moz-box-shadow: 0 5px 7px -4px #888;
	box-shadow: 0 5px 7px -4px #888;
	-webkit-box-shadow: 0 5px 7px -4px #888;
}
.round {
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
}
#small_container #content #footer, #footer {
	color: #9b9b9b;
	text-align: right;
	padding: 15px 0 0;
}
#small_container #content #footer {
	color: #9b9b9b;
}
#content ul#menu li ul.show {
	display: block;
}
/*********** login ********************/

.login_box {
	width: 325px;
	margin: 30px auto;
	color: #a09f9f;
	font-weight: bold;
}
.login_box input[type="text"], .login_box input[type="password"] {
	background: transparent url(../img/sprite.png) -7px -422px no-repeat;
	border: 0px;
	width: 219px;
	height: 38px;
	padding: 0px 5px 0px 10px;
	font-weight: bold;
	color: #707070;
	margin-bottom: 12px;
	float: left;
	line-height: 38px;
	display: block;
}
.login_box label {
	width: 50px;
	display: inline-block;
	float: left;
	line-height: 38px;
	font-size: 13px;
}
.login_box input[type="submit"], .login_box .submit {
	background: #2DA7DB;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	color: #fff;
	padding: 5px;
	border: 0px;
	float: right;
	margin-right: 45px;
}
.login_box .with_password {
	margin-right: 11px;
}
#small_container #login #footer {
	color: #a09f9f;
}
#login_help_btn {
	display: block;
	width: 40px;
	height: 33px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../img/sprite.png) -653px -170px no-repeat;
	float: left;
	margin-top: 5px;
}
/*********** login end ****************/


/*********** alert ********************/
#alert {
	margin: 0px auto;
	width: 245px;
}
#alert_header {
	position: absolute;
	background: url(../img/sprite.png) -660px -209px no-repeat;
	height: 20px;
	margin-left: 444px;
	top: 0px;
	width: 24px;
}
#alert_content {
	position: absolute;
	background: url(../img/alert_bg.png) 0px 0px no-repeat;
	padding: 10px;
	top: 20px;
	z-index: 1000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 505px;
	height: 94px;
}
/*********** alert end ****************/

/*********** regulamin,jak otrzymac hasło ****************/

#reg, #how_to_get_password, #login_help {
	width: 600px;
}
#reg {
	margin-top: 20px;
}
#reg ol {
	margin-top: 0px;
}
#reg .close, #how_to_get_password .close {
	margin: 0px auto;
	background: #2DA7DB;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	color: #fff;
	padding: 5px;
	display: block;
	width: 53px;
} 

/*********** regulamin end, jak otrzymac hasło end ************/
