
/* [CSS RESET] */

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

a {
	outline: none;
	text-decoration: none;
	color: #000;
}

ul {
	list-style: none;
}

/* [/CSS RESET] */

body {
	background: #f0f0f0;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

#top_bg {
	width: 100%;
	height: 36px;
	position: absolute;
	top: 0;
	left: 0;
	background: #1b1b1b;
}

#container {
	width: 868px;
	margin: 0 auto;
	position: relative;
}

/* [TOP] */

#top {
	width: 100%;
	height: 124px;
}

	#top_menu {
		width: 100%;
		height: 36px;
		text-align: right;
		color: #e5e5e5;
		line-height: 36px;
		background: url('../img/transparent.gif');
	}

		#top_menu span.left {
			display: block;
			margin-left: 6px;
			float: left;
		}

			#top_menu span.left a.active {
				font-weight: bold;
			}

		#top_menu a {
			color: #e5e5e5;
		}

	#logo_s-net {
		position: absolute;
		top: 34px;
		left: -16px;
	}

	#logo_szara-net {
		position: absolute;
		top: 60px;
		left: -4px;
	}

	#goto_s-net {
		position: absolute;
		top: 54px;
		left: 310px;
	}

	#contact_menu {
		position: absolute;
		top: 70px;
		right: 2px;
	}

		#contact_menu span {
			margin: 0 0 0 24px;
		}

/* [/TOP] */

/* [HEADER] */

#header {
	width: 801px;
	height: 121px;
	position: relative;
}

	#banner {
		width: 801px;
		height: 93px;
		position: absolute;
		left: 0;
		top: 0;
	}

	#breadcrumbs {
		width: 789px;
		height: 28px;
		padding: 0 0 0 12px;
		position: absolute;
		left: 0;
		top: 93px;
		background: url('../img/breadcrumbs.gif');
		color: #fff;
		line-height: 28px;
	}

	#breadcrumbs a {
		color: #fff;
	}

	#breadcrumbs a.home {
		color: #d40000;
		font-weight: bold;
	}

/* [/HEADER] */

.box {
	width: 799px;
	padding: 16px 34px;
	position: relative;
	background: url('../img/bg.gif');
}

	.box_top {
		width: 100%;
		height: 5px;
		position: absolute;
		left: 0;
		top: 0;
		background: url('../img/bg-top.gif');
	}

	.box_bottom {
		width: 100%;
		height: 5px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: url('../img/bg-bottom.gif');
	}

div.clear {
	clear: both;
}

/* [ASIDE] */

#aside {
	width: 190px;
	height: 284px;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	float: left;
	background: url('../img/vertical-separator.gif') no-repeat;
	background-position: 189px 0;
}

#aside ul {
	padding-left: 0;
}

#aside li {
	padding: 8px 0 0 20px;
	background: url('../img/item.gif') no-repeat;
	background-position: 10px 13px;
	font-weight: normal;
}

	#aside ul.level-1 li a { color: #505050; }
	#aside ul.level-2 li a { color: #707070; }
	#aside ul.level-3 li a { color: #979797; }

	#aside li a.active {
		font-weight: bold;
	}

/* [/ASIDE] */

/* [CONTENT] */

#content {
	margin: 21px 0 10px 0;
	padding: 0 0 0 38px;
	float: left;
}

	#content h1 {
		font-size: 12px;
		color: #d40000;
		width: 100%;
	}

	#content div.full_width {
		width: 553px;
		clear: both;
	}

	#content .column1, #content .column2 {
		width: 253px;
		float: left;
	}

	#content .column1 {
		padding: 0 47px 0 0;
		clear: both;
	}

	#content p {
		padding: 23px 0 0 0;
		line-height: 18px;
		text-align: justify;
	}

	#content h2 {
		padding: 23px 0 0 0;
		font-size: 12px;
		font-weight: bold;
		color: #d40000;
	}

	#content a.visible {
		color: #d40000;
	}

	#content li {
		padding: 8px 0 0 20px;
		background: url('../img/item.gif') no-repeat;
		background-position: 10px 13px;
		font-weight: normal;
	}

	#content li.pdf {
		padding: 8px 0 8px 55px;
		background: url('../img/pdf.gif') no-repeat;
		background-position: 10px 8px;
		line-height: 34px;
		font-weight: normal;
	}

	#content table {
		width: 100%;
		padding: 19px 0 0 0;
	}

		#content table td, #content table th {
			padding: 4px;
			text-align: left;
		}

	#content table.table-3-cols td {
		width: 33%;
	}

		#content table.table-3-cols tr.right td {
			text-align: right;
		}

	#content .in_progress {
		color: #909090;
	}

	#content .margin {
		padding: 23px 0 0 0;
	}

	#content .center {
		text-align: center;
	}

	#content .small-margin {
		padding: 10px 0 0 0;
	}

	#content p.pages {
		text-align: center;
	}

		#content p.pages a {
			color: #535353;
		}

	#content a img.referencje {
		border: 1px #ccc solid;
	}

	#content .right {
		text-align: right;
	}

