html {overflow-y: scroll;} div,dl,dt,dd,menu,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote{margin:0;padding:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}

body, select {
	font-family: arial;
	font-size: 12px;
	color:#000000;
	margin:5px;
}
td, div {
	font-family: arial;
	font-size: 12px;
	color:#000000;
}

a {
	text-decoration: none;
	color: #d71921;
}
a:hover {
    text-decoration: underline;
}
a:active, a:focus {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
.body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(tlo.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ebebeb;
}
hr, .hr {
	width: 100%;
	color: #eae5df;
	height: 1px;
	size: 1px;
}
ul, ol {
	list-style-position: outside;
	margin-left: 25px;
	margin-bottom: 0px;
	padding: 0px;
    vertical-align:middle;
}
.nomargs {
    margin: 0px;
    padding: 0px;
}

.tfoto {
    border: solid #e2e2e2;

}
.data_kol {
	font-size:10px;
	padding: 3px 0px 3px 0px;	
	color:#8a8989;
}
.tfoto_p {
    text-align:center;
	padding:5px;
}
.text {
	line-height: 140%;
	width:100%;
	clear:both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}
.foto_u1 {
	float:left;
	padding-right:10px;
}

.foto_u2 {
	float:right;
	padding-left:10px;
}

.foto_u3 {
	width:30%;
}

.text_u3 {
	width:70%;
	vertical-align:top;
	padding-left:10px;
	line-height: 16px;
}

.text_u3 p, .text_u4 p {
	margin-top:0px;
}

.foto_u4 {
	width:30%;
}

.text_u4 {
	width:70%;
	padding-right:10px;
	line-height: 16px;
	vertical-align:top;
}
.foto_u5 {
	clear:both;
	padding-bottom:10px;
	padding-top:5px;
}
.foto_u6 {
	clear:both;
	padding-top:10px;
}
.button {
	color: #000000;
   	text-transform: uppercase;
   	padding: 5px;
    	margin-top: 10px;
    	background-color: #efefef;
    	border: none;
    	/* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */
	-webkit-transition: -webkit-box-shadow 0.3s linear;
	/* -- CSS3 Shadow - create a shadow around each input element -- */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dedede), to(#efefef));
	background:  -moz-linear-gradient(25% 75% 90deg,#dedede, #efefef);
	/* -- CSS3 - Rounded Corners -- */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 }

.button:hover {
	background-color:#f98d4b;
    	-webkit-box-shadow: 0px 0px 5px #c2c2c2;
    	-moz-box-shadow: 0px 0px 5px #c2c2c2;
    	box-shadow: 0px 0px 10px #c2c2c2;
    	cursor:  pointer;
 }


.input {
	color: #000000;
	width:180px;
   	padding: 5px;
    	background-color: #ffffff;
    	border: none;
	/* -- CSS3 - Rounded Corners -- */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #e2e2e2;
 }

.input:focus {
	border: solid 1px #f88c4b;
}
.offset {
	text-align:center;
	padding: 10px 0px 10px 0px;
}


.main {
	width: 1000px;
	position: relative;
	text-align: center;
	margin: auto;
}


#logo {
	width: 262px;
	height: 113px;
	float:left;
	
}
#logo a {
	font-size:21px;
	color:#000000;
	display:block;
	margin-top:20px;
}

#logo span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 262px;
	height: 113px;
	z-index: 20;
	background-image: url('logo.gif');
	cursor:pointer;
}
.input_form {
	font-family: verdana;
	font-size: 10px;
	color: #5f5f5f;
	background-image: url(input.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	height: 21px;
	line-height: 21px;
	width: 165px;
	padding-left: 6px;
	border: solid 1px #c4c4c4;
	border-right:none;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.button_wysz {
	background: #fff url(wysz.gif) no-repeat right center;
	vertical-align:middle;
	height: 23px;
	width: 25px;
	border: solid 1px #c4c4c4;
	border-left:none;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
#wysz {
	position: absolute;
	top: 25px;
	right: 0px;
	z-index: 20;
	font-family: arial;
	font-size: 11px;
	color: #868686;
}

#wysz a {
	color: #868686;
}

#wysz img {
	vertical-align:middle;
}
header {
	clear: both;
	float: left;
	height: 113px;
	width: 1000px;
	position: relative;
}


/* glowne */



#menu_rozwijane, #menu_rozwijane ul {padding:0px; margin:0px; list-style-type: none;}


