* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:900px;
}
body { 
	background:#0d0d0d; 
	font-family:Arial, Helvetica, sans-serif; font-size:100%; 
	line-height:1.0625em; 
	color:#777;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:900px; 
	margin:0 auto;
}




/*==== GLOBAL =====*/
#header {
	font-size:.75em;
}
#content {
	font-size:.75em;
	background:#fff;
}
#footer {
	font-size:.69em;
	background:#0d0d0d;
	padding:20px 0 20px 0;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:28px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:17px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#426ba3; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:27px;
	line-height:1.2em;
	color:#484848;
	margin-bottom:20px;
}
h2 {
	font-size:23px;
	color:#868686;
	line-height:1.2em;
	margin-bottom:10px;
}
	h2 strong {
		position:relative;
		display:block;
		margin-top:-11px;
	}
	h2.alt {
		padding-top:0 !important;
		padding-bottom:0 !important;
		margin-bottom:6px;
	}
	h2.icon1 {
		background:url(images/icon1.gif) no-repeat left 2px;
		padding:4px 0 9px 46px;
	}
	h2.icon2 {
		background:url(images/icon2.gif) no-repeat left 2px;
		padding:4px 0 5px 33px;
	}
	h2.icon3 {
		background:url(images/icon3.gif) no-repeat left 2px;
		padding:4px 0 9px 46px;
	}
	h2.icon4 {
		background:url(images/icon4.gif) no-repeat left 2px;
		padding:4px 0 9px 39px;
	}
h3 {
	font-size:19px;
	line-height:1.2em;
	color:#fff;
	border-bottom:1px solid #515151;
	padding-bottom:8px;
	margin-bottom:10px;
}
h4 {
	font-size:1em;
	color:#0d0d0d;
	margin-bottom:8px;
}
h5 {
	font-size:1em;
	color:#0d0d0d;
}
h6 {
	font-size:.85em;
	text-transform:uppercase;
}


.txt1 {
	color:#0d0d0d;
}
.txt2 {
}

.link1 { 
	display:block;
	float:right !important;
	background:#e5e5e5; 
	color:#727272 !important; 
	text-decoration:none;
	padding:0 !important
}
.link1:hover { 
	text-decoration:underline;
	color:#000 !important;
}
	.link1 em {
		display:block;
		background:url(images/link1-left.gif) no-repeat left top;
	}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		padding:2px 11px 2px 11px; 
		font-weight:normal; font-style:normal;
	}

.link2 {
	color:#484848;
}

.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}


/*===== header =====*/
#header .row-1 {
	height:137px;
	background:#0d0d0d;
}
	#header .row-1 .logo {
		position:relative;
		margin-left:-70px;
		padding:6px 0 0 0;
		float:left;
	}
	#header .nav {
		float:right;
		padding:85px 0 0 0;
	}
		#header .nav li {
			display:inline;
			color:#272727;
		}
			#header .nav li a {
				color:#727171;
				text-decoration:none;
				padding:0 12px 0 9px;
			}
			#header .nav li a:hover, #header .nav li a.current {
				color:#fff;
			}
	
#header .row-2 {
	height:334px;
	background:#300000;
}
	#header .row-2 .bg {
		background:url(images/header-bg.jpg) no-repeat center top;
		height:334px;
	}
	#header .row-2 .indent {
		padding:58px 0 0 20px;
	}
		#header .row-2 .indent .indent {
			padding:4px 405px 0 55px;
			font-size:1.1em;
			color:#ffdddd;
		}
			#header .row-2 .indent p {
				margin-bottom:45px;
			}
			#header .row-2 .indent p a {
				color:#fff;
			}

/*===== content =====*/
#content {
	padding:30px 0 0 0;
	background:#fff;
}
#content .row-1 {
	padding:0 0 30px 0;
}
#content .row-2 {
	background:#252525;
	color:#929292;

/*===== WYSOKOSC MENU DOLNEGO  =====*/

	padding:30px 0 30px 0;
}

#content.extra-bg {
	background:url(images/pasek.jpg) no-repeat center top #fff;
}


.banners2 {
	width:100%;
	overflow:hidden;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	padding:18px 0 10px 0;
	margin-bottom:18px;
}

.banners {
	width:100%;
	overflow:hidden;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	padding:20px 0 35px 0;
	margin-bottom:28px;
}
	.banners.alt {
		border-top:none;
		padding-top:10px;
	}
	.banners li {
		float:left;
		padding:0 0 0 0;
		width:195px;
		margin-right:40px;
	}
		.banners li.last {
			margin-right:0;
		}
			.banners li li {
				background:url(images/arrow1.gif) no-repeat left 6px;
				padding:0 0 5px 15px;
				width:auto;
				margin:0;
				float:none;
			}
			.banners.alt li  li {
				background:none;
				padding-left:0;
			}
				.banners.alt li li strong {
					color:#426ba3;
				}
			.banners li h4 {
				padding-left:4px;
			}
			.banners li ul {
				padding:0 0 11px 4px;
			}
				.banners li ul li a {
					color:#777;
					text-decoration:none;
				}
				.banners li ul li a:hover {
					color:#426ba3;
					font-weight:bold;
					text-decoration:none;
				}
			.banners li .wrapper a {
				font-weight:bold;
				color:#426ba3;
				float:left;
				padding-top:3px;
			}

