body {
	background: rgb(235, 235, 235);
	color: #4D4D4D;
	text-align: center;
	padding: 1px;
	margin: 0;
	font: 10px Verdana, Arial, sans-serif;;
	color: #4D4D4D;
	color: #4D4D4D;
}

div#motto-right-background {
	position: absolute;
	top: 148px;
	left: 50%;
	height: 33px;
	width: 50%;
	text-align: center;
	background: transparent url(img/motto_right.jpg) repeat-x;
}

div#motto-left-background {
	position: absolute;
	top: 148px;
	left: 0px;
	height: 33px;
	width: 50%;
	text-align: center;
	background: transparent url(img/motto_left.jpg) repeat-x;
}

* {
	margin: 0;
	padding: 0;
	border-style: none;
}

/* ------------ SHADOWS --------------- */
div#top-shadow {
	top: 0px;
	left: 0px;
	text-align: left;
	height: 11px;
	position: absolute;
	width: 879px;
	background: rgb(235, 235, 235);
}

div#left-shadow {
	top: 11px;
	left: 0px;
	text-align: left;
	height: 560px;
	position: absolute;
	width: 7px;
	background: rgb(235, 235, 235);
}

div#right-shadow {
	top: 11px;
	left: 847px;
	text-align: left;
	height: 560px;
	position: absolute;
	width: 32px;
	background: transparent url(img/right_shadow.jpg) no-repeat;
}

div#bottom-shadow {
	top: 571px;
	left: 0px;
	text-align: left;
	height: 29px;
	width: 879px;
	position: absolute;
	background: transparent url(img/bottom_shadow.jpg) no-repeat;
}

div#top {
	top: 11px;
	text-align: left;
	height: 134px;
	position: relative;
	font-size: 1.1em;
	margin-left: 7px;
	background: transparent url(img/header.jpg) no-repeat top left;
}

div#motto {
	position: absolute;
	top: 151px;
	left: 7px;
	height: 20px;
	width: 840px;
	text-align: center;
	color: rgb(155, 66, 66);
	font-weight: bold;
	font-style: italic;
	font-size: small;
	padding-top: 4px;
	background: transparent url(img/motto_width_slice.jpg) repeat-y;
}

div#motto-left {
	position: absolute;
	top: 147px;
	left: -10px;
	height: 33px;
	width: 18px;
	text-align: center;
	background: transparent url(img/motto_left.jpg) repeat-x;
}

div#motto-right {
	position: absolute;
	top: 147px;
	left: 846px;
	height: 33px;
	width: 33px;
	text-align: center;
	background: transparent url(img/motto_right.jpg) repeat-x;
}

div#motto-top {
	position: absolute;
	top: 147px;
	left: 8px;
	height: 2px;
	width: 838px;
	text-align: center;
	background: transparent url(img/motto_top.jpg) no-repeat;
}

div#motto-bottom {
	position: absolute;
	top: 177px;
	left: 8px;
	height: 3px;
	width: 838px;
	text-align: center;
	background: transparent url(img/motto_bottom.jpg) no-repeat;
}

/* ------------ DOKUMENTY --------------- */
table.dokumenty {
	width: 400px;
	text-align: center;
	border: 1px solid #D3D3D3;
	border-collapse: collapse;
	text-align: center;
	border-spacing: 10px;
}

/* ------------ ADMINISTRACJA ----------- */
table.admin {
	width: 879px;
	text-align: center;
	border: 1px solid #D3D3D3;
	border-collapse: collapse;
	text-align: center;
	border-spacing: 10px;
}

th.admin-header {
	border: 1px solid #D3D3D3;
	background: white url(img/table_header_bg.jpg) repeat-x;
	vertical-align: center;
	text-align: left;
	font-size: 11px;
	padding: 5px;
	height: 35px;
	color: white;
}

td.admin-cell {
	vertical-align: center;
	text-align: left;
	padding: 5px;
	font-size: 10px;
	height: 35px;
}

td.contact-table {
	vertical-align: top;
	text-align: left;
	padding: 5px;
	font-size: 12px;
}

.errors {
	color: red;
}

div.form p {
	height: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	width: 180px;
}

div.form input {
	border: 1px solid #D3D3D3;
	height: 18px;
	width: 340px;
	padding-top: 3px;
}

div.form textarea {
	border: 1px solid #D3D3D3;
}

.formnoborder {
	border-style: none !important;
}

div#text span {
	font-size: 10px;
}

