body {
	margin: 32px 10px 25px 10px;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363636;
}

#container {
	width: 900px;
	margin: auto;
}

#header {
	width: 900px;
	height: 241px;
	background-image: url('../img-rozcestnik/header_bg.jpg');
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#header h1 {
	width: 600px;
	margin: 0px;
	padding: 50px 0px 0px 275px;
	font-size: 28px;
	font-weight: normal;
}

#header .nfo {
	width: 600px;
	padding: 8px 0px 0px 275px;
	font-size: 16px;
	line-height: 18px;
	text-align: justify;
}

.logo {
	display: block;
	text-align: right;
	margin-right: 38px;
}

img {
	border: none;
}
strong{
  font-weight: normal;
}

a:link,
a:visited {
	color: #0099CC;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #000000;
}

h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
}

h2 a:link,
h2 a:visited {
	font-size: 18px;
	color: #0099CC;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

table {
	width: 100%;
	border: 0px;
	border-spacing: 0px;
	margin-top: 12px;
}

table td {
	padding: 0px;
	width: 300px;
}

.item {
	padding: 0px;
	margin: 0px;
	clear: both;
}

.item b {
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
	line-height: 15px;
	width: 165px;
	float: left;
}

.item img {
	float: left;
	margin-right: 7px;
}

#footer {
	border-top: 1px solid #999999;
	margin: 0px;
	padding: 12px 0px 23px 0px;
}

#footer .left {
	width: 380px;
	float: left;
}

#footer .right {
	width: 380px;
	float: right;
	text-align: right;
}

#footer a {
	font-weight: normal;
}

#footer .left a {
	color: #999999;
}

.bullet {
	margin: 0px 0px 0px 12px;
}

