/************ RESET *************/	

/* v1.0 | 20080212 */

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,
b, u, i, center,
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
	
	line-height: 1.5em;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

table, thead, tbody, tfoot, tr, th, td, input, select, textarea {
	font-family:inherit;
	font-size:1em;
}

q:before, q:after {
	content:"";
}

img, input, select, label {
	vertical-align:middle;
}

fieldset, img, a img {
	border:0 none;
}

a{
	text-decoration: none;
}



h6{
	font-size: 0.9em;
}

h5{
	font-size: 1em;
}

h4{
	font-size: 1.1em;
}

h3{
	font-size: 1.3em;
}

h2{
	font-size: 1.6em;
}

h1{
	font-size: 1.9em;
}

p{
	margin-bottom: 10px;
}

/* Clearing Floats Without Structural Markup - ala http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	display: block; visibility: hidden; clear: both; 
	height: 0; 
	content: "."; 
}


/* lists ----------------------------------------------------------------- */
ul, ol, li, dl, dd { 
	list-style-type: none; 
	padding: 0px;
	margin: 0px;
}

/* common ---------------------------------------------------------------- */




.hidden{
 display: none !important;
}

.row{
	clear: both;
	margin-bottom: 10px;
}


#wrapAll{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

#logo{
	float: left; display: inline;
	width: 330px; height: 55px;
	margin-top: 30px;
}

#navMain{
	background-color: #f7f9f9; display: inline;
	float: right;
	width: 640px; height: 90px;
	text-align: right;
}

#navMain ul{
	float: right;
	padding-top: 50px;
	padding-right: 10px;
}

#navMain ul li{
	float: left;
	margin-right: 20px;
	padding: 0 5px;
}

#navMain ul li a{
	float: left;
	color: #000;
	background: transparent url(../images/dot-red.gif) no-repeat 0 5px;
	border-bottom: solid 1px #f7f9f9;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 10px;
}

#navMain ul li.current a{
	border-color: #ce1926 !important;
}

#navMain ul li a:hover{
	background: transparent url(../images/dot-black.gif) no-repeat 0 5px;
	border-color: #000 !important;
}

#wrapContent{
	background-color: #fff;
	color: #7c7c7c;
}


#wrapContent.main{
	background-color: #f7f9f9;
}

#colLeft{
	width: 330px;
  background: #fff url(../images/colLeftBg.gif) repeat-x 0 0;
	float: left;
  padding-top: 60px;
}

.main #colLeft{
	width: 330px;
  background: #fff url(../images/colLeftBg.gif) repeat-x 0 0;
	float: left;
  padding-top: 0;
}


.main #colLeft
{
	background: transparent url(../images/mainColLeft.png) no-repeat 0 0;
}

#colRight{
	width: 640px;
	float: left;
	background-color: #f7f9f9;
	padding-bottom: 30px;
}

.main #colRight{
	background: #f7f9f9 url(../images/mainColRight.png) no-repeat 0 0;
}

.moreBig{
	background: transparent url(../images/moreBig.gif) no-repeat 0 0;
	width: 127px; height: 18px;
}

.more{
	background: transparent url(../images/more.gif) no-repeat 0 0;
	width: 52px; height: 18px;
}

.aboutButton{
	background: transparent url(../images/aboutButton.gif) no-repeat 0 0;
	width: 58px; height: 18px;
}

.more,
.moreBig,
.aboutButton{
	color: #fff;
	display: block;
	font-weight: bold;
	text-align: center;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #000;
}

#colLeft #ecsBox{
	background: #fff url(../images/ecsBg.gif) repeat-x 0 100%;
	margin-top: 160px;
}

#colLeft #ecsBox div{
	padding: 20px 30px;
}

#colRight #aboutBox{
	width: 290px; height: 110px;
	color: #fff;
	padding: 30px 10px 20px 20px;
}

#colRight #aboutBox h3 a{
	color: #fff !important;
}

#colRight #newsBox{
	padding: 20px;
}

#colRight #newsBox h3{
	float: left;
	width: 450px;
}

#colRight #newsBox .newsArch{
	color: #7c7c7c;
	float: right;
	margin-right: 10px;
	text-decoration: underline;
	width: auto;
}

#colRight #newsBox .newsArch span{
	color: #ce1926;
	font-size: 10px;
	text-decoration: none !important;
}

#colRight #newsBox .newsMini{
	width: 270px;
	padding-right: 20px;
	padding-top: 20px;
	float: left;
}

#colRight #newsBox .newsMini dl{
	margin-bottom: 10px;
}

#colRight #newsBox .newsMini dl dt a{
	color: #000;
	font-weight: bold;
}

#colRight #newsBox .newsMini dl dd{
	color: #ce1926;
}

#wrapBottom{
	width: 970px;
	display: block;
	text-align: right;
  margin: 10px 0;
}

#wrapBottom *{
	display: inline;
}

#wrapBottom p{
  line-height: 24px;
}

