html {
	margin: 0; padding: 0;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	background: #43484C; color: #43484C;
}
body {
	margin: 0 auto; padding: 0;
	background: url('../images/top_bg.gif') top repeat-x #43484C;
}
h1, form, #menu, #menu li {
	margin: 0; padding: 0;
	list-style: none;
}

h1 span {
	position: absolute;
	top: -10000px;
}
.clear {
	clear: both; display: block;
	width: 100%; height: 1px;
	font-size: 1px;
}

/*--LAYOUT--*/
#site {
	width: 95%; min-width: 840px; max-width: 1000px;
	margin: 0 auto; background: url('../images/top_bg.gif') top repeat-x;
}

#top {
	height: 150px;
	position: relative;
}

h1 {
	position: absolute; top: 18px; left: 15px;
	width: 325px; height: 49px;
	background: url('../images/logo.gif') no-repeat;
}
h1 a {display: block; height: 42px;}
h1 a:hover {border: dashed 1px #ccc;}

#top-banner {
	position: absolute; top: 14px; right: 0;
}

#breadcrumbs {
	position: absolute; bottom: 2px; left: 10px;
	color: #fff;
}
#breadcrumbs a {color: #fff;}

#menu {
	position: absolute; bottom: 19px; left: 0;
	height: 30px; width: 100%;
}
.menu {float: left;}
.menu li {
	height: 30px; float: left; margin: 0 3px 0 0 !important;
	background: url('../images/menu_item.gif') no-repeat top left #196297;
}
.menu li a {
	display: block; float: left;
	height: 22px; padding: 8px 16px 0 24px;
	background: url('../images/menu_item_right.gif') no-repeat top right;
	color:#fff; font-weight:bold;
}
#strefa_klienta li {background: url('../images/menu_item_sk.gif') no-repeat top left #BE0005}
#strefa_klienta li a {background-image: url('../images/menu_item_sk_right.gif')}

.menu li:hover {
	background: url('../images/menu_item_h.gif') no-repeat top left #E98D2A !important;
}
.menu li:hover a {
	text-decoration: none;
	background-image: url('../images/menu_item_h_right.gif') !important;
}

.block-1 {background: url('../images/block_tl.gif') no-repeat top left #fff; margin: 0 0 15px 0;}
.block-2 {background: url('../images/block_tr.gif') no-repeat top right;}
.block-3 {background: url('../images/block_br.gif') no-repeat bottom right;}
.block-4 {
	background: url('../images/block_bl.gif') no-repeat bottom left;
	padding: 12px 15px; overflow: hidden;
}

#body {
	overflow: hidden;
	padding: 16px 0 0 0;
}
#content {
	width: auto;
	padding: 0; margin: 0 240px 0 0;
}
#sidebar {
	float: right; width: 225px;
}

#foot {
	width: 100%;
	clear: both;
}
#foot .block-1 {margin: 0 !important;}
#foot .block-2 {padding: 12px 15px; text-align: center;}

/*--CONTENT--*/
a {
	text-decoration: none;
	color: #196297;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0; padding: 0;
	line-height: 1.5em;
}
#content p {
	text-align: justify; 
	margin: 0 0 1.5em 0;
}

ul {
	margin: 0 0 1.5em 0; padding: 0;
	line-height: 1.5em;
}
li {
	margin: 0 0 0 20px; padding: 0;
}
h2 {
	margin: 0 0 1em 0; padding: 0;
	font-size: 14pt;
}
h3 {
	margin: 0 0 1em 0; padding: 0;
	font-size: 11pt;
}

img {
	border: 0;
}
.img-right {
	float: right; margin: 0 0 10px 10px; padding: 3px;
	border: solid 1px #43484C;
}
.img-left {
	float: right; margin: 0 0 10px 10px; padding: 3px;
	border: solid 1px #43484C;
}

.link-more {
	display: block; float: right;
	font-weight: bold; font-size: 10pt;
	margin: 10px 0 0 0;
}

.h-yellow, .h-red, .h-blue {
	margin: 0 -14px 1em -14px;
	padding: 5px 14px; color: #fff;
}
.h-yellow {background: #E98D2A;}
.h-red {background: #BE0005;}
.h-blue {background: #196297;}

#sidebar .input input {width: 127px;}
#sidebar .submit input {width: 60px;}
#sidebar .input {float: left; padding: 0 0 5px 0;}
#sidebar .submit{float: left; padding: 0 0 0 0;}

label {
	display: block; font-weight: bold;
}
input, textarea, select {
	background: #DDD;
	border: solid 1px #888B8E;
	padding: 2px 3px;
}
input {height: 16px; }
input:focus, textarea:focus, select:focus {
	background: #EEE;
}
.submit input {
	background: #43484C; color: #fff;
	border: none; padding: 2px 7px;
	height: 22px;
}

.contentpaneopen {
	font-size:10px;
/*    padding-bottom:40px;*/
    margin-bottom:15px;
}
.contentpaneopen span {
/*    padding-bottom:40px;
    margin-bottom:20px;*/
    }
.contentpaneopen .small {
    font-size:10px;    
}
.contentpagetitle {
	font-size:18px;
}
.createdby {
	margin-right:15px;
}
.createdate {
	font-size:10px;
	}



.block-2 .moduletable ul.menu {
	font-size:10px;
	color:black;
	}

.block-2 .moduletable ul.menu li {background:none; color:black;}
.block-2 .moduletable ul.menu li a {background:none; color:black;}
.block-2 .moduletable ul.menu li:hover {background:none; color:black;}
.block-2 .moduletable ul.menu li:hover a {background:none; color:black;}