/* [/CONTENT] */

/* [FORM] */

form {
	font-size: 11px;
}

form .left {
	float: left;
	width: 200px;
	padding: 0 8px 0 0;
	line-height: 20px;
	margin: 0 0 3px 0;
	text-align: right;
	font-size: 11px;
}

form br {
	clear: both;
}

form div {
	float: left;
	margin: 0 0 3px 0;
}

form div br {
	clear: none;
}

form .input {
	float: left;
	font-size: 100%;
	padding: 2px;
	border: 1px solid #ccc;
	width: 200px;
	margin: 0 0 3px 0;
}

form .longinput {
	float: left;
	font-size: 100%;
	padding: 2px;
	border: 1px solid #ccc;
	width: 300px;
	margin: 0 0 3px 0;
}

form textarea {
	float: left;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	padding: 2px;
	border: 1px solid #ccc;
	width: 200px;
	height: 100px;
	margin: 0 0 3px 0;
}

form .submit {
	border: 1px solid #ccc;
	margin: 5px 0 10px 200px;
	padding: 2px 10px;
	background: none;
	font-weight: bold;
	color: #000;
}

form span.notice {
	float: left;
	padding: 0 0 0 5px;
	color: #f00;
	font-size: 11px;
}

form .checkbox {
	position: relative;
	top: 2px;
}

form .validation-advice {
	float: right;
	color: #f00;
}

/* [/FORM] */

/* [BOTTOM] */

div.rich-bottom {
	height: 83px;
	padding: 20px 0;
}

	div.b_column {
		padding: 0 32px 0 36px;
		float: left;
		background: url('../img/bottom-separator.gif') no-repeat;
		background-position: 0 0;
		color: #535353;
	}

		div.b_column strong {
			display: block;
			font-size: 12px;
			padding: 0 0 6px 0;
		}

		div.b_column ul li {
			padding: 6px 0 0 10px;
			background: url('../img/bottom-item.gif') no-repeat;
			background-position: 2px 11px;
			font-size: 10px;
		}

			div.b_column a {
				color: #535353;
			}

		span.date {
			display: block;
			padding: 6px 0 0 0;
			font-size: 10px;
		}

		a.news {
			display: block;
			padding: 4px 0;
			font-size: 10px;
			text-decoration: underline;
			color: #535353;
		}

		#bottom div.first {
			background-image: none;
		}

		#bottom div.last {
			width: 240px;
			padding: 0 0 0 42px;
		}

		div.b_column a.right {
			display: block;
			width: 80px;
			padding: 5px 0 0 10px;
			float: right;
			background: url('../img/item.gif') no-repeat;
			background-position: 0px 11px;
			font-size: 10px;
			color: #535353;
		}

div.bottom-szara div.b_column {
		padding: 0 50px 0 54px;
		height: 80px;
}

/* [/BOTTOM] */

/* [FOOTER] */

#footer {
	height: 34px;
	font-size: 10px;
	color: #535353;
	line-height: 18px;
}

	#footer a {
		color: #535353;
	}

	#footer div.left {
		float: left;
	}

	#footer div.right {
		float: right;
	}

	#footer span {
		display: block;
	}

/* [/FOOTER] */

/* [MENU] */

