div{behavior: url(/css/iepngfix.htc)}

body{
	background: #fff;
	color: #444;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
a{
	color: #666;
	outline: none;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}
a img{
	border: none;
}
img{
	vertical-align: top;
}
p{
	padding: 0;
	margin: 0;
}
.clr{
	clear: both;
}
.x{
	display: none;
}
.obrazek_lewo{
	float: left;
	background: #fff;
	margin: 10px 10px 10px 0;
}

.obrazek_prawo{
	float: right;
	background: #fff;
	margin: 10px 0 10px 10px;
}

table{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
}

input, select, textarea{
	font-size: 11px;
	font-family: arial, verdana, sans-serif;
}

div#top{
	width: 1000px;
	padding: 178px 0 0 0;
	height: 26px;
	-height: 204px;
	margin: 0 auto;
	background: url('/gfx/top.gif');
	text-align: right;
}

div#top p{
	font-size: 17px;
	font-weight: bold;
}


div#menu{
	margin: 10px auto 0 auto;
	width: 1000px;
}
div#menu a{
	float: left;
	margin: 0 0 0 1px;
	padding: 10px 0 18px 0;
	width: 142px;
	background: url('/gfx/menu_bg.gif');
	text-decoration: none;
	color: #333;
	font-weight: bold;
	line-height: 11px;
}

div#menu a.s{
	padding: 5px 0 12px 0;
}

div#menu a:hover{
	background-position: 0 -39px;
	color: #555;
}


div#menu a.f{
	margin: 0;
}

div#content{
	margin: 0 auto;
	width: 1000px;
}

div#content div.left{
	float: left;
	width: 610px;
}

div#content div.right{
	float: right;
	width: 370px;
}

div#content div.gray1{
	background: #eee;
}
div#content div.blue{
	background: #9EC4EA;
}
div#content div.pink{
	background: #DDCEE8;
}
div#content div.yellow{
	background: #FAE655;
}

div#content div.gray2{
	background: #ddd;
}
div#content div.box{
	text-align: left;
	margin: 10px 0;
	padding: 15px 0;
	position: relative;
}

div#content div.box div.con{
	margin: 0 12px;
	padding: 0 7px 0 0;
	height: 450px;
	overflow: auto;
}

div#content div.box div.con .head{
	display: block;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
	border-bottom: 1px solid #888;
}
div#content div.box div.con strong.tit{
	clear: both;
	font-size: 12px;
	display: block;
	margin: 0 0 1px 0;
}

div#content div.box div.con strong.tit a{
	color: #444;
}

div#content div.box div.con div.blk{
	font-size: 10px;
	margin: 5px 0 5px 0;
	padding: 0 0 5px 0;
	color: #888;
	border-bottom: 1px solid #eee;
	clear: both;
}

div#content div.box div.lu{
	width: 16px;
	height: 16px;
	position: absolute;
	background: url('/gfx/lu.png');
	top: 0;
	left: 0;
	overflow: hidden;
}

div#content div.box div.ru{
	width: 16px;
	height: 16px;
	position: absolute;
	background: url('/gfx/ru.png');
	top: 0;
	right: 0;
	overflow: hidden;
}
div#content div.box div.ld{
	width: 16px;
	height: 16px;
	position: absolute;
	background: url('/gfx/ld.png');
	bottom: 0;
	left: 0;
	overflow: hidden;
}

div#content div.box div.rd{
	width: 16px;
	height: 16px;
	position: absolute;
	background: url('/gfx/rd.png');
	bottom: 0;
	right: 0;
	overflow: hidden;
}

div#footer{
	margin: 0 auto;
	width: 1000px;
	clear: both;
	height: 25px;
}
div#footer a{
	float: left;
	border-left: 1px solid #888;
	padding: 0 8px;
	font-size: 10px;
}

div#footer a.f{
	border: none;
}

div#footer a.e{
	float: right;
	border: none;
	text-decoration: none;
	color: #5C5665;
}

div#footer a.e:hover{
	text-decoration: underline;
}

div#footer a.e b{
	font-family: verdana, arial, sans-serif;
}
div#footer a.e b span{
	color: #d60;
}


