body, html {
	background-color: #f7fcfd;
	color: #999;
	font-family: "Tahoma", sans-serif;
	font-size: 11px;

	margin: 0px;
	padding: 0px;
}

/* Ogólne style */
a {
	text-decoration: none;
}

.positions{
    margin: 10px;
}

a.delFile
{
    color: #aaa;
    font-family: "Tahoma",sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin-left: 30px;
}

strong {
	font-weight: normal;
}

.clear {
	clear: both;
}

/* Formularze */

input[type='text'],
input[type='password']{
	width: 221px;
	height: 14px;
	border: 1px solid #aac0ca;

	background-color: #fff;
	color: #999;

	font-family: "Tahoma", sans-serif;
	font-size: 11px;
	padding: 2px;
}

input[type='text']:focus,
input[type='password']:focus {
	border: 1px solid #2b497b;
}


/* Kolorowy pasek wszerz strony */
#stripe {
	position: absolute;
	top: 155px;
	width: 100%;

	z-index: 0;
	height: 120px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* Główna ramka */
#main-container {
	position: relative;	/* in order to z-index work */
	width: 1022px;
	margin: 12px auto;
	border: 1px solid #e5ebf0;
	z-index: 2;
	background-color: #fff;
}

/* Header - nagłówek strony */
#header {
	height: 142px;
	position: relative;
}

/* Główne menu nawigacyjne */
#main-menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

	position: absolute;
	bottom: 15px;
	right: 40px;
	/*	left: 315px;*/
}

#main-menu li {
	display: inline;
	margin: 0px 0px 0px 48px;
	padding: 0px;

	font-family: "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
	font-size: 12px;
}

#main-menu li a {
	color: #8daab7;
	font-weight: bold;
}

#menu-index:hover {
	color: #14609d;
}
#menu-about:hover {
	color: #23b3e7;
}
#menu-solutions:hover {
	color: #eeb840;
}
#menu-portfolio:hover {
	color: #7b6aad;
}
#menu-career:hover {
	color: #96ad18;
}
#menu-contact:hover {
	color: #b12c08;
}

/* Wybór języka */
#language-select {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

	position: absolute;
	top: 28px;
	right: 112px;
	z-index: 2;
}

#language-select li {
	display: inline;

	display: block;
	float: left;

	margin: 0px 0px 0px 15px;
	padding: 2px;
}

#language-select li.active {
	padding: 1px;
	border: 1px solid #e4e4e4;
}
#language-select li a {
	margin: 0px;
	padding: 0px;
}
#language-select li img {
	display: block;
	border: none;
	border-width: 0px;

	margin: 0px;
	padding: 0px;
}

/* Strefa klienta */

#customer-area {
	width: 100px;
	height: 52px;

	background: url(../images/customer-area.png) no-repeat top right transparent;

	position: absolute;
	top: 28px;
	right: 62px;
	z-index: 1;
}
#customer-area.active {
	background: url(../images/customer-area-active.png) no-repeat top right transparent;
}

#customer-area a {
	font-family: "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #b7b6b6;
	width: 100px;
	height: 25px;
	padding-top: 36px;
	display: block;
}

#customer-area a:hover {
	color: #c30;
}

/* Kolorowy obrazek */
#picture {
	height: 120px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-color: red;
	width: 1024px;
	margin: 0px -1px 0px -1px;
}


/* Główna strona - rybki */
#intro {
	margin: 15px 20px 0px 20px;
}

#intro h1 {
	display: none;
}

#intro div {
	/*	width: 378px;*/
	width: 320px;
	padding: 0px 0px 0px 157px;
	height: 115px;
	float: left;
	cursor: pointer;
}

#intro div h2 {
	margin: 8px 0px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	color: #69c;
}
#intro div h2 a {
	color: #69c;
}
#intro div h2 a:hover {
	color: #f93;
}
#intro div p {
	font-family: "Tahoma", "Arial";
	font-size: 11px;
	color: #999;
}


div.adeo-group{
	background: url(../images/stamps.png);
	width: 132px;
	height: 141px;
	margin: 15px 0 0 0;
}

#adeo-group-adeo{	
	width: 48px;
	height: 26px;
	position: relative;
	top: 15px;
	left: 42px;
}

#adeo-group-adeo a{
	background: 0 0 url(../images/adeo-group-adeo.png);
	width: 48px;
	height: 26px;
	display: block;
}

#adeo-group-adeo a:hover{
	background-position: 0 -26px;
}

#adeo-group-web{
	width: 110px;
	height: 27px; 
	position: relative;
	top: 32px;
	left: 12px;
}

#adeo-group-web a {
	background: 0 0 url(../images/adeo-group-web.png);
	width: 110px;
	height: 27px;
	display: block;
}
#adeo-group-web a:hover{
	background-position: 0 -27px;;
}

#adeo-group-mobile{
	width: 51px;
	height: 25px;
	position: relative;
	top: 47px;
	left: 50px;
}

#adeo-group-mobile a {
	background: 0 0 url(../images/adeo-group-mobile.png);
	width: 51px;
	height: 25px;
	display: block;
}