p.przyciski input {
	color: white;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;
	font-weight: bold;
}

div#wrap {
	width: 879px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: rgb(65, 78, 164);
}

a:hover {
	color: rgb(15, 38, 124);
}

/*-------------------FOR THE TOP------------------------*/
div#login {
	color: #999999;
	position: absolute;
	top: 20px;
	right: 0;
}

input.login {
	color: #777777;
	border: 1px solid #D3D3D3;
	font: 10px sans-serif;
	height: 18px;
	padding-top: 3px;
	width: 100px
}

input.login-email {
	color: #777777;
	border: 1px solid #D3D3D3;
	font: 10px sans-serif;
	height: 18px;
	padding-top: 3px;
	margin-right: 10px;
	width: 100px
}

input.login-submit {
	background: transparent url(img/zaloguj_sie.gif) no-repeat top center;
	width: 88px;
	padding: 4px;
	cursor: pointer;
	font: 10px Verdana, Arial, sans-serif;
	margin-top: 16px;
	right: 0;
	position: absolute;
}

input.login-dokumenty-submit {
	background: transparent url(img/zaloguj_sie.gif) no-repeat top center;
	width: 81px;
	padding: 6px;
	cursor: pointer;
	margin-top: 16px;
	font: 10px Verdana, Arial, sans-serif;
	color: transparent;
}

input.wyslij-submit {
	background: transparent url(img/wyslij.gif) no-repeat top center;
	width: 81px;
	padding: 6px;
	cursor: pointer;
	font: 10px Verdana, Arial, sans-serif;
}

input.zapisz-submit {
	background: transparent url(img/zapisz.gif) no-repeat top center;
	width: 81px;
	padding: 6px;
	cursor: pointer;
	font: 10px Verdana, Arial, sans-serif;
	color: transparent;
}

input.wczytaj-submit {
	text-align: center;
	background: transparent url(img/wyslij.gif) no-repeat top center;
	width: 81px;
	padding: 6px;
	cursor: pointer;
	font: 10px Verdana, Arial, sans-serif;
	color: transparent;
}

img.anuluj {
	padding: 6px;
}

a.pobierzPlik {
	background: transparent url(img/pobierz.gif) no-repeat top center;
	width: 40px;
	height: 40px;
	padding: 0px;
	padding-left: 10px;
	cursor: pointer;
	font: 10px Verdana, Arial, sans-serif;
}

div.form {
	padding-left: 150px;
	padding-right: 150px;
}

/*---------------- LOGO ----------*/
a.logo {
	position: absolute;
	left: 23px;
	top: 52px;
	width: 200px;
	height: 54px;
}

/*---------------- NYHETER ----------*/
a.nyheter {
	position: absolute;
	left: 12px;
	bottom: 10px;
	width: 132px;
	height: 123px;
	vertical-align: bottom;;
	width: 132px;
}

/*------------- MENU --------------*/
div#menu {
	position: absolute;
	padding-top: 1px;
	left: 0px;
	top: 169px;
	height: 20px;
	width: 739px;
	background-color: white;
}

div#menu li {
	list-style-type: none;
	background: transparent url(img/top_menu_splitter.jpg) no-repeat top
		right;
}

div#menu li {
	color: #BCD2EE;
	margin: 0;
	float: left;
	font-weight: normal;
	font-size: small;
	text-align: center;
	height: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

div#menu li a {
	color: rgb(65, 78, 164);
	display: block;
}

div#menu li a:hover {
	color: rgb(15, 38, 124);
	text-decoration: underline;
}

/*------------- FLAGS --------------*/
div#flags {
	position: absolute;
	padding-top: 4px;
	left: 739px;
	top: 169px;
	height: 20px;
	width: 100px;
	background-color: white;
}

div#flags img {
	margin: 0 1px 0 1px;
	padding-left: 10px;
}

/*------------- LEFT MENU --------------*/
div#leftmenu {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 150px;
	width: 135px;
}

div#leftmenu li {
	list-style-type: none;
	background: transparent url(img/left_menu_button.png) no-repeat top
		right;
}

div#leftmenu li {
	color: #BCD2EE;
	margin: 0;
	font-weight: normal;
	font-size: x-small;
	text-align: left;
	height: 17px;
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
}

div#leftmenu li a {
	color: white;
	display: block;
}

div#leftmenu li a:hover {
	text-decoration: underline;
}

