* { margin: 0; padding: 0; }

body {
	background-color: #e9e9e9;
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 12px;
	color: #404040;
}

a {
	color: #1b69d9;
	text-decoration: none;
	border-bottom: 1px dashed #abc8f1;
}
a:hover {
	color: #ff4500;
	border-bottom: 1px solid #abc8f1;
}
a img { border: 0; }

.wrapper {
	margin: 0 auto;
	width: 990px;
	clear: both;
}



#logo {
	float: left;
}
#logo a {
	border: 0;
}

#map-header {
	background: url(../img/map_header.gif);
	width: 344px;
	height: 88px;
	float: right;
}

#menu {
	float: left;
	clear: both;
}
#menu li {
	float: left;
	clear: none;
	height: 62px;
	list-style: none;
}
#menu li a {
	font-weight: bold;
	color: #105f98;
	text-decoration: none;
	padding: 0 20px;
	padding-top: 25px;
	float: left;
	border-left: 1px solid #f9f9f9;
	border-right: 1px solid #e0e0e0;
	height: 43px;
}
#menu li a:hover {
	color: #b30b0b;
	border-bottom: 4px solid #b30b0b;
}

.sidebar,
#content {
	margin: 20px 0;
	float: left;
	clear: none;
}

.sidebar {
	width: 200px;	
	font-size: 11px;
	color: #404040;
}

.sidebar-box {
	width: 200px;
	float: left;
	margin-bottom: 15px;
}
.sidebar-top{
	float: left;
	clear: both;
	background-image: url(../img/sidebar_top.gif);
	width: 194px;
	height: 3px;
}
.sidebar-bottom{
	float: left;
	clear: both;
	background-image: url(../img/sidebar_bottom.gif);
	width: 194px;
	height: 4px;
}
.sidebar-header {
	float: left;
	clear: both;
	font-weight: bold;
	color: #fff;
	background-color: #b30b0b;
	background-image: url(../img/sidebar_header.gif);
	width: 174px;
	height: 15px;
	padding: 10px;
}
.sidebar-main {
	background-color: #fff;
	background-image: url(../img/sidebar_background.gif);
	width: 174px;
	padding: 10px;
	float: left;
	clear: none;
}

.sidebar-main ul li {
	list-style-image: url(../img/li.gif);
	padding: 3px 0;
	margin-left: 20px;
}

#content {
	width: 532px;
	padding: 0 20px;
}
.content-box {
	margin-bottom: 10px;
	float: left;
	clear: both;
}
.content-top {
	background-image: url(../img/content_top.gif);
	width: 532px;
	height: 3px;
	float: left;
}
.content-bottom {
	background-image: url(../img/content_bottom.gif);
	width: 532px;
	height: 4px;
	float: left;
}
.content-main {
	background-color: #fff;
	background-image: url(../img/content_background.gif);
	width: 502px;
	padding: 15px;
	float: left;
}
.content-box li {
	margin: 5px 0 5px 15px;
}

.content-box h2 {
	font-size: 14px;
	margin-bottom: 12px;
	color: #004588;
}

