html, body{
	background-color: #fff;
	text-align: center;
	color: #575757;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

a, a:visited , .normal_lk{
	color: #575757;
	text-decoration: none;	
}

.more_a{
	color: rgb(98,87,77);
	text-decoration: none;
	
}


a.more_a:visited{
	color: rgb(98,87,77);

	
}

a:hover{
	color: #da261d;
	text-decoration: underline;
}

input,textarea{
	border: 1px solid #dcdcdf;
}

h2{
	font-size: 18px;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	line-height: 1em;
	background: #fff;
}

button{
	border: 0;
	background: #fff;
	display: inline-block;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	padding: 0px;
	margin-left: 0px;
	color: #575757;
	
}


 /*------------begin TOP-------------*/
#top{
	margin: auto;
	width: 910px;
	height: 110px;

}

#top_note{
	margin: auto;
	width: 500px;
	height: 110px;

}

#logo {
	float: left;
	width: 371px;
	height: 100%;
	text-align: left;
}

#logo_note{
	float: left;
	height: 100%;
	text-align: left;
	
}

#verLang{
	float: right;
	width: 58%;
	height: 100%;
	border-top: 12px solid #dbdbdd;
}

#verLang #left{
	float: left;
	text-align: left;
	width: 55%;
	height: 100%;
}

#left div{
	margin-top: 50px;	
}

#verLang #right{
	float: right;
	text-align: right;
	width: 44%;
	height: 100%;

}


#right div{
	margin-top: 60px;	
}

#right div a{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}



#verLang #right_note{
	float: right;
	text-align: right;
	width: 100%;
	height: 100%;

}


#right_note div{
	margin-top: 60px;	
}

#right_note div a{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

 .logoLink img {
	border: none;
}
/*------------end TOP-------------*/


/*------------begin TOPMENU-------------*/
#menu{
	clear: both;
	margin: auto;
	width: 100%;
	text-align: center;
	background: #bebfc3;
}
 
#topFlash{
	width: 910px;
	height: 176px;
	margin: 0;
	padding: 0;
	margin: auto;
	text-align: center;
}
 
#menu table{
	margin: auto;
	padding: 0;	
	margin-top: 0px;
	width: 910px;
	border-collapse: collapse;
	table-layout: fixed;
}

/*
html > body #menu table{
	margin: auto;
	margin-top: -3px;
}
*/
#menu tr{
	height: 40px;
}

#menu td{
	color: #e9cfb1;
	text-align: center;
	vertical-align: middle;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff;
}

#menu td a{
	display: block;	
	padding: 0 0 0 0; 
	font-size: 12px;
	font-weight: bolder;
	font-family: Tahoma;
	color: #fff;
	width: 100%;
	height	: 40px;
	line-height: 40px;
	background: #da261d;
}

html > body #menu td a{
	width: 100%;
	
}


#menu td a:hover,#menu .activeMenu{
	text-decoration: none;
	background: #7f8082;
}


 /* poprzednie menu na liscie
  
  #menu table{
	margin: auto;
	padding: 0;	
	margin-top: -3px;
	width: 915px;
	display:table;
	table-layout: fixed;
}


html > body #menu ul{
	margin: auto;
	margin-top: -3px;
	
}

#menu li{
	color: #e9cfb1;
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-right: -3px;
	display: table-cell;
}

#menu li a{
	display: inline-block;	
	padding: 0 0 0 0; 
	font-size: 12px;
	font-weight: bolder;
	font-family: Tahoma;
	color: #fff;
	width: 182px;
	width: auto;
	height	: 40px;
	line-height: 40px;
	background: #da261d;
	border-right: 1px solid #fff;
}

html > body #menu li a{
	width: 181px;
	
	
}

#menu li a.noneBorder{
	border-right: 1px solid #da261d;
}

#menu li a.noneBorder:hover{
	border-right: 1px solid #7f8082;
}


#menu li a:hover,#menu .activeMenu{
	text-decoration: none;
	background: #7f8082;
}

  */
 
 

/*------------end TOPMENU-------------*/

/*------------------------------begin subpage---------------------------------*/
#content #right_content_sub{
	float: right;
	width: 610px;
	margin-left: 25px;

}

#content_note{
	width: 500px;
}

html > body #content #right_content_sub{
	width: 610px;
	padding: 0px 0px 15px 5px;
}

#content #left_content_sub{
	float: left;
	width: 270px;	
	margin-top: 10px;
}

#left_menu{
		text-align: left;;
}

#left_menu ul{
	list-style: none;
	margin:0;
	padding:0;	
}

#left_menu li{
	list-style: none;
	background: #d8d9d9;
}

#left_menu ul a{
	display: block;
	height	: 32px;
	line-height: 32px;
	padding-left: 12px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	color: #575757; 

}


#left_menu ul a:hover{
	background: #c5c6c6;
	color: #575757;
	text-decoration: none;
}

.activeLeftMenu{
	background: #c5c6c6;
}

#left_menu ul.sub li{
	padding-left: 15px;
	background: #fff;
	border-bottom: 1px solid #d8d9d9;

}

#left_menu ul a.submenu{
	line-height: 1.1em;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 15px;
	display: table-cell;
	vertical-align: middle;
	background: url('/static/images/kreska_b.gif') no-repeat #fff 0 50%;
}

#left_menu ul a.submenu:hover{
	background: url('/static/images/kreska.gif') no-repeat #fff 0 50%;
	color: #da261d;
}

.submenu li a.submenu{
	margin-left: -12px;	
}


#addres{
	margin-top: 22px;
	text-align: left;
	padding-bottom:25px;
}

#addres div{
	padding-left: 20px;


}
#addres h2{
	line-height: 3em;
}

#addres img{
	margin-top: 15px;
}