#adeo-group-mobile a:hover{
	background-position: 0 -25px;
}

div.contact-right{
	float: right;
	margin: 25px 155px 0 0;
}

/* Nawigator */
#navigator {
	font-family: "Tahoma", sans-serif;
	font-size: 10px;
	color: #ccc;
	margin: 20px 29px;
}

#navigator a {
	color: #ccc;
}

#navigator a:hover {
	color: #666;
}

/* Lewa kolumna */
#sidebar {
	float: left;
	width: 230px;
	margin: 0px;
	padding: 0px 29px;
	min-height: 308px;
}

#sidebar ul {
	list-style-type: none;
	margin: 13px 0px 0px 0px;
	padding: 0px;
	min-height: 308px;
}

#sidebar ul li {
	background: url(abc) no-repeat 1px 4px transparent;
	padding-left: 28px;
	margin: 0px 0px 21px 0px;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* Wyszukiwarka */
#search {

}

#search input[type='submit'] {
}

#search input {
	vertical-align: bottom;
}

/*
.errorSummary{
    color: #f00;
}

.errorSummary ul{
     margin: 1em 0 1em 0;
}

.errorSummary li{
    font-weight: bold
}*/

/* Prawa kolumna */
#content {
	float: left;
	width: 638px;
	padding: 0px 35px;
	margin: 10px;
	background: url(../images/vline.png) no-repeat top left transparent;
	min-height: 360px;
}

#content h1 {
	font-family: "Verdana", sans-serif;
	font-size: 15px;
	font-weight: normal;
}

#content h2 {
	font-family: "Verdana", sans-serif;
	font-size: 15px;
	font-weight: normal;
}

#content p
{
	text-align: justify;
}

#content p.leftalign
{
	text-align: left;
}


/* Strefa klienta */
#customer-area-content {
	/*width: 1022px;*/
	min-height: 367px;

	padding: 80px 0px 0px 366px;

	background: url(../images/customer-area-bg.jpg) no-repeat top center #fafcfd;
}

#pooling {
	min-height: 367px;
	margin: 0 auto;
	padding: 0px 0px 0px 160px;
	background: #fafcfd;
}

tr.simple {
    width: 550px;
}

tr.simple td{
    width: 220px;
}


#customer-area-content h1 {
	font-size: 14px;
}

#customer-area-content {
}

#customer-area-content {
}

#customer-area-content {
}

#customer-area-content {
}

#customer-area-content {
}

/* Blok "Zaufali nam" */
#partners {
	clear: both;
	padding-top: 6px;
	min-height: 48px;
}

#partners span {
	float: left;
	padding: 24px 10px 8px 28px;
	width: 91px;
}

#partners ul {
	list-style-type: none;
	margin: 0;
	padding: 12px 0px 0px 0px;
}

#partners ul li {
	margin: 0 6px;
	padding: 0px;
	float: left;
}
#partners ul li a {
	opacity:         0.4;
	-moz-opacity:    0.4;
	-khtml-opacity:  0.4;
	-webkit-opacity: 0.4;
}
#partners ul li a:hover {
	opacity:         1.0;
	-moz-opacity:    1.0;
	-khtml-opacity:  1.0;
	-webkit-opacity: 1.0;
}
#partners ul li a img {
	border: 0px none;
}

/* Stopka */
#footer {
	text-align: center;
	color: #ccc;
	font-family: "Tahoma", sans-serif;
	font-size: 10px;
	margin-bottom: 24px;
}

#footer a {
	color: #aaa;
}

#footer a:hover {
	color: #888;
}

/* Formularze */

form.simple {
	width: 300px;
}

form.simple .input {
	padding: 8px 0px 9px 0px;
}

form.simple .input label {
	float: left;
	width: 100px;
	text-align: left;
}
form.simple .required.input label {
	font-weight: bold;
}
form.simple .input input {
	width: 189px;
}

form.simple .action-area {
	text-align: right;
	padding: 5px;
}
/*
#login_submit, #pool_submit {
	border: 0px none;
	background: none;
	font-weight: bold;
	font-size: 10px;
	color: #999;
	background: url(../images/submit2.png) no-repeat center right transparent;
	padding: 2px 20px 2px 2px;
}
*/
/*BLOKI W TEKSCIE*/
div.article{
	clear: both;
}

div.article div.paragraph {
	width: 400px;
	float: left;
}

div.article div.photo{
	width: 200px;
	padding: 15px 0 0 0;
	float: right;
}

div.article div.photo img{
	border: none;
	max-width: 200px;
	max-height: 150px;
}


.fileinputs{
    position: relative;
    top: 5px;
}

#input_file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

.fakefile{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#login_submit, #pool_submit, .fuzzy_button, #upload_button {
	background: none;
	font-weight: bold;
	font-size: 10px;
	color: #999;
	background: url(../images/submit2.png) no-repeat center right transparent;
	padding: 2px 20px 2px 2px;
}

#attachment{
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

#fake_attachment
{
	width: auto;
}