#nav {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index:71;
}

#nav li {
	float:left;
}

#nav li li {
	float:none;
}

#nav li ul { 
	position: absolute; 
	left: -999em;
	top: 50px; 
	left: 0; 
	margin:0px;
} 

#nav li ul li ul { 
	position: absolute; 
	display:none; 
	list-style:none;
}


#nav li ul li:hover ul { 
	top:auto; 
	display:block; 
	position:absolute;  
	margin:-17px 0px 0px 165px;
}


/* wiecej */



li.wiec {
	background-image: url(wiec.gif);
	background-repeat: no-repeat;
	background-position: right center;
}



/* poziom 1 */



.menupoz {
	float: left;
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	cursor:pointer;
	display: inline;
	position: relative;
	height:50px;
	line-height:50px;

}



.menupoz:hover, .menupozs {
	float: left;
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	cursor:pointer;
	display: inline;
	position: relative;
	height:50px;
	line-height:50px;
}



.menupoz a {
	color: #000000;
	text-decoration:none;
}



.menupoz:hover a, .menupozs a {
	color: #d71921;
	text-decoration:none;
}

/* kolor na link 2 i 3 poziom */



#nav li ul li a { 
	color:#ffffff;
}


/* poziom 2 */



.menupoz2 {
	width:160px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:24px;
	text-align:left;
	font-size:11px;	
	font-family:tahoma;
	font-weight:normal;
	margin:0px;
	line-height:normal;	
	height:auto;
	display: block;
	background: #d71920;
	border-bottom: solid 1px #ee3239;
}

.menupoz2:hover {
	width:160px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:24px;
	text-align:left;
	font-size:11px;	
	font-family:tahoma;
	margin:0px;
	line-height:normal;	
	height:auto;
	display: block;
	background: #ee3239;
	border-bottom: solid 1px #ee3239;
}

	

.menupoz2 a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
}



.menupoz2:hover a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: underline;
}




#dpaAnimka {
	clear: both;
	float: left;
	height: 300px;
	width:1000px;
	position: relative;

}


.ust {
	position: absolute;
	z-index: 70;
	left: 0px;
	bottom: 80px;
	background-image: url(pod.png);
	text-align: left;
}

.ust div {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width:365px;
	float:left;
	line-height:120%;
}

.ust .ww {
	background: #d71920;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#fff;
	padding: 5px 10px 5px 10px;
	position:absolute;
	bottom: -45px;
	right:0px;
}

.ust .ww:hover {
	background:#212121;
	text-decoration:none;
}

.ust h6 {
	margin:0px;
	font-weight:normal;
	font-size:25px; 
	color:#000000; 
	float:left;
	clear:both;
	width:100%;
	padding: 0px 0px 15px 0px;
}

.wwa {
	margin-top:20px;
	text-align:right;
}

.ust div h6 a {
	color:#000000; 
}

.slide {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width: 1000px;
	height:300px; 
	float:left;
}

#animka {
	width: 1000px;
	height:300px; 
	float:left; 
	clear:both;
	position:relative;
}

#dpsAnimkaNav img {
	cursor: pointer;
}

#dpsAnimkaNav {
	position:absolute;
	bottom:40px;
	left:0px;
	z-index:50;
} 

#dpsAnimkaNav ul {
	list-style:none;
	margin:0px;
	padding:0px;
	list-style-image:none;
}

#dpsAnimkaNav ul li {
	float:left;
	width: 13px;
	height:13px;
	background-image: url(ik.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right:3px;
	cursor:pointer;
}

#dpsAnimkaNav ul li.act {
	background-image: url(iks.png);
}


footer {
	background-color: #FFFFFF;
	clear: both;
	float: left;
	height: 70px;
	width: 100%;
}
#copy {
	font-size: 11px;
	color: #747474;
	float: left;
	margin-top: 15px;
}
#content {
	clear: both;
	float: left;
	width: 1000px;
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: left;
}


#studioproffi {
	font-size: 11px;
	color: #747474;
	float: right;
	margin-top: 15px;
}
#copy a, #studioproffi a {
	color: #747474;
}h2 {
	font-family: arial;
	font-size: 22px;
	color: #dd0000;
	padding-top: 10px;
	clear: both;
	float: left;
	width: 100%;
}
#kols {
	float: left;
	width: 1000px;
}