/*------------------text---------------------*/

#path{
	text-align: left;
	padding-top: 0px;
	padding-bottom: 12px;
	border-bottom: 1px solid #c4c5c9;	
}

#path_note{
	text-align: left;
	padding-bottom: 12px;
	border-bottom: 1px solid #c4c5c9;	
}

#printPage{
	text-align: right;
	line-height: 0.9em;
	margin-bottom: 5px;
	margin-top: 0;
}

#mainSpan{
		height: 100%;
		width: 100%;
}

#pathStrip{
	
}

#text{
	text-align: left;	
}

.smap ul{
	list-style: none;
}

#text h1{
	font-size: 13px;
	text-align: left;
	margin-left: -12px;
}

#text_note{
	font-size: 13px;
	text-align: left;
	height: 380px;
	overflow: auto;

}

#text_note h1{
	font-size: 15px;
	padding-left: 30px;
}

#note{
	text-align: left;
	font-weight: bold;
	margin-top: 100px;
	padding-top: 15px;
	border-top: 1px solid #c4c5c9;
}

.link_note{
	margin-right: 35px;
}


/*------------------------------end subpage---------------------------------*/


/*------------begin CONTENT--------*/

#content{
	padding-top: 15px;
	width: 910px;
	margin: auto;
}

#content #right_content{
	float: right;
	height: 236px;
	background: #dcdcdf;
	padding: 40px 25px 0 25px;
	margin-left: 25px;
	overflow: hidden;
}

html > body #content #right_content{
	height: 217px;
	padding: 30px 25px 15px 25px;
}

/*-------news----------*/
#content #left_content{
	float: left;
	width: 345px;
	height: 226px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.15em;
}

html > body #content #left_content{

	height: 246px;
} 

#left_content div{
	border-bottom: 1px solid #c4c5c9;
	padding-bottom: 0px;
	padding-top: 20px;
	height: 103px;
	overflow:hidden;
}

html > body #content #left_content div{
	height: 96px;
} 

.red{
	margin-left: 10px;
	margin-right: 10px;
	color: #da261d;

}
/*-----------end CONTENT-----------*/

/*-----------begin Content bottom--*/


#content_bottom{
	padding-top: 25px;
	width: 910px;
	margin: auto;
	clear: both;
}

#left_content_bottom{
	float: left;
	height: 310px;

}

html > body #content #left_content_bottom{
	height: 310px;
} 

/*-----------newsletter------------*/

#newsletter{
	text-align: left;
	margin-bottom:30px;
}



#newsletter div{
	margin-left: 20px;

}

.texttbox{
	margin-top: 8px;
}
/*-----------quotation--------------*/

#quotation{
	text-align: left;
	overflow: hidden;
	padding-bottom: 40px;
	padding-top: 7px;
	border-bottom: 1px solid #c4c5c9;
	margin-bottom: 18px;
	width: 336px;
}

#quo_left{
	witdh:80px;
	float: left;
	margin-left: 10px;
	margin-right: 28px;
}

#quo_right{
	overflow: hidden;
	width: 228px;
	float: right;
}

#quo_content{
	width:161px;
	float: left;
	margin-right: 17px;
	margin-top:10px;
}

#quo_content p{
	margin-bottom:0px;
	margin-top:2px;
}

#quo_right_img{
	width: 50px;
	float: right;
	margin:0px;
}

#quo_right_img{
	margin-top:0px;
	margin-bottom:0px;
}

.bigger{
	font-size: 15px;
	font-weight: bolder;
}
/*----------sections---------------*/
#right_content_bottom{
	float: right;
	width: 540px;
	margin-left: 25px;
}

html > body #content #right_content{
	width: 490px;
}

#right_content_bottom ul{
	list-style: none;
	padding: 0;
	margin-left: 3px;
}

#right_content_bottom li{
	display: block;
	text-align: left;
	border-bottom: 1px solid #bebfc3;
}

#right_content_bottom li a{
	display: block;	
	height	: 30px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}
#investors{
	float: left;
	width: 49%;
}

#clients{
	float: right;
	width: 49%;
}

/*-----------end Content bottom--*/

/*-----------begin footer--------*/

#footer{
	padding-top: 15px;
	padding-bottom: 20px;
	width: 910px;
	margin: auto;
	margin-top: 50px;
	border-top: 13px solid #dcdcdf;
	clear: both;
	
}


#footer_note{
	padding-top: 15px;
	width: 500px;
	margin: auto;
	margin-top: 20px;
	border-top: 13px solid #dcdcdf;
	clear: both;
}


#footer .r{
	float: right;
	position: relative;
	top: -24px;
}

#footer .l{
	float: left;
}

.l span{
	margin-left: 30px;
	
}


/*-------------end footer--------*/

#service-find{
	text-align:left;
}
 
.right{
	float: right;
	color: #da261d;
}

a.right:visited{
	color: #da261d;
}

#service-map{
	text-align:left;
}

#service-map li{
	padding: 2px;
}


/*---------------dokumenty-----------------*/

.standardStyles{
	text-align: left;
	margin-bottom:0px;
	padding-bottom:0px;
}

.standardStyles h4{
	margin-left: 20px;

}

.doc_title{
	margin-left: 30px;
}

/*-----------------galeria-------------------*/

.galleryBox {
	text-align: left;
}


.galleryBox p{
	margin-left: 20px;
}

.photos{
	margin-left: 12px;
}


p.videoDesc{
	margin-left: 20px;
}

.showVideo{
	margin-left: 20px;
}


.doc_title{
	padding-top: 5px;
}

#player{
	margin-left: 20px;
	margin-bottom: 15px;
}

#tuv_logo img{
	position:relative;
	left: -150px;
	top: -5px;
}