#colLeft ul
{
	margin-top: 10px;
	margin-left: 0;
	margin-right: 30px;
}

#colLeft ul li{
	background: transparent url(../images/bullet-triangle-red.gif) no-repeat 10px 12px;
	padding-left: 20px;
	border-top: solid 1px #c7c7c7;
	line-height: 2.8em;
	float: left;
	width: 260px;
}


#colLeft ul li,
#colLeft ul li a{
	color: #000;
	font-weight: bold;
}

#colLeft ul li a
{
	display: block;
}

#colLeft ul li a:hover,
#colLeft ul li.current a{
	color: #ce1926;
}

#colLeft ul li.first{
	border: none;
}

#colRight h2{
	width:600px;
	padding-left: 20px;
	background-color: #ce1926;
	color: #fff;
	font-weight: normal !important;
	height: 50px;
	line-height: 3em;
}

#colRight h2,
#colRight h3{
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#colRight h2 a{
  color: #ffffff;
}

#colRight .content{
	padding: 20px;
}




#colRight .galleryMini ul{
	border-bottom: solid 1px #c7c7c7;
	padding-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
}

#colRight .galleryMini ul li{
	width: 160px; height: 120px;
	display: inline-block;
	float: left;
	background-image: none !important;
	margin-right: 20px;
	margin-bottom: 20px;
}

#colRight .galleryMini ul li img,
#colRight .galleryMini ul li a{
	width: 160px; height: 120px;
}

#colRight .galleryMiniDesc,
#colRight .content .galleryTeam .person p{
	font-size: 0.8em;
}

#colRight .content .galleryTeam{
	margin-top: 30px;
}


#colRight .content .galleryTeam .person
{
	width: 178px;
	float: left;
	margin-right: 20px;
}

#colRight .content .galleryTeam .person dl{
	width: 178px;
	border-bottom: solid 1px #c7c7c7;
}

#colRight .content .person dl dt{
	background: transparent url(../images/teamGalleryBg.gif) no-repeat 0 0;
	width: 148px; height: 21px;
	padding-left: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 2em;
}

#colRight .content .galleryTeam dl dd{
	width: 178px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* stylowanie tekstu w .content*/

.content ul,
.content ol{
	margin: 10px 0px;
}

.content ul li{
	background: transparent url(../images/dot-red.gif) no-repeat 0 5px;
	padding-left: 15px;
}

.content ol li{
	list-style-type: decimal;
	list-style-position: inside;
}


.content ul li ol li{
	background-image: none !important;
}


.content ol li ul li{
	list-style-type: none !important;
	margin-left: 10px;
}

.content strong{
	color: #000;
	font-weight: normal;
}

.content a{
	color: #ce1926;
	text-decoration: underline;
}

.content h3,
.content h4,
.content h5,
.content h6{
	margin: 10px 0px;;
}


.contact .content dl{
	width: 300px;
	float: left;
	margin-bottom: 30px;
}

.contact .content .map{
	width: 270px;
  height: 270px;
  overflow: hidden;
	float: left;
	margin-bottom: 30px;
}

#map {
  margin-right: 15px;
}

#map, #map2 {
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
}

.contact dl dt{
	color: #000;
	font-weight: bold;
}

.contact dl dd a{
	color: #ce1926;
	text-decoration: underline;
}

.contact dl dd.break{
	margin-bottom: 10px;
}


.contact .person{
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
}

.contact .person img,
.contact .person dl{
	float: left;
}

.contact .person dl{
	margin-left: 20px;
}

.contact .person dl dd.position{
	color: #000;
	margin-top: 10px;
	font-weight: bold;
}


h5.departament{
	font-size: 1.1em;
	font-weight: normal;
	background: transparent url(../images/dot-red.gif) no-repeat 0 7px;
	padding-left: 15px;
	margin-top: 30px;
}

#langNav{
  float: right; display: block; text-align: right; width: 100%;
  color: #7c7c7c;
  margin-bottom: 8px;
}

#langNav li{
  display: inline; 
  padding: 0 4px;
  border-left: 1px solid #7c7c7c;
}

#langNav li.header{
  border: none;
  padding: 0;
}

#langNav li.first{
  border: none;
  padding: 0 2px;
}

#langNav li a{
  color: #7c7c7c;
}

#langNav li.current a{
  color: #ce1926;
  text-decoration: underline;
}

#newsList h3 {
  margin: 0.5em 0;
}

#newsList h3 a{
  color: #000;
}

#newsList img{
  float: left;
  margin: 0 10px 10px 0;
}

.date {
	color: #ce1926;
  margin: 0 !important;
}

.pager {
  float: right;
  margin: 10px 20px;
}

.pager a {
  color: #7c7c7c;
  padding: 0 1px;
}

.pager em {
  font-style: normal;
	color: #000;
  font-weight: bold;
}

.mainImage {
  clear: both;
  width: 270px;
  height: 270px;
  margin: 0 30px;
  padding: 10px 0;
  text-align: center;
}