#menu {
	width: 100%;
	height: 40px;
	padding: 10px 0 0 0;
	position: relative;
	z-index: 30;
}

	.m-level-1, .m-level-2, .m-level-3, .m-level-4 {
		display: none;
		position: absolute;
	}

	ul.m-level-0 li.hov ul.m-level-1,
	ul.m-level-0 li ul.m-level-1 li.hov ul.m-level-2,
	ul.m-level-0 li ul.m-level-1 li ul.m-level-2 li.hov ul.m-level-3,
	ul.m-level-0 li ul.m-level-1 li ul.m-level-2 li ul.m-level-3 li.hov ul.m-level-4 {
		display: block;
	}

	/* level 0 */

	.m-level-0 li {
		display: block;
		float: left;
		position: relative;
		height: 24px;
	}

	.m-level-0 li a {
		display: block;
		float: left;
		height: 16px;
		line-height: 16px;
		font-family: Tahoma, sans-serif;
		font-size: 13px;
		text-decoration: none;
		padding: 4px 10px;
		color: #000;
		border: 1px solid #fff;
		z-index: 31;
	}

	.m-level-0 li.hov a {
		color: #d50202;
		background-color: #d7d7d7;
		border: 1px solid #9e9e9e;
	}

		/* level 1 */

		.m-level-0 li.hov .m-level-1 {
			top: 25px;
			left: 0;
			z-index: 32;
			border-bottom: 1px solid #9e9e9e;
			width: 184px;
		}

		.m-level-1 li {
			float: none;
			width: 182px;
			height: 23px;
			position: relative;
		}

		.m-level-0 li.hov .m-level-1 li a {
			display: block;
			width: 162px;
			height: 16px;
			color: #000;
			line-height: 16px;
			border-bottom: hidden;
		}

		#menu .m-level-0 li.hov .m-level-1 li a,
		#menu .m-level-0 li.hov .m-level-1 li.hov .m-level-2 li a,
		#menu .m-level-0 li.hov .m-level-1 li.hov .m-level-2 li.hov .m-level-3 li a,
		#menu .m-level-0 li.hov .m-level-1 li.hov .m-level-2 li.hov .m-level-3 li.hov .m-level-4 li a {
			background-color: #d7d7d7;
			display: block;
		}

		#menu .m-level-0 li .m-level-1 li.hov a,
		#menu .m-level-0 li .m-level-1 li.hov .m-level-2 li.hov a,
		#menu .m-level-0 li .m-level-1 li.hov .m-level-2 li.hov .m-level-3 li.hov a,
		#menu .m-level-0 li .m-level-1 li.hov .m-level-2 li.hov .m-level-3 li.hov .m-level-4 li.hov a
		 {
			background-color: #fff;
		}

			/* level 2 */

			.m-level-0 li .m-level-1 li.hov .m-level-2 {
				top: 2px;
				left: 183px;
				z-index: 33;
				border-bottom: 1px solid #9e9e9e;
				width: 184px;
			}

				/* level 3 */

				.m-level-0 li .m-level-1 li .m-level-2 li.hov .m-level-3 {
					top: 4px;
					left: 183px;
					z-index: 34;
					border-bottom: 1px solid #9e9e9e;
					width: 184px;
				}

					/* level 4 */

					.m-level-0 li .m-level-1 li .m-level-2 li .m-level-3 li.hov .m-level-4 {
						top: 6px;
						left: 183px;
						z-index: 35;
						border-bottom: 1px solid #9e9e9e;
						width: 184px;
					}

		.m-level-0 li.hov .m-level-1 li.first.hov .m-level-2,
		.m-level-0 li.hov .m-level-1 li.hov .m-level-2 li.first.hov .m-level-3,
		.m-level-0 li.hov .m-level-1 li.hov .m-level-2 li.hov .m-level-3 li.first.hov .m-level-4 {
			top: 0;
		}

		.m-level-0 li:hover .m-level-1 li.fixbehavior:hover .m-level-2 {
			top: 4px;
		} 

/* [/MENU] */

#flashContainer {
	width: 799px;
	height: 299px;
	margin-bottom: 14px;
}