.top-proposals {
	width:100%;
	overflow:hidden;
}
	.top-proposals li {
		float:left;
		margin-right:19px;
	}
	.top-proposals li.last {
		margin-right:0;
	}

.list1 li {
	background:url(images/arrow3.gif) no-repeat left 6px;
	padding:0 0 6px 17px;
}
	.list1 li a {
		color:#777;
	}

.list2 li {
	width:100%;
	overflow:hidden;
	padding-bottom:5px;
}
	.list2 li a {
		float:left;
		width:266px;
		color:#929292;
		text-decoration:none;
	}
		.list2 li a:hover {
			color:#fff;
		}
	.list2 li span {
		font-weight:bold;
		float:left;
		width:95px;
		font-size:1.1em;
	}
	.list2 li strong {
		color:#fff;
		float:right;
		font-size:1.1em;
	}

/*===== footer =====*/
#footer {
	color:#fff;
	text-transform:uppercase;
}
	#footer a {
		color:#8ab9fd;
		text-decoration:none;
		text-transform:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}
/*==========================================*/







.menu2{
	display: block;
	float: left;
	margin-left: 00px;
	width: 300px;
	height: auto;
	text-align: left;
	background: #fff;
	list-style: none;
}


.prawa{
	display: block;
	float: left;
	width: 473px;
	height: 300px;
		text-align: left;
	color: #595959;
	font-size: 12px;
	padding-left: 17px;
}

.prawa_kontakt{
	display: block;
	float: left;
	width: 473px;
	height: 300px;
		text-align: left;
	color: #595959;
	font-size: 12px;
	padding-left: 17px;
}
.prawa_auto_wysokosc{
	display: block;
	float: left;
	width: 473px;
	height: auto;
		text-align: left;
	color: #595959;
	font-size: 12px;
	padding-left: 15px;
}
.prawa_bok{
	display: block;
	float: left;
	width: 573px;
	height: 350px;
		text-align: left;
	color: #595959;
	font-size: 12px;
	padding-left: 15px;
}

.prawa_serwerygier_pl{
	display: block;
	float: left;
	width: 473px;
	height: auto;
		text-align: left;
	color: #595959;
	font-size: 12px;
	padding-left: 17px;
}
.prawa_serwerygier_de{
	display: block;
	float: left;
	width: 473px;
	height: auto;
		text-align: left;
	color: #595959;
	font-size: 12px;
	padding-left: 17px;
}

.uzupelnienie{
	display: block;
	float: right;
	width: 100px;
	height: auto;
	color: #595959;
	font-size: 12px;
	padding-left: 7px;
	margin-top: -209px;
	margin-right: 150px;
}
.uzupelnienie2{
	display: block;
	float: right;
	width: 100px;
	height: auto;
	color: #595959;
	font-size: 12px;
	padding-left: 7px;
	margin-top: -209px;
	margin-right: 20px;
}
.uzupelnienie3{
	display: block;
	float: right;
	
		padding-left: 7px;
	margin-top: -219px;
	margin-right: -81px;
}

.przerwa{
	display: block;
	float: left;
	width: 780px;
	height: 20px;
}

.bloki{
	display: block;
	float: left;
	width: 780px;
	height: 122px;
}







hr {
	width: 470px;
	height: 1px;
	background: url(images/line.png);
	border: none;
}

.nawi{
	display: block;
	float: right;
	width: 230px;
	height: 50px;
}

.podkladcena{
	display: block;
	margin-top: -30px;
	margin-left: 300px;
	float: left;
	width: 200px;
	height: auto;
}

.cena{
	color: #C21C1C;
	margin-left: 100px;
	font-size: 36px;
}

.cena2{
	color: #9F9F9F;
	font-size: 12px;
}

/* LINKI */
a.startowy{
	padding-top: 15px;
	padding-left: 15px;
	margin-top: -15px;
	display: block;
	text-align: left;
	width: 271px;
	height: 31px;
	background: url(images/ofpodklad1.png);
	text-decoration: none;
	color: #7A7A7A;
	font-size: 13px;
}

a.startowy:hover{
	background: url(images/ofpodklad.png);
	color: #fff;
}

a.startowy1{
	padding-top: 15px;
	padding-left: 15px;
	margin-top: -15px;
	display: block;
	text-align: left;
	width: 271px;
	height: 31px;
	background: url(images/ofpodklad.png);
	text-decoration: none;
	color: #fff;
	font-size: 13px;
}

a.startowy1:hover{
	background: url(images/ofpodklad1.png);
	color: #7A7A7A;
}

a.zamawiam{
	display: block;
	float: right;
	padding-top: 10px;
	width: 113px;
	height: 22px;
	background: url(images/button.gif) no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}



a.szczegoly{
	display: block;
	float: right;
	padding-top: 10px;
	width: 103px;
	height: 22px;
	background: url(images/button2.gif) no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}







ul#menulewe li {
	margin-top: 2px;
	list-style: none;
	height: 60px;
}


