/*
 *	Reset
 *	By Eric Meyer
 */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

/* ogolny layout */

body {
	background: #F4F2F0 url('../images/praca/bg.gif') repeat-x;
	font: normal 11px Tahoma;
	color: #373736;
	text-align: center;
}

div.clear {
	clear: both;

	line-height: 0;
	font-size: 0;	
}

a, a:visited {
	font: normal 11px Tahoma;
	color: #005F9C;
	text-decoration: none;
}

a:hover {
	font: normal 11px Tahoma;
	color: #005F9C;
}

div.wrapper {
	width: 1027px;
	text-align: left;
	margin: 0 auto;
}

/* header */

div.header {
	background: url('../images/praca/logo.jpg') no-repeat;
	height: 195px;
	position: relative;
}
	
	div.header h1 a {
		display: block;
		position: absolute;
		width: 190px;
		height: 40px;
		top: 46px;
		left: 32px;
		font-size: 0;
		line-height: 0;
	}
	
	div.header ul {
		position: absolute;
		left: 202px;
		top: 164px;
	}
	
		div.header ul li {
			padding-right: 35px;
			display: block;
			float: left;
		}
		
		div.header ul a {
			font: bold 17px "Myriad Pro";
			color: #2174BB;
			display: block;
			height: 26px;
			padding-bottom: 5px;
		}
		
		div.header ul li.last {
			padding-right: 0;
		}
		
		div.header ul a span {
			padding-bottom: 5px;
		}
		
		div.header ul a span span {
			padding: 0 5px;
			margin: 0 4px;
			padding-bottom: 5px;
			font: bold 17px "Myriad Pro";
			
		}
		
		/* active */
		div.header ul a.active, div.header ul a:hover {
			color: #FAF8F6;
			background: url('../images/praca/menu_act_left.gif') no-repeat top left;
		}
		
		div.header ul a.active span, div.header ul a:hover span {
			background: url('../images/praca/menu_act_right.gif') no-repeat top right;
		}
		
		div.header ul a.active span span, div.header ul a:hover span span {
			background: url('../images/praca/menu_act_bg.gif') repeat-x;
		}
		
/* content */

div.content {
	margin-top: 35px;
}

	div.content div.left {
		border: 1px solid #DAD9D6;
		min-height: 200px;
		background: #FFFFFF;
		width: 602px;
		float: left;
		margin-right: 25px;
		padding: 21px 25px;
	}
	
	div.content div.right {
		width: 340px;
		float: left;
		min-height: 200px;
		padding: 21px 0;
	}
	
	div.content h2 span {
		font: normal 17px "Myriad Pro";
		padding-bottom: 3px;
		padding-right: 14px;
		border-bottom: 1px solid #DAD9D6;
		text-transform: uppercase;
	}
	
	div.content h2 {
		margin-bottom: 22px;
	}
	
/* news */

div.news {
	border-bottom: 1px dotted #B8B7B5;
	padding: 0 7px 20px 7px;
	margin: 20px 0 0 0;
}

	div.news h3 {
		margin: 0 0 8px 0;
	}
	
	div.news h3 a {
		font: bold 11px Tahoma;
		text-transform: uppercase;
	}
	
	div.news span.date {
		padding: 0 13px 0 0;
	}
	
	div.news div.description {
		margin: 8px 0 0 0;
		line-height: 140%;
	}
	
/* right */

div.right div.box h4 {
	font: bold 11px Tahoma;
	color: #005F9C;
	text-transform: uppercase;
	margin: 0 0 9px 0;
}

div.right div.box p {
	line-height: 140%;
	margin: 0 0 23px 0;
}

/* footer */

div.footer {
	clear: both;
	margin: 35px 0 30px 0;
	border-top: 1px solid #DEDDDA;
	padding: 13px 0 0 0;
}

	div.footer div.left {
		float: left;
		margin-right: 693px;
	}
	
	div.footer div.left a {
		color: #1470B8;
	}
	
	div.footer div.right {
		float: left;
	}
	div.footer div.right2 {
		float: right;
	}
	div.footer div.right2 img {
		vertival-align: bottom;
	}
	
	div.footer div.right a.apeiro {
		background: url('../images/praca/apeiro.gif') no-repeat bottom left;
		padding-left: 5px;
		color: #5A5A5A;
		font: bold 11px Tahoma;
	}
	
/** kontakt */

div.ok {
	color: #008000;
	font-weight: bold;
}

div.errors p {
	font-weight: bold;
	color: #800000;
}

div.errors ul {
	color: #ff0000;
	padding-left: 25px;
}

div.errors ul li {
	margin: 6px 0;
}

form.formContact {
	margin: 20px 0 0 0;	
}

form.formContact dl {
	position: relative;
}
	
	form.formContact dd {
		
	}
	
	form.formContact dt {
		margin: 3px 0;
	}
	
	form.formContact input, form.formContact textarea {
		border: 1px solid #DAD9D6;
		font: normal 11px Tahoma;
		padding: 3px 5px;
	}
	
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
} 
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* end of clearfix */
.firstCnt{
	
}
.cnt{
	float: right;
	border: solid 1px #999;
	width: 120px;
	height: 38px;
	padding: 5px 0 0 5px;
}
.firstCnt .cnt_11{
	border-right: none;
	width: 90px;
}
.firstCnt .fnt{
	font-size: 1.2em;
	font-weight: bold;
}
.cv h1{
	font-size: 2em;
	font-weight: bold;
	margin-left: 10px;
}
.brd_btm{
	border-bottom: solid 1px #000;
	margin:10px 0 25px 5px;
	width: 98%;
}
.secondCnt{
	
}
.secondCnt .lastRow{
	border-bottom: solid 1px #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
}
.cntCv{
	float: right;
	border: solid 1px #000;
	padding: 10px 5px;
	border-bottom: none;
	line-height: 15px;
}
.secondCnt .cntCnt_21{
	border-right: none;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
}
.size1of3{width:30%;}
.size2of3{width:66%;}
.ln_h{
	line-height: 15px;
}
.firstUl{
	list-style-type: square;
	margin-top:10px;
}
.firstUl li{
	margin-left: 13px;
}
.secondUl{
	list-style: disc;
}
.secondUl li{
	margin-left: 35px;
	padding-left: 10px;
}
.cntCv strong{
	font-weight: bold;
}
.h15{
	height: 15px;
}
.h40{
	height: 40px;
}
.h45{
	height: 45px;
}
.h60{
	height: 60px;
}