.content-box-header {
	color: #ff4500;
	color: #dd3d00;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

.page-description {
	font-size: 11px;
}

.description {
	
}
.action {
	margin-top: 10px;
	float: left;
}
.action li {
	float: left;
	clear: none;
	list-style: none;
}
.action li a {
	background-color: #b30b0b;
	color: #fff;
	padding: 5px;
	float: left;
	border: none;
	font-size: 11px;
	border: 1px solid #7e0808;
}
.action li a:hover {
	background: #d80e0e;
}
.action li a.wiecej-informacji {
	
}
.action li a.wniosek {
	font-weight: bold;
	background: #d80e0e;
}
.action li a.wniosek:hover{
	background: #f23c3c;
}

h1 {
	font-size: 14px;
	color: #606060;
	padding-bottom: 10px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 15px;
}

h1 img {
	padding-right: 4px;
}

p {
	margin-bottom: 15px;
}

#footer {
	clear: both;
	background-color: #b30b0b;
	background-image: url(../img/footer_background.gif);
	height: 245px;
	margin-top: 50px;
	font-size: 11px;
	color: #efefef;
}
#footer-wrapper {
	width: 990px;
	height: 245px;	
	margin: 0 auto;
	clear: both;
	background-image: url(../img/footer_map.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.footer-box {
	float: left;
	clear: none;
	padding: 20px;
	width: 200px;
}
.footer-box li {
	list-style: none;
	padding: 3px 0;
}
.footer-box li a {
	color: #efefef;
	border: none;
}
.footer-box h4 {
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #b45151;
}



/* Messages */
	/* Flash, Info, Error */
#messages {
	margin: 10px 0;
	float: left;
	clear: both;
	width: 100%;
}
#messages li { list-style: none; }
#messages .messages-info,
#messages .messages-error {
	padding: 10px;
}
#messages .messages-info {
	background: #e3ffc8;
	border: 1px dashed #71e600;
}
#messages .messages-error {
	background: #fff2f2;
	border: 1px dashed #ffcccc;
}
#messages .messages-info li{ color: green; }
#messages .messages-error li { color: red; }
	/* End Flash, Info, Error */

	/* Content */
.message {
	margin: 10px 0;
	padding: 7px;
	background: #ffffd7;
	border: 1px dashed #fff1c6;
	font-style: italic;
}
.message p {
	margin: 6px 0;
}
	/* End Content */
/* End Messages */



/* Form */

	/* Containers */
form div {
	float: left;
	clear: both;
	margin: 5px 0;
	width: 100%;
	overflow: hidden;
}


form fieldset {
	border: 0;
	margin: 15px 0;
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
}

form fieldset.shorten,
form fieldset.shorten_parent {
	margin: 0;
}
form fieldset.shorten div {
	margin: 3px 0;
}

form fieldset.shorten_parent div {
	padding-bottom: 10px;
}

form legend {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 15px;
}

.form-box {
	width: 430px;
	float: left;
	clear: both;
	margin: 10px 0 15px 0;
	padding: 5px 30px;
	background: #ffffec;
	background: #f9f9f9;
	border: 1px solid #f3f3f3;
}
	/* End Containers */
	
	
	/* Errors */	
form ul.errors {
	margin-bottom: 10px;
	float: left;
	clear: both;
	margin-left: 15px;
	width: 100%;
	overflow: hidden;
}

form ul.errors li {
	color: red;
	list-style: none;
	padding: 5px 0 10px 0;
}
	
	/* End Errors */


	/* Elements */

form label {
	padding: 5px;
	float: left;
	clear: none;
	width: 150px;
	color: #505050;
}

form label.required {
	font-weight: bold;
}


form input,
form select,
form textarea {
	padding: 5px;
	width: 300px;
	font-size: 100%;
	float: left;
	clear: none;
}

form select {
	width: auto;
}

form textarea {
	width: 350px;
	height: 200px;
}

form input[type="submit"],
form input[type="button"] {
	cursor: pointer;	
	margin-left: 160px;
	width: auto;
	padding: 6px 25px;
}

form input[type="checkbox"] {
	margin-top: 4px;
	width: auto;
}
form input[type="radio"] {
	width: auto;
}
form label em {
	clear: both;
	float: left;
	font-style: normal;
	font-weight: normal;
	color: #808080;
	font-size: 85%;
}

form label span{
	color: #ff4d4d;
	font-weight: normal;
}
	/* End Elements */
	
	/* Helpers */
	.form-extra-info {
		margin: 20px 0;
		float: left;
		clear: both;
	}
	
	.form-extra-info ul {
		margin-left: 45px;
	}
	.form-extra-info ul li {
		list-style: square;
		color: #808080;
		margin: 3px 0;
	}
	/* End Helpers */

/* End Form */


.partner {
	float: left;
	clear: both;
	margin: 5px;
}
.partner a {
	border: 0;
}

h2.admin {
	font-size: 16px; margin:20px 0; float: left; clear: both;
}

img.logo {
	float: right;
}


.normal_opis {
	padding-bottom: 15px;
}
.extra_opis {
}