@charset "utf-8";

*{
	margin: 0;
}

img{
	border:0;
}

a{
	text-decoration:none;
	color:#0363A1;
}

ul {
	margin:0px;
	padding:0px;
}

.clear{
	clear: both;	 
}

body {
	background-color:#dfe2ef;
	margin: 0 0 0 0;
	background-image: url(../img/tlo2.jpg);
	background-repeat:repeat-x;
	

}

h1 {
	font-family: arial;
	font-size: 22px;
	color:#006db3;
	font-weight:bold;
	margin-bottom: 0;
	display:inline;

}
h2 {
	font-family: arial;
	font-size: 22px;
	color:#006db3;
	font-weight:bold;
	margin-bottom: 0;
	display:inline;

}
h3 {
	font-family: arial;
	font-size: 16px;
	color:#006db3;
	font-weight:bold;
	margin-bottom: 15px;


}
#wrapper{
	width: 1000px;
	min-height:420px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#0363a1;
	margin:0 auto 0 auto;
	background-image: url(../img/tlo.jpg);
	background-repeat: no-repeat;
	background-position:top;
	padding-top:117px;
}

/*
#wrapper a,.kontener a:visited{
	color:#e77500;
	text-decoration:none;
}
#wrapper a:hover{
	color:#e77500;
	text-decoration:underline;
}
*/
#wrapper #flash-1{
	width:400px;
	height:400px;
	margin:-10px 0 0 570px;
	z-index:100;
	position:absolute;
}

#wrapper #flash-2{
	width:800px;
	height:200px;
	margin:0 0 0 270px;
	z-index:1;	
}

#wrapper #content{
	width:450px;
	margin-left:60px;
	float:left;
}

#wrapper #content h2{
	position: absolute; 
	margin-top: -30px;
	font-size:20px;
	font-weight:bold
}

#wrapper #content.start {
	text-align:right;
}

#wrapper #content.start h2 {
	font-size:20px;
	font-weight:bold;
	margin-left:-75px;
	margin-top:-35px;
	position:absolute;
}

#wrapper #content #text{
	margin: 30px 10px 20px 10px;
	line-height:20px;
}

#wrapper #content ul{
	margin-left:10px;
}

#wrapper #content ul.files{
	margin-top:30px;
	margin-left:0;
	list-style:none;
}

#wrapper #content ul.files li{
	margin-top:10px;
	padding-top:10px;
	border-top: 1px dotted #A7ADBD;
	
}

#wrapper #content ul.files a{
	color: #E57B17;
	padding-left:25px;
	margin-left:15px;
	background: url(../img/down.gif) no-repeat 1px 50%;
}

#katalog-box{
	width:380px;
	height:63px;
	float:right;
	text-align:right;
	margin:170px 30px 0 0;
	margin-bottom:30px;	
}

#menu{
	width:100%;
	height:213px; 
	background-image: url(../img/stopka.png);
	background-position:top;
	background-repeat:no-repeat;	
}

#menu #flash-3{
	width:1000px; 
	margin:0 auto;
}	

.prawa{
	width:380px;
	float:right;
	text-align:right;
	margin:170px 30px 0 0;
	margin-bottom:30px;	
}
.prawa a,.prawa a:visited {
	color:#0363a1;
	text-decoration:none;
}
.prawa a:hover {
	color:#0363a1;
	text-decoration:underline;
}

.prawa #box{
	width:380px;
	border-top:1px solid #c9dff1;
	text-align:left;
	padding-top:10px;
	margin-bottom:10px;
}

#footer{
	width:100%;
	height:114px;
	background-image: url(../img/stopka_tlo.jpg);
	background-repeat:repeat-x;
}
#footer-inner{
	width:920px;
	height:100px;
	margin:0 auto;
	padding:14px 40px 0 40px;
	font-family:arial;
	font-size:11px;
	color:#91bfdb;
}
#footer-inner a,.stopka_inner a:visited {
	color:#91bfdb;
	text-decoration:none;
}
#footer-inner a:hover {
	color:#91bfdb;
	text-decoration:underline;
}

#footer .menu{
	float: left; 
	width: 650px;
	text-transform: lowercase;
	none;
}

#footer .menu ul{
	list-style:none;	
}	

#footer .menu ul li{
	float:left;
	margin-right:5px;	
	position:relative;
}

#footer .menu ul li:hover > ul {
	visibility:visible;
}

#footer .menu ul li:hover > ul { 
	display: block; 
}

#footer .menu ul li ul {
	width:150px;
	min-height:80px;
	padding:10px;
	padding-bottom:30px;
	background-color:#006DB2;
	position:absolute;
	top:-133px;
	left:-10px;
	visibility:hidden;
}
#footer .menu ul li ul li {
	clear:both;
	color:#464646;
	font-size:9px;
	text-align:left;
	margin-bottom:3px;
}
#footer .menu ul li ul li a {
	font-size:10px;
}
#footer .menu ul li ul li a:hover {
	text-decoration:underline;
}
#footer .menu ul li ul li.title {
	margin-top:5px;
	font-weight:bold;
	text-transform:uppercase;
}

