@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565656;
	height: auto;
	background-color: #FFFFFF;
}

.right {
	float: right;	
}

.left {
	text-align: left;	
}

.center {
	text-align: center;
}

.clear {
	clear: both;	
}

.nopadding {
	padding: 0;
}

.bottom {
	position: absolute;
	bottom: 0;
}

.lista ul {
	list-style-image: url(images/point.png);
	border: 0px;
	text-align: left;
}

.lista li {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.messages{
	text-align: left;
	padding: 5px;
	margin: 0px;
	border: solid 1px #e10e1d;
	background-color: #FFD9DA;
}

hr {
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 0px;
	border-bottom: 1px dotted #565656;
	height: 10px;
	background-repeat: repeat-x;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

/*------------- HEADER --------*/

.facebook {
	float: right;
	width: 232px;
	height: 420px; 
	background: url(images/slider.png);
	display: block;
	right: -205px;
	padding: 0px;
	position: fixed;
	top: 220px;
	z-index: 10000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
}

#lang {
	float: right;
	z-index: 10;
	width: 120px;
	height: auto;
}

#page_container {
	width: 900px;
	height: auto;
	padding: 0px;
	margin: 0px auto;
}

#top {
	width: 100%;
	height: 184px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-image: url(images/top_index.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#top_container {
	width: 900px;
	height: 284;
	padding: 0px;
	margin: 0px auto;
}

#logo {
	width: 330px;
	height: 84px;
	padding: 0px;
	margin: 20px 20px 26px 100px;
}

#navigation {
	width: 750px;
	height: 54px;
	text-align: center;
	margin: 0px;
	padding: 0px 75px;
	background-image: url(images/navigation.jpg);
}

#page_content {
	width: 900px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

#footer {
	width: 100%;
	height: auto;
	padding: 30px 0px 30px 0px;
	margin: 0px;
	background-image: url(images/footer.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

#index_01 {
	width: 900px;
	height: 270px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#index_02 {
	width: 880px;
	height: auto;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	float: left;
}

#banner_index {
	width: 370px;
	height: 210px;
	margin: 10px 10px 10px 0px;
	padding: 20px 15px 20px 155px;
	float: left;
	background-image: url(images/banner_index.jpg);
}

.box {
	width: 320px;
	height: 100px;
	margin: 10px 0px 10px 10px;
	padding: 10px;
	float: left;
	background-image: url(images/box.jpg);
}

.box2 {
	width: 320px;
	height: 100px;
	margin: 0px 0px 10px 10px;
	padding: 10px;
	float: left;
	background-image: url(images/box.jpg);
}

/*------------- MENU --------*/

ul, ul li {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul {
	float: left;
	background-color: none;
	padding: 0px;
}

ul li {
	float: left;
	width: 140px;
	text-align: center;
}

ul a, ul a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	padding: 18px 10px;
	font-size: 14px;
	text-shadow: 0.1em 0.1em 0.2em black;
}

ul a:hover, ul a:active {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url("images/tlo2.gif");
}

/*------------- TESTY --------*/

p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

h1, .title {
	font-size: 20px;
	color: #2873c5;
	font-weight: bold;
}

h2 {
	color: #ff7737;
	font-weight: bold;
	font-size: 14px;
}

.text {
	color: #FFFFFF;
	font-size: 11px;
}

.text2 {
	color: #ff7737;
	font-weight: bold;
}

.banner_text {
	font-size: 13px;
	text-align: center;
}

a, a:visited {
	text-decoration: none;
	color: #ff7737;
}

a:hover, a:active {
	text-decoration: underline;
}

a.link, a.link:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}

a.link:hover, a.link:active {
	text-decoration: underline;
}

a.link2, a.link2:visited {
	color: #2873c5;
	text-decoration: underline;
}

a.link2:hover, a.link2:active {
	text-decoration: underline;
}

/*------------- FORMULARZ --------*/

input[type=submit], input[type=reset], input[type=button] {
	border: #CCCCCC, solid, 1px;
    background-color: #565656;
    color: #FFFFFF;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
    background-color: #eb6a39;
	color: #ffffff;
}

input[type=text], input[type=password], input[type=file] {
	border: #565656, solid, 1px;
    background-color: #FFFFFF;
	color: #565656;
	width: 260px;
}

textarea {
	border: #565656, solid, 1px;
    background-color: #ffffff;
	color: #565656;
	width: 260px;
}

/*------------- ABOUT US --------*/

#about_01 {
	width: 900px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}

#about_01a {
	width: 525px;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 0px 15px;
	float: left;
}

#about_01b {
	width: 345px;
	height: auto;
	margin: 25px 0px 20px 10px;
	padding: 0px;
	float: right;
}

#about_02 {
	width: 900px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}

#about_02a {
	width: 345px;
	height: auto;
	margin: 10px 10px 20px 0px;
	padding: 0px;
	float: left;
}

#about_02b {
	width: 515px;
	height: auto;
	margin: 0px;
	padding: 15px;
	float: left;
}

#top_about {
	width: 100%;
	height: 184px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-image: url(images/top_about.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#banner {
	width: 515px;
	height: auto;
	margin: 10px 0px 0px 0px;
	padding: 15px;
	float: left;
	background-image: url(images/banner.jpg);
	background-position: right;
}

/*------------- WORK --------*/

#top_work {
	width: 100%;
	height: 184px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-image: url(images/top_work.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

/*------------- CONTACT --------*/

#top_contact {
	width: 100%;
	height: 184px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-image: url(images/top_contact.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#contact_01 {
	width: 500px;
	height: auto;
	margin: 10px;
	padding: 0px;
	float: left;
}

#contact_02 {
	width: 380px;
	height: auto;
	margin: 10px 0px;
	padding: 0px;
	float: left;
}

#banner_contact {
	width: 350px;
	height: 120px;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 10px 20px;
	float: left;
	background-image: url(images/banner_contact.jpg);
}

#banner_contact2 {
	width: 350px;
	height: 120px;
	margin: 0px 0px 20px 0px;
	padding: 0px 10px 10px 20px;
	float: left;
	background-image: url(images/banner_contact2.jpg);
}
