*{
	padding: 0;
	margin: 0;
	border: 0;
}

body{
	background: #f5f6f0 url(/img/bodybg.gif) repeat-x;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #7f7f7f;
	behavior: url('/js/csshover.htc');
}

a{
	text-decoration: none;
	color: #9b0705;
}

a:hover{
	text-decoration: underline;
}

a.more{
	float: right;
	padding: 10px;
	color: #9b0705;
	font-weight: bold;
}

p.error{
	color: red;
	font-weight: bold;
}

div#main{
	width: 900px;
	margin: 0 auto;
	display: block;
}

div#homeAbout{
	float: left;
	width: 291px;
	padding: 0 45px 25px 0;
}

div#homeService{
	float: left;
	width: 291px;
	padding: 0 0 25px 0;
}

div.clear{
	clear: both;
}

div.clearHeader{
	clear: both;
	padding: 60px 0 0 0;
}

div.clearContent{
	clear: both;
	padding: 30px 0 0 0;
}


div.breakLine{
	height: 1px;
	background: #e9edee;
	margin: 10px 0 10px 0;
	font-size: 1px;
	line-height: 1px;
}

div#left{
	width: 640px;
	float: left;
}

div#right{
	width: 260px;
	float: right;
	padding: 50px 0 0 0;
}

div#mainConent{
	padding: 0 25px 25px 0;
}

div#footer{ 
	float: left;
	margin: 0 auto 20px;
	width: 900px;
	border-top: 1px solid #e9edee;
}

div#footerContent{
	padding: 10px; 

}

div#footerContent div{
	padding: 5px 0 0 0;
}

div#footerContent div#footerCont{
	float: left;
	padding: 0;
}


img.logo{
	padding: 15px 0 11px 0;
}

h1{
	font-family: Arial, "Arial Narrow";
	font-size: 19px;
	color: #848483;
	letter-spacing: -1px;
}

h2{
	font-family: Arial, "Arial Narrow";
	font-size: 17px;
	color: #848483;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #e9edee;
	margin: 0 0 10px 0;
}

ul{
	padding: 10px 10px 10px 20px;
}

ul li, li{
	list-style-type: none;
	background: url(/img/li.gif) no-repeat top left;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}


div#header ul.menu{
	background: #303d6a;
	height: 31px;
	padding: 12px 0 0 5px;
	width: 930px;
}

ul.menu li{
	float: left;
	width: 97px;
	height: 31px;
	list-style-type: none;
	background: url(/img/button.gif) no-repeat;
	margin: 0 3px 0 0;
	text-align: center;
	padding: 8px 0 0 0;
}

ul.menu li a{
	color: #fff;
	display: block;
}

ul.menu li.selected a, ul.menu li:hover a{
	color: #303d6a;
	text-decoration: none;
}

ul.menu li:hover, ul.menu li.selected{
	background: url(/img/buttonSelected.gif) no-repeat;
}

ul.menu li.last{
	clear: right;
	width: 1px;
	background: none;
}

ul.download{
	padding: 0;
}

ul.download li{ 
	margin: 0 0 15px 0;
}

ul.download li.first, ul.download li.first:hover{
	background: none;
	font-weight: bold;
} 

ul.download li a{
	font-size: 12px;
}

ul.download li:hover{
	background: url(/img/liOver.gif) no-repeat top left;
}

ul.download li:hover a{
	color: #0000ff;
}

ul.download li span.right{
	float: right; 
}

ul.download li a.right{
	float: right; 
	padding: 0 13px 0 0;
}

p.blim{
	float: right;
	padding: 12px 0 0 0;
}

img.car{
	position: absolute;
	margin: 0 0 0 570px;
}

div.body p{
	padding: 0 0 10px 0;
}

p.action2{
	float: right;
}

div#mainConent p.action2 a img{
	height: 16px;
	width: 16px;
	padding:2px;
}


/* FORMULARZ KOTNATOWY */

form{
	padding: 0;
	margin: 0;
}

.contactForm input, .contactForm textarea{
	width: 400px;
	padding: 1px;
}

.contactForm input:hover, .contactForm textarea:hover{
	background: #E4E3DE;
}


div table td{
	padding: 5px;
	font-size: 13px;
}

table td .contact{
	font-weight: bold;
}

span.lang{
	position: absolute;
	float: right;
	margin: 5px 0 0 870px;
}

span.lang img{
	height: 15px;
	width: 30px;
	border: 1px solid #848483;
}

span.lang img:hover{
	border: 1px solid #9b0705;
}

/*  KONIEC FORMULARZA */
Form input, .contactForm textarea{
	border: 1px solid #e9edee;
}


.contactForm input:hover, .contactForm textarea:hover{
	background: #fbfbfb;
}


div table td{
	padding: 5px;
	font-size: 13px;
}

table td .contact{
	font-weight: bold;
}


/*  KONIEC FORMULARZA */

/* kontakt strona glowna */
ul.homeContact{
	background: #e3e3e3;
	width: 250px;
	padding: 5px;
	margin: 10px 0 0 0;
}

ul.homeContact li{
	background: none;
	list-style-type: none;
	padding: 7px 0 7px 7px;
	margin: 3px;
}

ul.homeContact .label{
	float: left;
	width: 72px;
	background: #d5d5d5;
	color: #707070;
	font-weight: bold;
}

ul.homeContact .value{
	float: left;
	clear: right;
	width: 142px;
	background: #eeefe9;
	color: #7e7e80;
	padding: 7px 7px 7px 7px;
}

ul.homeContact .last{
	clear: both;
	margin: 0;
	padding: 0;
}

ul.homeContact .first{
	width: 226px;
	font-size: 14px;
}

div#mainConent p img{
	padding: 8px 10px 8px 10px;
}


/* koniec kontat glowna */

span.error{ color: red; font-weight: bold;}