/*------------------- KONTAKT PANEL ------------------------*/
div#contact {
	background: transparent url(img/left_frame-bg.jpg) no-repeat center;
	margin-left: 10px;
	padding: 2px;
	border: 1px solid #B8B8B8;
	float: left;
	clear: left;
	width: 282px;
	height: 230px;
	color: #BDBDBD;
	text-align: left;
	color: black;
}

div#contact p {
	margin-left: 40px;
	padding-bottom: 10px;
	font: 11px Verdana, bold;
}

div#contact a {
	color: #4876FF;
}

div#contact a:hover {
	color: blue;
}

/**------------------- TRESC ---------------------*/
img.h1 {
	text-align: left;
	padding: 20px 20px 20px 20px;
}

img.h2 {
	text-align: left;
	padding: 20px 20px 20px 40px;
}

img.grafika-left {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 10px;
}

img.grafika-right {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

/*-------------------FOR THE CONTENT------------------------*/
div#content {
	position: absolute;
	top: 200px;
	left: 7px;
	width: 840px;
	height: 360px;
	background: transparent url(img/content_slice.jpg) repeat-y;
}

div#left-picture {
	position: absolute;
	top: 32px;
	left: 0px;
	width: 195px;
	height: 212px;
	background: transparent url(img/left_picture.jpg) no-repeat;
}

/*--------- TEKSTY ----------*/
div#rightText {
	margin-left: 310px;
}

div#text-top {
	position: absolute;
	top: 9px;
	left: 156px;
	width: 670px;
	height: 11px;
	background: transparent url(img/main_top.jpg) no-repeat;
}

div#text-bottom {
	position: absolute;
	top: 332px;
	left: 156px;
	width: 670px;
	height: 12px;
	background: transparent url(img/main_bottom.jpg) no-repeat;
}

div#text {
	position: absolute;
	top: 20px;
	left: 156px;
	width: 670px;
	height: 323px;
	color: rgb(48, 29, 104);
	text-align: left;
	vertical-align: top;
	background: transparent url(img/main_slice.jpg) repeat-y;
	overflow: auto;
}

div#text table {

}

div#text td {
	font-size: small;
}

div#text img {
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	float: none;
}

div#text h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: medium;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

div#text h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: small;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: underline;
}

div#text p {
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 4px;
	font-size: small;
}

div#text a {
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

div#text a:hover {
	font-size: small;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}

div#text p.leading {
	font-weight: bold;
	color: #9AAED7;
}

div#text p span {
	font-size: 10px;
}

.seamTextEmphasis {
	font-weight: bold;
	font-style: normal;
}

.separated {
	margin-bottom: 35px;
}

/*------------------ STATIC TEXT --------------------------*/
div#static img {
	position: absolute;
	top: 60px;
	left: 0px;
	float: none;
	padding-left: 10px;
}

div#static h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: medium;
	font-weight: bold;
	padding-left: 190px;
	padding-right: 10px;
}

div#static h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: small;
	font-weight: bold;
	padding-left: 190px;
	padding-right: 10px;
	text-decoration: underline;
}

div#static p {
	padding-bottom: 5px;
	padding-left: 190px;
	padding-right: 10px;
	margin-top: 6px;
	font-size: small;
}

/*-------------------FOR THE BOTTOM------------------------*/
div#bottom {
	position: absolute;
	top: 558px;
	left: 7px;
	width: 839px;
	height: 8px;
	text-align: center;
	color: rgb(80, 80, 80);
	font-size: x-small;
	font-style: italic;
	background-color: white;
}

div#bottom a {
	color: rgb(65, 78, 164);
}

div#bottom a:hover {
	color: rgb(15, 38, 124);
	text-decoration: underline;
}

/*------------- POPUP ---------------- */
#popup {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 300px;
	left: 50px;
	top: 50px;
	background-color: rgb(238, 246, 243);
	border: 1px solid #000;
	padding: 10px;
	overflow: auto;
	text-align: left;
}

div#popup h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: small;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: underline;
}

div#popup p {
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 6px;
	font-size: small;
}

#popup2 {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 300px;
	left: 50px;
	top: 50px;
	background-color: rgb(238, 246, 243);
	border: 1px solid #000;
	padding: 10px;
	overflow: auto;
	text-align: left;
}

div#popup2 h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: small;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: underline;
}

div#popup2 p {
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 6px;
	font-size: small;
}

#close {
	float: right;
	padding: 10px;
}

div#close img {
	position: absolute;
	top: 5px;
	right: 5px;
	float: none;
	padding-bottom: 5px;
}