/* ------------------------------------------------------- */
/* --------------------------------------------- AK - 2009 */
/* ------------------------------------------------------- */
/* html, body */

body {
	margin: 0;
	padding: 0;
	
	background-color: #fff;
	
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	
	color: #777777;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

/* ------------------------------------------------------- */
/* clear, onfocus='blur()' */

img { border: 0 none; }
a { outline: none; }
a img { outline: none; }
input { outline: none; }

/* ------------------------------------------------------- */
/* wrap div's contents */

#site {
	position: absolute;
	z-index: 100;
	
	width: 794px;
	
	left: 50%;
	margin-left: -397px;
}

#underLayer {
	position: absolute;
	z-index: 10;
	margin-top: 102px;
	
	width: 50%;
	height: 60px;
	
	background-image: url('../img/under-bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}

#headerMenu {
	position: absolute;
	z-index: 110;
	margin-top: 102px;
	
	width: 700px;
	height: 56px;
	
	background-image: url('../img/under-bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}

#headerLogo {
	position: absolute;
	z-index: 120;
	
	margin: 50px 0px 0px 26px;
	
	width: 178px;
	height: 90px;
}

#headerInfo {
	position: absolute;
	z-index: 120;
	
	margin: 22px 0px 0px 400px;
	
	color: #fff;
}

#headerAuto {
	position: absolute;
	z-index: 120;
	
	margin: 46px 0px 0px 605px;
	
	width: 167px;
	height: 113px;
	
	background-repeat: no-repeat;
	background-position: left top;
}


.menuLayerOne, .menuLayerTwo {
	float: left;
	padding-left: 242px;
}

.menuLayerTwo { padding-top: 24px; }

#page {
	position: absolute;
	z-index: 130;
	
	margin-top: 160px;
	width: 794px;
}

#bannerLeft, #bannerRight, #content {
	float: left;
	width: 160px;
}

#bannerLeft {
	margin: 15px 0px 0px 40px;
}

#bannerRight {
	float: right;
	margin: 15px 25px 0px 0px;
}

#content {
	padding: 0px 5px 0px 35px;
	width: 340px;
	height: 368px;
	
	overflow: auto;
	
	line-height: 14px;
}

#loga {
	float: left;
	width: 729px;
	
	margin: 10px 0px 0px 40px;
	padding: 5px 0px 5px 0px;

	text-align: center;
	
	background-image: url('../img/bg-loga.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}

.banner {
	float: left;
	width: 160px;
	margin-bottom: 10px;
}

#loga img { padding: 5px 6px 0px 6px; }

.boxPozycja {
	float: left;
	width: 300px;
	padding-top: 15px;
}

.boxPozycja .pozycjaPhoto {
	float: left;
	padding: 4px 10px 0px 0px;
}

.titlePozycja {
	width: 300px;
	font-weight: bold;
	font-size: 12px;
	
	background-image: url('../img/linia.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	
	padding-bottom: 10px;
	margin-bottom: 4px;
}

/*------------------------------------------------------- */
/* texts */

#content h1 {
	margin: 0;
	padding: 6px 0px 6px 0px;
	
	line-height: normal;
	
	font-size: 12px;
	color: #d91921;
}


#headerInfo h2, #headerInfo h3, #headerInfo h4 {
	margin: 0;
	padding: 0;
	display: block;
	line-height: normal;
	
	font-weight: bold;
}

#headerInfo h2 { font-size: 12px; }
#headerInfo h3 { font-size: 16px; }
#headerInfo h4 { font-size: 12px; }
#headerInfo em { font-size: 14px; font-style: normal; }


#headerInfo h3 {
	color: #fff200;
}

.boxPozycja p { padding-top: 0; margin-top: 0; }


.zielonyKolor {
	color: #6ebd35;
}

.szaryKolor {
	color: #777777;
}

