body {
  margin:0 0 0 0;
  padding:0;
  background:#252525;
  font:75% arial, tahoma, verdana, sans serif;
  color:#fff;
  text-align:center;
}
a {
  color:#e5cc3e;
  font-weight:bold;
}
a:hover {
  text-decoration:none;
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
.t-center {
	text-align:center;
}
.t-left {
	text-align:left;
}
.t-right {
	text-align:right;
}
p {
	margin:0 0 10px 0;
	padding:0;
}
.no-mg-r {
  margin-right:0!important;
}
strong {
  color:#e5cc3e;
}
em {
	color:#F2E7A2;
	font-style:normal;
}
.hidden {
  display:none;
}
h1 {
	margin:0 0 0 0;
	padding:0;
	font-size:300%;
	font-style:italic;
	color:#fff;
}
h2 {
	margin:0 0 10px 0;
	padding:0;
	font-size:150%;
	font-weight:normal;
	color:white;
}
h3 {
  font-size:150%;
  color:#e5cc3e;
  font-weight:normal;
  margin:25px 0 7px 0;
  padding:0;
}
h4 {
	font-size:130%;
}
div.screen {
  width:990px;
  background:url(../img/screenbg.jpg) no-repeat top left;
  margin:10px auto 0 auto;
  text-align:left;
  height:570px;
}
div.screen-in {
  padding:90px 15px 0 15px;
}

div.box {
  width:311px;
  height:320px;
  border:1px solid #343434;
  float:left;
  margin:0 10px 10px 0;
}
div.box div.box-in {
  padding:10px;
}
ul.def {
  margin:0 0 0 0;
  padding:0;
}
ul.def li {
  list-style:none;
  padding:0 0 0 15px;
  margin:0 0 10px 0;
  background:url(../img/li.gif) no-repeat 0 5px;
}
p.kontakt {
  text-align:center;
  margin:5px 0 0 0;
  padding:0 0 20px 0;
  color:white;
}
p.kontakt span {
  display:block;
  margin:5px 0 0 0;
  font-size:120%;
  font-weight:bold;
}


div.formaty ul {
	margin-left:130px;
}
div.formaty img {
	border:0;
	float:left;
	position:relative;
	top:20px;
	left:20px;
}

/*** table1 ***/
table.table1 {
	margin:10px 0 20px 0;
	padding:0;
	width:100%;
	border-collapse:collapse;
	background:#5b5b5b;
}
table.table1 th {
	padding:5px;
	border:1px solid #252525;
}
table.table1 th a {
	color:white;
}
table.table1 thead th {
	padding:7px;
	text-align:center;
	color:#e5cc3e;
	background:#4b4b4b;
}
table.table1 td {
	padding:5px;
	border:1px solid #737373;
	text-align:center;
}




/* hlink */

div#hlink {
	border-top:1px solid #343434;
	text-align: center;
	margin: 15px auto 0 auto;
	padding: 5px 0 10px 0;
	font-size: 90%;
	line-height:19px;
}
div#hlink ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
div#hlink li {
	list-style: none!important;
	background-image: none!important;
	display: inline;
	padding: 0 3px;
	color: #999;
}
div#hlink li a {
	font-weight:normal;
	color: #999;
	text-decoration: underline;
}
div#hlink li a:hover {
	text-decoration: none;
}



