
* {
	border: 0 none;	
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 13px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;

}

/* ========================== Ogolne ========================== */
body {
	background: #FFF9E3 url("images/bg_body.jpg") no-repeat top center;
	text-align: center;
}

strong {font-weight:bold}

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 50px;
	position: relative;
	text-align: left;
	width: 715px;
}

a {
	color: #15A5E2;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.headerContainer {
	border-bottom: 1px solid #D60A0C;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}

.headerContainer h3, .headerContainer img {
	bottom: 0;
	color: #D60A0C;
	font-weight: normal;
	font-size: 16px;
	position: absolute;
	right: 5px;
}

h2 {
	color: #366eb4;
	font-size: 28px;
	font-weight: normal;
}

h3 {
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}

h4, span {
	color: #2f6ab3;
	font-weight: bold;
}

img.left {
	float: left;
	margin-right: 15px;
}

p, li {
	color: #000;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 12px;
}


ul {
	list-style: none;
	list-style-position: outside;
}

ul.ikon {
    list-style-type:circle;
	list-style-position: outside;
}

.ikon li {
    background: url("images/check.png") no-repeat scroll left  transparent;
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 20px;
	 font-size: 13px;
}


/* ========================== Menu ========================== */
#topMenu {
	height: 22px;
	overflow: hidden;
	padding: 23px 20px 0 0;
	width: 695px;
}

#topMenu ul {
	float: right;
}

#topMenu ul li {
	float: left;
	margin-left: 8px;
	text-indent: -9999px;
}

#topMenu ul li a {
	background: url("images/icon_pdf.jpg") no-repeat top left;
	display: block;
	height: 20px;
	width: 20px;
}

#topMenu ul li a[title="email"] {
	background: url("images/icon_mail.jpg") no-repeat top left;
}

#topMenu ul li a[title="print"] {
	background: url("images/icon_print.jpg") no-repeat top left;
}

#topMenu ul li a:hover {
	background-position: bottom left;
}

/* ========================== glowna strona ========================== */
#mainContent {
	background: #fff;
	float: right;
	padding: 0 29px 70px 29px;
	width: 453px;
}

/* ========================== naglowek ========================== */
#header {
	background: url("images/bg_header.jpg") no-repeat top left;
	height: 53px;
	margin: 0 -35px 5px -35px;
	overflow: hidden;
	padding: 32px 40px 0 40px;
	width: 443px;
}

#header h1 {
	background: url("images/logo.png") no-repeat top left;
	float: left;
	text-indent: -9999px;
	display: block;
	height: 21px;
	width: 146px;
}



#header p {
	color: #fff;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}

/* ========================== profil ========================== */
#profile h1.naglowek {
 color: #366eb4;	
 font-size:14px;
 font-weight:bold;
}

#profile {
	margin-bottom: 35px;
	overflow: hidden;
	padding-top: 8px;
	width: 453px;
}

#profile img {
	margin-top: -8px;
}



/* ========================== podzial ========================== */
.divisions li {
	margin-bottom: 15px;
	
}

/* ========================== sidebar ========================== */
#sidebar {
	float: left;
	left: 6px;
	position: absolute;
	top: 0;
	width: 192px;
}

/* ========================== glowna nawigacja ========================== */
#mainNav {
	margin: 100px 0 70px 0;
}

#mainNav li {
	margin-bottom: 0;
	text-align: right;
}

#mainNav li a {
	background: url("images/bg_mainNav.jpg") no-repeat bottom right;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 45px;
	line-height: 43px;
	padding-right: 2px;
	text-transform: uppercase;
	width: 190px;
}

#mainNav li a.active {
	background: url("images/bg_mainNav_active.png") no-repeat top right;
	color: #4472ab;
	font-size: 15px;
	height: 54px;
	line-height: 52px;
}

#mainNav li a.last {
	background-image: none;
}

#mainNav li a:hover {
	text-decoration: none;
}



.button{
	margin:0;
	padding:5px 5px;
	font:normal 12px Verdana, Georgia, "Times New Roman", Times, serif;
	color:#fff;
	outline:none;
	background:#e77404;
	border:1px solid #db6e03;
	overflow:visible;
	cursor:pointer;
}



textarea{
width: 220px;
height: 150px;
}