.szaryTekst, .zielonyTekst {
	color: #777777;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}

.zielonyTekst {
	color: #6ebd35;
}

/*------------------------------------------------------- */
/* list ul ol li */

#headerMenu ul {
	padding: 0;
	margin: 0;
	
	list-style-type: none;
	list-style-position: outside;
	
	text-align: center;	
	font-size: 10px;
	
	height: 24px;
}

.menuLayerTwo ul { height: 25px; }

.menuLayerOne li, .menuLayerTwo li {
	display: inline;
	float: left;
	
	height: 19px;
}
.menuLayerTwo li { height: 19px; }

.menuLayerOne li:hover { background-color: #d91921; }
.menuLayerOne li.break {
	background-image: url('../img/menu-break.jpg');
	background-repeat: no-repeat;
	width: 3px;
}

.menuLayerTwo li.break {
	background-image: url('../img/menu-break-2.jpg');
	background-repeat: no-repeat;
	width: 3px;
}

#topMenu {
	position: absolute;
	z-index: 200;
	
	margin: 102px 0px 0px 242px;
	
	width: 330px;
	font-weight: bold;
}
 
#menu-list {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #c6c8ca;
}

#menu-list li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#menu-list a {
	display: block;
	border-right: 1px solid white;
	color: #6c6d6f;
	padding: 7px 12px 7px 12px;
	text-decoration: none;
	line-height: 1;
}

#menu-list a:hover { background-color: #5E5A5A; color: #fff; }


#menu-list ul {
	display: none;
	position: absolute;
	left: 0;
	padding: 0;
	margin: 0;
	width: 111px;
}

#menu-list ul li { width: 111px; }

#menu-list ul li a {
	float: left;
	width: 86px;
	padding: 7px 12px 7px 12px;
	background-color: #404041;
	color: #dadada;
	
	background-image: url('../img/bg-off.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}

#menu-list ul li a:hover {
	background-color: #ff0000;
	background-image: none;
}

#menu-list ul a.hover { color: #fff; }
#menu-list ul a {
	border: 0 none;
	color: #dadada;
}


#menu-list ul ul {
	top: 0;
	left: 111px;
	width: 110px;
}


#menu-list ul ul li a {
	float: left;
	width: 86px;
	padding: 7px 12px 7px 12px;
	background-color: #99999b;
	color: #4f5051;
	
	background-image: url('../img/bg-off-2.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}




/*------------------------------------------------------- */
/* links */

.menuLayerOne a, .menuLayerTwo a {
	display: block;
	height: 100%;
	
	padding: 7px 11px 0px 11px;
	
	font-weight: bold;
	color: #6c6d6f;
}

.menuLayerTwo a { padding-top: 4px; }

.menuLayerOne a:link { color: #6c6d6f; text-decoration: none; }
.menuLayerOne a:visited {	color: #6c6d6f; text-decoration: none; }
.menuLayerOne a:active { color: #6c6d6f; text-decoration: none; }
.menuLayerOne a:hover {	color: #fff; text-decoration: none; }

.menuLayerTwo a:link { color: #6c6d6f; text-decoration: none; }
.menuLayerTwo a:visited {	color: #6c6d6f; text-decoration: none; }
.menuLayerTwo a:active { color: #6c6d6f; text-decoration: none; }
.menuLayerTwo a:hover {	color: #fff; text-decoration: none; }

.green a:link { color: #6ebd35; text-decoration: none; }
.green a:visited {	color: #6ebd35; text-decoration: none; }
.green a:active { color: #6ebd35; text-decoration: none; }
.green a:hover {	color: #fff; text-decoration: none; }

#footer a:link { color: #777777; text-decoration: none; }
#footer a:visited {	color: #777777; text-decoration: none; }
#footer a:active { color: #777777; text-decoration: none; }
#footer a:hover {	color: #d91921; text-decoration: none; }

a:link {	color: #d91921;	text-decoration: none; }
a:active { color: #d91921; text-decoration: none; }
a:visited {	color: #d91921; text-decoration: none; }
a:hover {	color: #d91921; text-decoration: underline; }
