/***** CSS Document  *****/

/*
Project: name of project
Author: Sebastian Szytula
Update: 18 May 2007
inspiration: keine inspiration
*/

/***** General *****/
* {
/*font-size: 100%;*/
margin: 0;
padding: 0;
}
html body {
	margin: 0;
	padding: 0;
	color: #FFF;
	background: #33394A url(images/bg-body.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	line-height: 1.333;
}

/***** Layout body page*****/
body {
	min-width: 990px;
	}
#wrap {
	margin: 0 auto;
	width: 990px;
	background-color: #4c566f;
}
	#container {
		height: 100%;
		overflow: hidden;
	}
		#header {
			height:176px;
			padding-left: 5px;
			background: url(images/bg-header2.jpg) no-repeat; 
 			position: relative;
		}
		#header img {
	margin-left: 150px;
		}
		#header-login {
			font-size: 0.9em;
			font-weight: bold;
			background-color: #33394A;
			width: 50px;
			position: absolute;
			top: 0px;
			padding: 0.25em 1em 0.25em 1em;
			right: 0px;
		}
		#infolinia {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	background-color: #4C566F;
	padding: 5px;
	top: 140px;
	right: 10px;
		
		}
		#content {
			min-height:680px;
			width: 78%;
			float: right;
		}
        .content-simple {
		}
		.content-picture { 
		overflow:auto;
		}
			.content-picture-picture {
	float: right;
	width: 160px;
	background-color: #8C96B0;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	padding: 5px;
			}
			.content-picture-text {


			}
		.content-column {
	overflow:auto;
		}
			.content-column-text {
	float: left;
	width: 430px;
			}
			.content-column-column {
	width: 180px;
	background-color: #999999;
	float: right;
	margin-top: 4em;
	margin-bottom: 1em;
			}
		.akapit {
		}
		.obrazek {
	float: right;
	width: 26%;
	padding-top: 1em;
		}
		.paragraf {
	float: left;
	width: 72%;
	vertical-align: bottom;
		}
		#site-name {
			background-color: #33394A;
			font: 1.1em Verdana, Arial, Helvetica, sans-serif, bold;
			color: #FFF;
			line-height: normal;
			text-align: right;
			clear: both;
		}
		#unia {
			width: 200px;
			text-align: left;
			float: left;
		}
		#footer {
			margin-top: 2em;
			clear: both;
			margin-bottom: 2em;
			text-align: right;
			background-color: #33394A;
		}

/***** Navigation *****/
#navigation-left {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation-left li {
	height: 30px;
	width: 181px;
	background: url(images/bg-menu-left-s.gif) no-repeat;
	text-align: left;
	padding-top: 2px;
	padding-left: 5px;
}
#navigation-left li.single {
	padding-top: 6px;
}
#navigation-left li a {
	margin-top: auto;
}
#navigation-left li a, #navigation-left li a:link, #navigation-left li a:visited, #navigation-left li a:hover, #navigation-left li a:active {
	text-decoration: none;
	cursor: pointer;
	font-size: 0.9em;
	color: #FFF;
	display: block;
	line-height: 1em;
}
#navigation-left li:hover, #navigation-left li.sfhoverl, #navigation-left li:active {
	border-left: solid 4px #9A0404;
}
#navigation-left li.orange a {
color:#FFA740;
} 
#navigation-left li.extra a {
	font-size: 1.0em;
	font-weight:bold;
	margin-top: auto;
	color: #FFA740;
} 
#navigation-left li.extra a:hover {
color:#990000;
} 
#navigation-left li.sklep {
	background: url(images/bg-menu-left-sklep.gif) no-repeat;
	padding-top: 6px;
}
#navigation-left li.sklep a {
	font-size: 1.1em;
	font-weight:bold;
	margin-top: auto;
	padding-left: 50px;
	color: #FFA740;
} 
#navigation-left li.sklep a:hover {
color:#990000;
} 
/* base on http://www.htmldog.com/articles/suckerfish/dropdowns/ */
.nav-top-right { /* modyfikacja polozenia top menu */
	width: 786px;
	margin-left: 0px;
	margin-top: 5px;
	padding-top: 0px;
	float: right;
}
#navigation-top, #navigation-top ul { /* usuniecie odstepow, marginesow i znacznikow */
	list-style:none;
	font-size:0.9em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	z-index: 100;
}
#navigation-top a { /* wyglad wszystkich linkow */
	display:block;
	text-decoration:none;
	text-align:center;
	color: #FFF;
}
#navigation-top a:hover {
	color: #FFA740;
}
#navigation-top li { /* top level w lini */
	float:left;
}
#navigation-top li.szerokie { /* top level  */
	width: 190px;
	background-image: url(images/bg-menu-top-sz.png) !important;
	background:none;	
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../../css/images/bg-menu-top-sz.png');
	height: 51px;
}
#navigation-top li.szerokie-sub { /* sub menu for first column */
	width:189px;
}
#navigation-top li.waskie { /* top level  */
	width: 145px;
	background-image: url(images/bg-menu-top-w2.png)!important;
	background:none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../../css/images/bg-menu-top-w.png');
	background-repeat: no-repeat;
	height: 51px;
}
#navigation-top li ul { /* pozycjonowanie podmenu */
	position: absolute;
	left:-999em;
	height: auto;
	font-size: 0.9em;
	width: 149px;
}
#navigation-top li li { /* second level menu */
	height:auto;
	background-color: #244487;
	width: 100%;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000; 
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#navigation-top li:hover ul, #navigation-top li.sfhover ul { /* mechanizm menu */
	left:auto;
}
#navigation-top li li:hover, #navigation-top li li.sfhover { /* mouse over */
	background-color: #4C566F;
}

