@charset "utf-8";
/*#############################################################
# Stworzone przez Solidmedia.pl & Kronet.info & Mediamagic.pl #
# Wszystkie prawa zastrzeżone #################################
# Ostatnia modyfikacja 12-02-2010 #############################
#############################################################*/

/* RESET USTAWIEŃ 
--------------------*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* COMMON SETTINGS
--------------------*/

body {
	background: url('../img/page_bg.jpg') repeat-x 0 0 #ffffff;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #282828;
}
a {
	color: #199fc9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* MAIN PAGE 
---------------*/

div#main {
	width: 1032px;
	margin: 0 auto;
	overflow: hidden;
}

/* HEADER
---------------*/

div#header {
	width: 1032px;
	height: 359px;
	background: url(../img/header.jpg) no-repeat 0 0;
	position: relative;
}
	div#header div#pasek-top {
		height: 25px;
		padding: 10px 0 0 0;
		font-size: 11px;
		color: #ffffff;
		text-align: right;
	}
	div#header div#pasek-top a {
		color: #ffffff;
		text-decoration: none;
	}
	div#header div#pasek-top a:hover {
		text-decoration: underline;
	}
	
	/* MENU-TOP
	-----------------*/
	
	div#menu-top {
		font-family: Arial;
		text-transform: uppercase;
		height: 56px;
		position: absolute;
		top: 272px;
		right: 0;
	}
		div#menu-top ul.menu, ul.menu li {
			display: block;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		div#menu-top ul.menu li {
			float: left;
		}
		div#menu-top ul.menu a {
			display: block;
			float: left;
			height: 36px;
			padding: 20px 15px 0 15px;
			color: #11778a;
			font-size: 14px;
			font-weight: bold;
			background: url(../img/button_bg.png) no-repeat top right #ffffff;
			border-right: 1px solid #1b9fb7;
			text-decoration: none;
		}
		div#menu-top ul.menu a:hover {
			height: 36px;
			background: none #f9fcfd;
			border-bottom: 1px solid #1b9fb7;
		}

/* CONTENT - ZAWARTOŚĆ STRONY
--------------------------------*/

div#content {
	margin: 10px 0 10px 0;
	overflow: hidden;
}
	div#left {
		width: 270px;
		float: left;
	}
		div#boxes_left {
			width: 264px;
		}
			div#boxes_left div.box {
				margin: 0 0 20px 0;
				font-family: Arial;
			}
			div#boxes_left div.box p.title {
				font-size: 15px;
				font-weight: bold;
				font-style: italic;
				color: #137f92;
				padding: 30px 0 0 0;
				text-align: center;
			}
			div#boxes_left div.box img {
				float: left;
				margin: 5px 0px 10px 5px;
			}
			div#boxes_left div.box div.header {
				width: 264px;
				height: 16px;
				background: url(../img/box_left_header.png) no-repeat 0 0;
			}
			div#boxes_left div.box div.content {
				width: 262px;
				background-color: #f3f3f3;
				border: 1px solid #a3a3a3;
				border-top: none;
			}
			div#boxes_left div.box div.content div.tekst {
				padding: 5px;
				clear: both;
			}
			/*div#boxes_left div.box div.news {
				background: url(../img/aktualnosci.jpg) no-repeat 0 0;
			}
			div#boxes_left div.box div.wniosek {
				background: url(../img/wnioski.jpg) no-repeat 0 0;
			}*/
	div#right {
		width: 760px;
		float: right;
	}
		div#right div#podstrona {
			padding: 15px 20px 0 20px;
		}
		
	
/* FOOTER
----------------*/

div#footer {
	width: 100%;
	height: 40px;
	background-color: #e6e6e6;
	border-top: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;
}
	div#footer div#footer_box {
		width: 1032px;
		margin: 0 auto;
		padding: 12px 0 0 0;
	}

/* CLEAR
-------------*/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
p {
    margin-bottom: 5px;
    margin-top: 5px;
}
