@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

#CONTENT {
	width: 960px;
	margin: 0 auto;
}

#NAGLOWEK {
	width:100%;
	height:87px;
	background-image:url(/images/head_vde.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	margin:0;
	padding:0;
}

#NAGLOWEK logo a {
    position: absolute;
    top: 15px;
    left: 430px;
	width: 238px;
    height: 72px;
    display: block;
}

#top {
	width:100%;
	height:186px;
	background-image:url(/images/top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#logo {
	width: 315px;
	float: left;
	overflow: hidden;
	padding: 25px 0 0 15px;
	height: 161px;
}

#lista1 {
	width: 284px;
	float: left;
	overflow: hidden;
	height: 156px;
	padding: 30px 0 0 30px;
}

#lista2 {
	width: 284px;
	float: left;
	overflow: hidden;
	height: 167px;
	padding: 19px 0 0 30px;
}

#lista3 {
	width: 300px;
	height:377px;
	float: left;
	overflow: hidden;
	padding: 30px 15px 0 15px;
}

#lista4 {
	width: 584px;
	height:377px;
	float: left;
	overflow: hidden;
	padding: 30px 15px 0 30px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -137px;
}
.push{height: 137px; clear:both;}

/* stopka */
#STOPKA {
	clear: both;
	width: 100%;
	height: 137px;
	margin: 0 auto;
	padding:0;
}
.footer_top_line {
	width:100%;
	height:2px;
	line-height:2px;
	background-image:url(/images/footer_top_line.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	margin:0;
	padding:0;
}
#footer_bg {
	width:100%;
	height:135px;
	background-image:url(/images/top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#footer_content {
	width:945px;
	margin:0 auto;
	padding: 8px 0  0 15px;
}
#footer_content table {
	border-collapse: separate;
	border-top:1px solid #e9e9e9;
}
#footer_content td {
	padding:0 0 0 8px;
	color: #000;
	font-size:13px;
	border-right:1px solid #e9e9e9;
}
/* */
.clear {
	clear:both;
}

h1 {
	font-size:17px;
	color: #990000;
	font-weight: bold;
}

h2 {
	font-size:17px;
	color:#0667B4;
	font-weight: bold;
	border-bottom: 1px solid #BCD6EA;
	margin-right:15px;
}

h3 {
	font-size:20px;
	color:#000;
	font-weight: normal;
	margin:0;
	padding:0;
}
/* lista 1 i 2 */
#lista1 ul, #lista2 ul {
	list-style-type:none;
	text-align:left;
	line-height:150%;
}
#lista1 ul li, #lista2 ul li{
	background: url(/images/li_red.png) no-repeat left top;
	padding-left: 25px;
}

#lista1 ul li a, #lista2 ul li a {
	font-size: 16px;
	font-weight:normal;
	color: #333;
	text-decoration: none;
}

/* lista 3 i 4 */
#lista3 ul, #lista4 ul {
	list-style-type:none;
	text-align:left;
	line-height:125%;
	overflow:auto;
}
#lista3 ul li, #lista4 ul li{
	font-size: 11px;
	font-weight:normal;
	color: #333;
	text-decoration: none;
	background: url(/images/li_blue.png) no-repeat 2px 0px;
	padding-left: 25px;
}
#lista3 ul li a, #lista4 ul li a {
	font-size: 11px;
	font-weight:normal;
	color: #333;
	text-decoration: none;
}

/* */
.border1 {
	width:1px;
	height:186px;
	vertical-align:middle;
	float:left;
	overflow: hidden;
	background: url(/images/linia_pion_krotka.jpg) center center no-repeat;
}
.border2 {
	width:1px;
	height:407px;
	vertical-align:middle;
	float:left;
	overflow: hidden;
	background: url(/images/linia_pion_dluga.jpg) center center no-repeat;
}
#top_bg {
	width:100%; 
	height:186px;
	background-image:url(/images/top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

a {
	color:#990000;
	text-decoration:none;
}

a:hover {
	color:#990000;
	text-decoration:underline;
}