ul#nav-orange {
	list-style-type: none;
	margin-left: 1px;
	padding-top: 5px;
	margin-top: 0px;
	padding-left: 0px;
	float: left;
}
ul#nav-orange li {
	float: left;
	display: block;
}
ul#jezyki {
	list-style-type: none;
	margin-left: 1px;
	padding-top: 5px;
	margin-top: 0px;
	padding-left: 0px;
	float: none;
	display: block;
}
ul#jezyki li {
	float: left;
	display: block;
}
ul.helpNav {
	list-style-type: none;

}
ul.helpNav li {
	font-size: 0.8em;
	margin-left: -3em;
	margin-bottom: 0.7em;
	text-align: left;
}
ul.helpNav a {

}

/***** Links *****/
a, a.relative {
position:relative;
}
a, a:link, a:visited, a:hover, a:active {
background: transparent;
text-decoration: underline;
cursor: pointer;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #999;
}
a:hover, a:active {
	color: #920;
}
.kontakt {
	background: url(images/bg-kontakt.gif) no-repeat left;
	height: 12px;
	width: 18px;
	padding-left: 25px;
}
.download {
	background: url(images/bg-files.gif) no-repeat left;
	height: 15px;
	width: 15px;
	padding-left: 35px;
}
a.orange, a.orange:link {
color:#FFA740;
}
/***** Typography *****/
p {
	color: #FFF;
	margin-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
}
ul, ol {
	padding-left: 2.5em;
	color: #FFF;
	margin: 0.5em 2em 0.75em 2em;
}
#content ul, #content ol {
	clear: both;
	margin: 0 1em 0 1em;
	padding: 0 0 0 1.5em;
	font-size: 0.9em;
	text-align: justify;
	line-height: 1.4em;
}
#content ul ul {
	margin: 0;
	padding: 0 1em;
	font-size: 1em;
	line-height: 1.4em;
}
#content p {
	text-align:justify;
	font-size: 0.9em;
	line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: arial, verdana, sans-serif;
	margin: 1.2em 0em 0.5em 0em;
	color: #FFF;
	clear: both;
}
li.fajka {
	list-style-image: url(images/bullet-fajeczka.gif);
}
h1 {
	font-size: 170%;
	background: url(images/bg-h1.gif) no-repeat left;
	padding-left: 30px;
	border-bottom: solid thin #6A789A;
}
h2 {
	font-size: 136%;
	letter-spacing: 0em;
	background: url(images/bg-h2.gif) no-repeat left;
	padding-left: 20px;
	margin: 1em 0em 0.5em 0em;
}
dl {
}
dt {
	margin-left: 2em;
	font-weight: bold;
}
dd {
	margin-left: 3em;
	margin-bottom: 0.75em;
}
pre, code, tt {
	font: 110% "Andale Mono", "Courier", "Courier New", "monospace";
	margin: 1em 0;
	display: none;
  }
caption {
	font-size: 80%;
	color: #FFF;
}
.wazne {
	color: #FF9900;
}
.nieistotne {
}
.error {
	border: thin solid #F00;
}
.success {
}
.small {
}
.big {
}

/***** Others *****/
img {
border: none;
}

hr {
margin: 1em 0;
background: #f2f2f2;
height: 1px;
color: #f2f2f2;
border: none;
clear: both;
}
.img-right {
	float: right;
	margin: 0em 1em 0em 1em;
}
.img-left {
	float: left;
	margin: 0em 1em 1em 1em;
}
/***** obrazek z podpisem *****/
.images-cont {
	float: left;
	margin: 0px 1em 1em 1em;
}
.podpis {
	font-size: 1em;
	color: #B6BCCD;
}
#lifescience img {
	margin: 10px 25px 0 25px;
}
#gemoney {
	margin: 10px 0;
	padding: 0 5px 0 5px;
}
/***** Tables *****/
table {
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td.mleczny, th.mleczny {
	background-image: url(images/bg-table.png) !important;
	background:none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../../css/images/bg-table.png');
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0.5em;
}
td.opis {
	font-size: 0.8em;
}
/***** elementy sporadyczne *****/

