body, div, h1, h2, h3, p, ul, li {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 12px;
	color: #444;
	background: #ebebeb;
}

#all {
	background: #ebebeb url(images/squaresbg.jpg) top center repeat-x;
}

#topbar {
	height: 21px;
	background: #000 url(images/topbar.jpg) top center no-repeat;
}

#header {
	position: relative;
	width: 960px;
	min-height: 234px;
	margin: 0 auto;
}
* html #header { height: 234px; }

#logo {
	position: absolute;
	top: 95px;
	left: 20px;
	width: 195px;
	height: 45px;
	background: url(images/logo.gif) top left no-repeat;
}

#logo h1 a {
	display: block;
	width: 195px;
	height: 45px;
	text-indent: -5000px;
}

#klamra {
	position: absolute;
	top: 42px;
	left: 242px;
	width: 59px;
	height: 156px;
	background: url(images/klamra.gif) top left no-repeat;
}

ul#nav {
	position: absolute;
	top: 51px;
	left: 325px;
}

ul#nav li {
	list-style-type: none;
	font-size: 17px;
	font-weight: bold;
	padding: 4px 0 3px 0;
}

ul#nav li a, ul#nav li a:visited {
	color: #fff;
	padding: 2px 7px 3px 6px;
	background-color: #2b2b2b;
}

ul#nav li a:hover, ul#nav li a:focus {
	background-color: #007295;
}

ul#nav2 {
	position: absolute;
	top: 161px;
	right: 20px;
}

ul#nav2 li {
	list-style-type: none;
	float: left;
	font-size: 17px;
	font-weight: bold;
	margin-left: 7px;
}

ul#nav2 li a, ul#nav2 li a:visited {
	display: block;
	color: #474747;
	padding: 2px 7px 3px 6px;
	background-color: #fff;
}

ul#nav2 li a:hover, ul#nav2 li a:focus {
	color: #fff;
	background-color: #007295;
}

.active {
	color: #fff !important;
	background-color: #007295 !important;
}

#haslo {
	position: absolute;
	top: 50px;
	left: 590px;
	width: 305px;
	height: 68px;
	background: url(images/haslo.gif) top left no-repeat;
	text-indent: -5000px;
}

#section {
	background: #fff url(images/sectionbg.jpg) 10% 0 no-repeat;
}

#section-inner {
	width: 960px;
	margin: 0 auto;
}

#left {
	width: 420px;
	float: left;
	padding: 50px 0 30px 20px;
}

.huge {
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 27px;
}

h2 {
	font-size: 22px;
	margin-bottom: 27px;
}

h3 {
	font-size: 17px;
	margin-bottom: 5px;
}

#right h3 {
	margin-bottom: 30px;
}

ul.subpageslist {
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
}

ul.subpageslist li {
	float: left;
	list-style-type: none;
	padding: 0 10px 0 15px;
}

ul.subpageslist li a {
	font-size: 15px;
	line-height: 22px;
}

span.special {
	font-size: 18px;
	color: #666;
}

p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 30px;
}

.alignright {
	text-align: right;
}

a.sl {
	font-weight: bold;
	padding: 3px 7px 4px 7px;
	border: 1px #d7d7d7 solid;
}

#right {
	width: 440px;
	float: right;
	padding: 50px 20px 30px 0;
}

#wide {
	width: 920px;
	padding: 50px 20px 30px 20px;
}

.entry {
	overflow: hidden;
}

.entry div {
	float: left;
}

#footer {
	width: 920px;
	margin: 0 auto;
	padding: 50px 20px;
}

#footer p {
	font-size: 12px;
}








.cb {
	clear: both;
}

a, a:visited {
	color: #b3008b;
	text-decoration: none;
}

a:hover, a:focus {
	color: #444;
}