#wrapper .menu{
	width:1000px;
	height: 80px;
	position:absolute;
	background-position:right;
	background-image:url(../img/menu-bg.png);
	background-repeat:no-repeat;
	margin-top:-117px;
}

#wrapper .menu ul {
	list-style:none;	
	margin-top:20px;
	/*margin-left:320px;*/
	text-transform:uppercase;
	color: #ccd0df;
}

#wrapper .menu ul li {
	height:29px;
	float:right;
	margin-right:5px;
}

#wrapper .menu ul li a{
	padding: 1px 4px;
	font-size:12px;
	font-weight:bold;
}

#wrapper .menu ul li a:hover,#wrapper .menu ul li a.selected{
	color: #fff;
	background-color: #FA9221;
}

#wrapper .menu ul li:hover > ul {
	visibility:visible;
}

#wrapper .menu ul li:hover > ul { 
	display: block; 
}

#wrapper .menu ul li ul {
	width:205px;
	min-height:20px;
	background-color:#E8EDFF;
	margin:0px;
	padding:0px;
	z-index:999;
	position:absolute;
	listy-style:none;
	visibility:hidden;
	text-transform: lowercase;
	border-left: 2px solid #D3E7FF;
}

#wrapper .menu ul li ul li {
	width:175px;
	height:21px;
	margin-left:2px;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #D0E1F3;
}
#wrapper .menu ul li ul li a {
	padding-left:15px; 
	display:block;
	font-weight:normal;
}

#wrapper .menu ul li ul li a:hover {
	background: #FA9221 url(../img/arrow.gif) no-repeat 5px 50%;
}
	

#flags{
	margin-left: 850px;
	margin-top: 10px;
}

#flags a{
	float:left;
	display:block;	
	width:18px;
	height:11px;
	margin-left:20px
}

#flags #en{
	background-image: url(../img/flag-en.jpg);
}

#flags #de{
	background-image: url(../img/flag-de.jpg);
}

#flags #ru{
	background-image: url(../img/flag-ru.jpg);
}

#flags #pl{
	background-image: url(../img/flag-pl.jpg);
}

.banner{
	width:430px;
	height:110px;
	background-color:grey;
	margin:50px 0 20px 0;
	
}

a#katalog_pl {
	display:block;
	width:227px;
	height:63px;
	background-image: url(../img/katalog.jpg);
	margin:0 0 20px 150px;	

}

a#katalog_pl:hover {
	width:227px;
	height:63px;
	background-image: url(../img/katalog_over.jpg);	

}

a#katalog_en {
	display:block;
	width:227px;
	height:63px;
	background-image: url(../img/katalog_en.jpg);
	margin:0 0 20px 150px;	

}

a#katalog_en:hover {
	width:227px;
	height:63px;
	background-image: url(../img/katalog_over_en.jpg);	

}

a#katalog_de {
	display:block;
	width:227px;
	height:63px;
	background-image: url(../img/katalog_de.jpg);
	margin:0 0 20px 150px;	

}

a#katalog_de:hover {
	width:227px;
	height:63px;
	background-image: url(../img/katalog_over_de.jpg);	

}

a#katalog_ru {
	display:block;
	width:227px;
	height:63px;
	background-image: url(../img/katalog_ru.jpg);
	margin:0 0 20px 150px;	

}

a#katalog_ru:hover {
	width:227px;
	height:63px;
	background-image: url(../img/katalog_over_ru.jpg);	

}

.foto{
	width:87px;
	height:87px;
	margin:0 7px 7px 0;
	border:1px solid grey;
	float:left;
	
}

.question{
	margin-top:20px;	
}	

.form-name{
	float:left;
	width: 150px;
	margin-right:20px;
	margin-top:27px;
	
}

.form-name,.form-input{
	float:left;	
}	

.form-input{
	margin-top:25px;	
}	
	
.input-text,.input-select,.input-textarea,.input-file{
	width: 180px;	
	padding:2px;

}

.input-file{
	background-color: #FCFCFC;
	border: 1px solid #A5ACB2;
}

.input-select{
	width: 188px;	
}	

.text_center{
	text-align:center;	
}

.red{
	color:#990000;	
}	

#copyright{
	float:right;
	width:200px;
	text-align:right;
}

#news{
	text-align: left;
}

#news li{
	list-style: none;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom: 1px solid #C9DEF3;\
	
}

#news .img{
	width:92px;
	height: 92px;
	background-color: #cccccc;
	margin-right:23px;
	float:left;
	margin-bottom:23px;
}

#news .img img{
	border: 1px solid #A6ACAC;
	width:92px;
	height: 92px;
}

#news .con{
	width:305px;
	float:left;
	text-align: left;
}

#news .con span{
	position: absolute;
	margin-top: -16px;
	margin-left:250px;
	font-size:11px;
}

#news h3{
	font-size:14px;
	margin-bottom:0;
}

#news div{
	margin-top:5px;
}


#text hr{
	border: 0;
	height:1px;
	background-color: #D0E5F1;
	margin: 2px 0;
}

#text h3{
	margin-top:10px;
	margin-bottom:7px;
}

#text a{
	text-decoration:underline;
}

#text a:hover{
	color: #1173B2;
}

.offer{
	margin:0px !important;
	padding:0px;
	margin-top:10px;
	list-style: none;
}
